pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 28 10:44:48 UTC 2017

Modified Files:
        pkgsrc/devel/py-test: Makefile

Log Message:
Add build dependency on py-setuptools_scm.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-test/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-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.29 pkgsrc/devel/py-test/Makefile:1.30
--- pkgsrc/devel/py-test/Makefile:1.29  Tue May 23 08:30:11 2017
+++ pkgsrc/devel/py-test/Makefile       Sun May 28 10:44:48 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/05/23 08:30:11 adam Exp $
+# $NetBSD: Makefile,v 1.30 2017/05/28 10:44:48 wiz Exp $
 
 DISTNAME=      pytest-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,6 +12,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.4.29:../../devel/py-py
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis



Home | Main Index | Thread Index | Old Index