pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/py-zipp py-zipp: added BUILD_DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73550c2ff2c1
branches:  trunk
changeset: 335065:73550c2ff2c1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 12 08:37:58 2019 +0000

description:
py-zipp: added BUILD_DEPENDS

diffstat:

 archivers/py-zipp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ed30dacf8aa3 -r 73550c2ff2c1 archivers/py-zipp/Makefile
--- a/archivers/py-zipp/Makefile        Wed Jun 12 05:25:04 2019 +0000
+++ b/archivers/py-zipp/Makefile        Wed Jun 12 08:37:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/05/29 19:48:29 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/06/12 08:37:58 adam Exp $
 
 DISTNAME=      zipp-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@
 COMMENT=       Backport of pathlib-compatible object wrapper for zip files
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
 TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
 TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2



Home | Main Index | Thread Index | Old Index