devel/py-biplist: update to 0.8
- USES python - Change LICENSE to BSD3CLAUSE
This commit is contained in:
parent
25196f4eb3
commit
3ce9606ada
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369273
2 changed files with 6 additions and 7 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue