pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 06:48:55 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-jaraco.packaging/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.packaging/Makefile
diff -u pkgsrc/devel/py-jaraco.packaging/Makefile:1.1 pkgsrc/devel/py-jaraco.packaging/Makefile:1.2
--- pkgsrc/devel/py-jaraco.packaging/Makefile:1.1       Tue May 14 09:13:54 2024
+++ pkgsrc/devel/py-jaraco.packaging/Makefile   Sat Aug 10 06:48:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/05/14 09:13:54 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/10 06:48:55 adam Exp $
 
 DISTNAME=      jaraco_packaging-10.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
@@ -24,7 +24,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38 # py-sphinx
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index