diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2017-08-30 16:07:58 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2017-08-30 16:07:58 +0000 |
commit | fecfa4ae9fae9a81ceb59c117785b0322c9713c5 (patch) | |
tree | 8776bc1eaa46e951f13ec09341b8614e6a593378 /graphics/py-toyplot | |
parent | 5243e160aca2568cb64cfd89a84829649a3b931c (diff) | |
download | ports-fecfa4ae9fae9a81ceb59c117785b0322c9713c5.tar.gz ports-fecfa4ae9fae9a81ceb59c117785b0322c9713c5.zip |
Notes
Diffstat (limited to 'graphics/py-toyplot')
-rw-r--r-- | graphics/py-toyplot/Makefile | 8 | ||||
-rw-r--r-- | graphics/py-toyplot/distinfo | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/graphics/py-toyplot/Makefile b/graphics/py-toyplot/Makefile index 14910f0e1fe9..fb79b4a20be6 100644 --- a/graphics/py-toyplot/Makefile +++ b/graphics/py-toyplot/Makefile @@ -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 publishing 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 diff --git a/graphics/py-toyplot/distinfo b/graphics/py-toyplot/distinfo index 056ebac71f48..a9c5706a2ffa 100644 --- a/graphics/py-toyplot/distinfo +++ b/graphics/py-toyplot/distinfo @@ -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 |