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: leot
Date: Mon Dec 10 23:59:20 UTC 2018
Modified Files:
pkgsrc/devel/py-test: Makefile
Log Message:
py-test: pathlib2 is needed by py27-test too
Due the if-elif condition pathlib2 was accidentally not marked as dependency
in the py27 case.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 pkgsrc/devel/py-test/Makefile:1.67
--- pkgsrc/devel/py-test/Makefile:1.66 Sat Nov 24 15:35:13 2018
+++ pkgsrc/devel/py-test/Makefile Mon Dec 10 23:59:20 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.66 2018/11/24 15:35:13 adam Exp $
+# $NetBSD: Makefile,v 1.67 2018/12/10 23:59:20 leot Exp $
DISTNAME= pytest-4.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
@@ -25,7 +26,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]
.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-funcsigs-[0-9]*:../../devel/py-funcsigs
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-.elif ${_PYTHON_VERSION} < 36
+.endif
+.if ${_PYTHON_VERSION} < 36
DEPENDS+= ${PYPKGPREFIX}-pathlib2>=2.2.0:../../devel/py-pathlib2
.endif
Home |
Main Index |
Thread Index |
Old Index