svn commit: r514681 - head/devel/py-zipp

Antoine Brodin antoine at FreeBSD.org
Thu Oct 17 19:01:16 UTC 2019


Author: antoine
Date: Thu Oct 17 19:01:15 2019
New Revision: 514681
URL: https://svnweb.freebsd.org/changeset/ports/514681

Log:
  Revert 514663, it breaks bulk -a

Modified:
  head/devel/py-zipp/Makefile

Modified: head/devel/py-zipp/Makefile
==============================================================================
--- head/devel/py-zipp/Makefile	Thu Oct 17 18:46:57 2019	(r514680)
+++ head/devel/py-zipp/Makefile	Thu Oct 17 19:01:15 2019	(r514681)
@@ -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
 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>


More information about the svn-ports-head mailing list