diff options
author | rm <rm@FreeBSD.org> | 2016-02-13 04:20:24 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-02-13 04:20:24 +0800 |
commit | 9787270299b115a3fa9013883f323e32a5398224 (patch) | |
tree | 42ea8e42f4afbd6484598676a4d5d09938b91fda /graphics | |
parent | 29242f115ad095d671dbf67d94cbdcd630bffda8 (diff) | |
download | freebsd-ports-gnome-9787270299b115a3fa9013883f323e32a5398224.tar.gz freebsd-ports-gnome-9787270299b115a3fa9013883f323e32a5398224.tar.zst freebsd-ports-gnome-9787270299b115a3fa9013883f323e32a5398224.zip |
graphics/py-pygal: update to 2.0.12
- update to 2.0.12
- add NO_ARCH and sort USE_PYTHON, while here
PR: 206870
Submitted by: jjachuf@gmail.com (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-pygal/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-pygal/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/py-pygal/Makefile b/graphics/py-pygal/Makefile index b20d724ba6db..76b85a1bd3fb 100644 --- a/graphics/py-pygal/Makefile +++ b/graphics/py-pygal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygal -PORTVERSION= 1.7.0 +PORTVERSION= 2.0.12 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,8 @@ LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:${PORTSDIR}/devel/py-lxml -# Python3 ready +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/graphics/py-pygal/distinfo b/graphics/py-pygal/distinfo index 18231f856dbf..97fa0225af6e 100644 --- a/graphics/py-pygal/distinfo +++ b/graphics/py-pygal/distinfo @@ -1,2 +1,2 @@ -SHA256 (pygal-1.7.0.tar.gz) = e0cf38aec260b0eceb4b7a30f8dcb988ed129915b9561856dd8cb131ae34bcf4 -SIZE (pygal-1.7.0.tar.gz) = 737013 +SHA256 (pygal-2.0.12.tar.gz) = 44108580dddeae655030a35015e4056840dde40429c74f44c91339f7a5dfbda9 +SIZE (pygal-2.0.12.tar.gz) = 67840 |