1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Revert 514663, it breaks bulk -a

This commit is contained in:
Antoine Brodin 2019-10-17 19:01:15 +00:00
parent 48f4030d17
commit 225e53e34f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514681

View File

@ -2,7 +2,7 @@
PORTNAME= zipp
PORTVERSION= 0.6.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,10 +13,9 @@ COMMENT= Backport of pathlib-compatible object wrapper for zip files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
USES= python:3.4+
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>