Date: Thu, 17 Oct 2019 14:36:17 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514663 - head/devel/py-zipp Message-ID: <201910171436.x9HEaHMj020079@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910171436.x9HEaHMj020079>