pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-path.py
Module Name: pkgsrc
Committed By: joerg
Date: Sat Mar 31 20:10:08 UTC 2018
Modified Files:
pkgsrc/devel/py-path.py: Makefile
Log Message:
Needs py-setuptools_scm
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-path.py/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-path.py/Makefile
diff -u pkgsrc/devel/py-path.py/Makefile:1.1 pkgsrc/devel/py-path.py/Makefile:1.2
--- pkgsrc/devel/py-path.py/Makefile:1.1 Fri Mar 23 10:20:07 2018
+++ pkgsrc/devel/py-path.py/Makefile Sat Mar 31 20:10:08 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/03/23 10:20:07 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/31 20:10:08 joerg Exp $
DISTNAME= path.py-11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/jaraco/path
COMMENT= Module wrapper for os.path
LICENSE= mit
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+
TEST_DEPENDS+= ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
TEST_DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
Home |
Main Index |
Thread Index |
Old Index