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

Antoine Brodin antoine at FreeBSD.org
Thu Oct 17 20:41:38 UTC 2019


Author: antoine
Date: Thu Oct 17 20:41:37 2019
New Revision: 514685
URL: https://svnweb.freebsd.org/changeset/ports/514685

Log:
  Add missing RUN_DEPENDS

Modified:
  head/devel/py-zipp/Makefile

Modified: head/devel/py-zipp/Makefile
==============================================================================
--- head/devel/py-zipp/Makefile	Thu Oct 17 20:40:42 2019	(r514684)
+++ head/devel/py-zipp/Makefile	Thu Oct 17 20:41:37 2019	(r514685)
@@ -2,7 +2,7 @@
 
 PORTNAME=	zipp
 PORTVERSION=	0.6.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,4 +18,12 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3000
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}more-itertools5>0:devel/py-more-itertools5@${PY_FLAVOR}
+.else
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list