pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pluggy
Module Name: pkgsrc
Committed By: adam
Date: Sat May 16 08:59:40 UTC 2020
Modified Files:
pkgsrc/devel/py-pluggy: Makefile
Log Message:
pytest from versioned depends
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pluggy/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-pluggy/Makefile
diff -u pkgsrc/devel/py-pluggy/Makefile:1.15 pkgsrc/devel/py-pluggy/Makefile:1.16
--- pkgsrc/devel/py-pluggy/Makefile:1.15 Thu Mar 12 07:30:48 2020
+++ pkgsrc/devel/py-pluggy/Makefile Sat May 16 08:59:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/03/12 07:30:48 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/16 08:59:40 adam Exp $
DISTNAME= pluggy-0.13.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,12 +14,11 @@ LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
.include "../../lang/python/pyversion.mk"
-
.if ${_PYTHON_VERSION} < 38
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
.endif
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+PYTHON_VERSIONED_DEPENDENCIES= test:test
USE_LANGUAGES= # none
@@ -27,4 +26,5 @@ do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index