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

Steve Wills swills at FreeBSD.org
Sun Dec 17 21:05:59 UTC 2017


Author: swills
Date: Sun Dec 17 21:05:57 2017
New Revision: 456564
URL: https://svnweb.freebsd.org/changeset/ports/456564

Log:
  graphics/py-plotly: update to 2.2.3
  
  PR:		224388
  Submitted by:	jjachuf at gmail.com (maintainer)

Modified:
  head/graphics/py-plotly/Makefile
  head/graphics/py-plotly/distinfo   (contents, props changed)

Modified: head/graphics/py-plotly/Makefile
==============================================================================
--- head/graphics/py-plotly/Makefile	Sun Dec 17 21:04:49 2017	(r456563)
+++ head/graphics/py-plotly/Makefile	Sun Dec 17 21:05:57 2017	(r456564)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	plotly
-PORTVERSION=	2.0.7
+PORTVERSION=	2.2.3
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,8 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${FLAVOR} 
 
 NO_ARCH=	yes
 USES=		python

Modified: head/graphics/py-plotly/distinfo
==============================================================================
--- head/graphics/py-plotly/distinfo	Sun Dec 17 21:04:49 2017	(r456563)
+++ head/graphics/py-plotly/distinfo	Sun Dec 17 21:05:57 2017	(r456564)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491823083
-SHA256 (plotly-2.0.7.tar.gz) = 7a8765390b957ba277a35d4566dfe54885afe6fc684942b3d942573dce3a026b
-SIZE (plotly-2.0.7.tar.gz) = 923071
+TIMESTAMP = 1513467523
+SHA256 (plotly-2.2.3.tar.gz) = dadd2263f1c0449b248fd3742a077d9594935921a9597529be76d6a841237ab0
+SIZE (plotly-2.2.3.tar.gz) = 1082575


More information about the svn-ports-head mailing list