diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-biplist/Makefile | 9 | ||||
-rw-r--r-- | devel/py-biplist/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-biplist/Makefile b/devel/py-biplist/Makefile index 7fe36df54d87..e820f3e659eb 100644 --- a/devel/py-biplist/Makefile +++ b/devel/py-biplist/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= biplist -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,16 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Library for reading/writing binary plists -LICENSE= BSD +LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}coverage>=0:${PORTSDIR}/devel/py-coverage RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six TEST_DEPENDS:= ${RUN_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.pre.mk> diff --git a/devel/py-biplist/distinfo b/devel/py-biplist/distinfo index 8daac47a86a7..d685e7a1740b 100644 --- a/devel/py-biplist/distinfo +++ b/devel/py-biplist/distinfo @@ -1,2 +1,2 @@ -SHA256 (biplist-0.7.tar.gz) = 98c88de5d11be38ee2b65d41213a40f902fb6ca1b03a1814c5087a11e1b24957 -SIZE (biplist-0.7.tar.gz) = 13983 +SHA256 (biplist-0.8.tar.gz) = d8a9c6dff4d2a45fb3e9f27d19ea63da0a82ed59c758c34f6342badaccf6ea71 +SIZE (biplist-0.8.tar.gz) = 14306 |