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

Steve Wills swills at FreeBSD.org
Thu Oct 17 14:36:18 UTC 2019


Author: swills
Date: Thu Oct 17 14:36:17 2019
New Revision: 514663
URL: https://svnweb.freebsd.org/changeset/ports/514663

Log:
  devel/py-zipp: add missing dependency
  
  PR:		241311
  Reported by:	jbeich
  Pointyhat to:	swills

Modified:
  head/devel/py-zipp/Makefile   (contents, props changed)

Modified: head/devel/py-zipp/Makefile
==============================================================================
--- head/devel/py-zipp/Makefile	Thu Oct 17 14:17:23 2019	(r514662)
+++ head/devel/py-zipp/Makefile	Thu Oct 17 14:36:17 2019	(r514663)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zipp
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ COMMENT=	Backport of pathlib-compatible object wrapper
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-head mailing list