pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-testresources
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 4 09:12:05 UTC 2025
Modified Files:
pkgsrc/devel/py-testresources: Makefile
Log Message:
py-testresources: not for Python 3.10
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-testresources/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-testresources/Makefile
diff -u pkgsrc/devel/py-testresources/Makefile:1.10 pkgsrc/devel/py-testresources/Makefile:1.11
--- pkgsrc/devel/py-testresources/Makefile:1.10 Mon Oct 14 06:45:41 2024
+++ pkgsrc/devel/py-testresources/Makefile Tue Mar 4 09:12:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/10/14 06:45:41 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/03/04 09:12:05 wiz Exp $
DISTNAME= testresources-2.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-fixtures-[0-9]*
DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+PYTHON_VERSIONS_INCOMPATIBLE= 39 310 # py-sphinx via py-pbr
+
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index