pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-jaraco.develop



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 06:49:45 UTC 2024

Modified Files:
        pkgsrc/devel/py-jaraco.develop: Makefile

Log Message:
py-jaraco.develop: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-jaraco.develop/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-jaraco.develop/Makefile
diff -u pkgsrc/devel/py-jaraco.develop/Makefile:1.8 pkgsrc/devel/py-jaraco.develop/Makefile:1.9
--- pkgsrc/devel/py-jaraco.develop/Makefile:1.8 Sat Aug  3 08:13:27 2024
+++ pkgsrc/devel/py-jaraco.develop/Makefile     Sat Aug 10 06:49:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/08/03 08:13:27 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/10 06:49:45 adam Exp $
 
 DISTNAME=      jaraco_develop-8.15.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
@@ -36,7 +36,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-jaraco.packaging -> py-sphinx
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index