pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-importlib-metadata
Module Name: pkgsrc
Committed By: adam
Date: Thu Dec 7 11:56:25 UTC 2023
Modified Files:
pkgsrc/devel/py-importlib-metadata: Makefile
Log Message:
py-importlib-metadata: change TEST_DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-importlib-metadata/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-importlib-metadata/Makefile
diff -u pkgsrc/devel/py-importlib-metadata/Makefile:1.38 pkgsrc/devel/py-importlib-metadata/Makefile:1.39
--- pkgsrc/devel/py-importlib-metadata/Makefile:1.38 Thu Dec 7 08:26:33 2023
+++ pkgsrc/devel/py-importlib-metadata/Makefile Thu Dec 7 11:56:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2023/12/07 08:26:33 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2023/12/07 11:56:25 adam Exp $
DISTNAME= importlib_metadata-6.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -15,7 +15,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9
DEPENDS+= ${PYPKGPREFIX}-zipp>=0.5:../../archivers/py-zipp
TEST_DEPENDS+= ${PYPKGPREFIX}-fakefs-[0-9]*:../../devel/py-fakefs
TEST_DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
@@ -27,8 +27,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
TEST_DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=1.3:../../devel/py-importlib-resources
.endif
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index