svn commit: r475156 - head/graphics/py-plotly

Wen Heping wen at FreeBSD.org
Mon Jul 23 08:55:28 UTC 2018


Author: wen
Date: Mon Jul 23 08:55:27 2018
New Revision: 475156
URL: https://svnweb.freebsd.org/changeset/ports/475156

Log:
  - Update to 3.0.2
  
  PR:		229914
  Submitted by:	jjachuf at gmail.com(maintainer)

Modified:
  head/graphics/py-plotly/Makefile
  head/graphics/py-plotly/distinfo

Modified: head/graphics/py-plotly/Makefile
==============================================================================
--- head/graphics/py-plotly/Makefile	Mon Jul 23 08:50:02 2018	(r475155)
+++ head/graphics/py-plotly/Makefile	Mon Jul 23 08:55:27 2018	(r475156)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	plotly
-PORTVERSION=	2.2.3
+PORTVERSION=	3.0.2
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}retrying>0:devel/py-retrying@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} 
 

Modified: head/graphics/py-plotly/distinfo
==============================================================================
--- head/graphics/py-plotly/distinfo	Mon Jul 23 08:50:02 2018	(r475155)
+++ head/graphics/py-plotly/distinfo	Mon Jul 23 08:55:27 2018	(r475156)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513467523
-SHA256 (plotly-2.2.3.tar.gz) = dadd2263f1c0449b248fd3742a077d9594935921a9597529be76d6a841237ab0
-SIZE (plotly-2.2.3.tar.gz) = 1082575
+TIMESTAMP = 1532334751
+SHA256 (plotly-3.0.2.tar.gz) = 5bd04a0991512fe9008ab986429ff4b4f1448cceda56ed344e0dc709f42e067a
+SIZE (plotly-3.0.2.tar.gz) = 30146113


More information about the svn-ports-all mailing list