pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zipp



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 12 08:37:58 UTC 2019

Modified Files:
        pkgsrc/archivers/py-zipp: Makefile

Log Message:
py-zipp: added BUILD_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/py-zipp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/py-zipp/Makefile
diff -u pkgsrc/archivers/py-zipp/Makefile:1.1 pkgsrc/archivers/py-zipp/Makefile:1.2
--- pkgsrc/archivers/py-zipp/Makefile:1.1       Wed May 29 19:48:29 2019
+++ pkgsrc/archivers/py-zipp/Makefile   Wed Jun 12 08:37:58 2019
@@ -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 @@ HOMEPAGE=     https://github.com/jaraco/zipp
 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