pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-checkdocs
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 25 23:07:37 UTC 2023
Modified Files:
pkgsrc/devel/py-test-checkdocs: Makefile
Log Message:
py-test-checkdocs: move python restriction early enough that it works
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-checkdocs/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-checkdocs/Makefile
diff -u pkgsrc/devel/py-test-checkdocs/Makefile:1.2 pkgsrc/devel/py-test-checkdocs/Makefile:1.3
--- pkgsrc/devel/py-test-checkdocs/Makefile:1.2 Tue Apr 25 14:20:17 2023
+++ pkgsrc/devel/py-test-checkdocs/Makefile Tue Apr 25 23:07:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/04/25 14:20:17 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/04/25 23:07:37 wiz Exp $
DISTNAME= pytest-checkdocs-2.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -17,6 +17,8 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 310
@@ -25,7 +27,5 @@ DEPENDS+= ${PYPKGPREFIX}-importlib-metad
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index