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: jperkin
Date: Wed May 15 07:20:41 UTC 2024
Modified Files:
pkgsrc/devel/py-test-checkdocs: Makefile
Log Message:
py-test-checkdocs: Fix PYTHON_VERSIONS_INCOMPATIBLE.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/devel/py-test-checkdocs/Makefile:1.9
--- pkgsrc/devel/py-test-checkdocs/Makefile:1.8 Tue May 14 09:24:54 2024
+++ pkgsrc/devel/py-test-checkdocs/Makefile Wed May 15 07:20:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/05/14 09:24:54 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/05/15 07:20:41 jperkin Exp $
DISTNAME= pytest_checkdocs-2.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
@@ -19,7 +19,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index