pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-attrs
Module Name: pkgsrc
Committed By: adam
Date: Sat May 16 08:51:29 UTC 2020
Modified Files:
pkgsrc/devel/py-attrs: Makefile
Log Message:
py-attrs: pytest from versioned depends
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-attrs/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-attrs/Makefile
diff -u pkgsrc/devel/py-attrs/Makefile:1.14 pkgsrc/devel/py-attrs/Makefile:1.15
--- pkgsrc/devel/py-attrs/Makefile:1.14 Tue Oct 15 07:53:35 2019
+++ pkgsrc/devel/py-attrs/Makefile Sat May 16 08:51:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/10/15 07:53:35 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/16 08:51:29 adam Exp $
DISTNAME= attrs-19.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,13 +14,15 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-Pympler-[0
TEST_DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+PYTHON_VERSIONED_DEPENDENCIES= pytest:test
+
USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index