svn commit: r448990 - head/graphics/py-toyplot

Steven Kreuzer skreuzer at FreeBSD.org
Wed Aug 30 16:07:59 UTC 2017


Author: skreuzer
Date: Wed Aug 30 16:07:58 2017
New Revision: 448990
URL: https://svnweb.freebsd.org/changeset/ports/448990

Log:
  Update to version 0.15.1

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

Modified: head/graphics/py-toyplot/Makefile
==============================================================================
--- head/graphics/py-toyplot/Makefile	Wed Aug 30 15:52:59 2017	(r448989)
+++ head/graphics/py-toyplot/Makefile	Wed Aug 30 16:07:58 2017	(r448990)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	toyplot
-PORTVERSION=	0.9.0
+PORTVERSION=	0.15.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,11 @@ COMMENT=	Modern plotting toolkit supporting electronic
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.8:math/py-numpy \
 		${PYTHON_PKGNAMEPREFIX}colormath>=2.1.1:math/py-colormath \
-		${PYTHON_PKGNAMEPREFIX}multipledispatch>=0.4.7:devel/py-multipledispatch
+		${PYTHON_PKGNAMEPREFIX}multipledispatch>=0.4.7:devel/py-multipledispatch \
+		${PYTHON_PKGNAMEPREFIX}png>=0.0.17:graphics/py-png \
+		${PYTHON_PKGNAMEPREFIX}reportlab>=3.2.0:print/py-reportlab
 
 USES=		python
 USE_PYTHON=	autoplist distutils

Modified: head/graphics/py-toyplot/distinfo
==============================================================================
--- head/graphics/py-toyplot/distinfo	Wed Aug 30 15:52:59 2017	(r448989)
+++ head/graphics/py-toyplot/distinfo	Wed Aug 30 16:07:58 2017	(r448990)
@@ -1,2 +1,3 @@
-SHA256 (toyplot-0.9.0.tar.gz) = 0df1772c39b732cd74a9137c8bb9a269bff677ed3b723909a0a55e53f50a3cb1
-SIZE (toyplot-0.9.0.tar.gz) = 89463
+TIMESTAMP = 1501768353
+SHA256 (toyplot-0.15.1.tar.gz) = 0ecc6ebee10e1ab49698e5962dd5260b5a3353f027f2bc09c27ac08a59354cbe
+SIZE (toyplot-0.15.1.tar.gz) = 114213


More information about the svn-ports-all mailing list