diff options
author | rm <rm@FreeBSD.org> | 2014-09-29 02:21:24 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-09-29 02:21:24 +0800 |
commit | 6cd2e26d38bef41b724b9531c23a20e6e0023370 (patch) | |
tree | f66e16023f52f09dfbf9923a97acac50f5a985dd /www/py-w3lib | |
parent | a9e132179798e3c3e5aa53dba6611febbeab8cdc (diff) | |
download | freebsd-ports-gnome-6cd2e26d38bef41b724b9531c23a20e6e0023370.tar.gz freebsd-ports-gnome-6cd2e26d38bef41b724b9531c23a20e6e0023370.tar.zst freebsd-ports-gnome-6cd2e26d38bef41b724b9531c23a20e6e0023370.zip |
www/py-w3lib: update to 1.7.1; convert to USES
Diffstat (limited to 'www/py-w3lib')
-rw-r--r-- | www/py-w3lib/Makefile | 7 | ||||
-rw-r--r-- | www/py-w3lib/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/py-w3lib/Makefile b/www/py-w3lib/Makefile index de161ab8d424..5e40a8abfff1 100644 --- a/www/py-w3lib/Makefile +++ b/www/py-w3lib/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= w3lib -PORTVERSION= 1.6 +PORTVERSION= 1.7.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> diff --git a/www/py-w3lib/distinfo b/www/py-w3lib/distinfo index c5ca50beaffc..adc8009ef546 100644 --- a/www/py-w3lib/distinfo +++ b/www/py-w3lib/distinfo @@ -1,2 +1,2 @@ -SHA256 (w3lib-1.6.tar.gz) = 9a28d3b796d20b98ae32247937e74755aec8409931ffe2e6a313c408a4808591 -SIZE (w3lib-1.6.tar.gz) = 11815 +SHA256 (w3lib-1.7.1.tar.gz) = 0d5084f3aa6f6be4f2be969d2e2c6d1bd38f410537583e0c1f3758fe49242669 +SIZE (w3lib-1.7.1.tar.gz) = 12323 |