pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-rdflib



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  6 11:29:06 UTC 2024

Modified Files:
        pkgsrc/textproc/py-rdflib: Makefile

Log Message:
py-rdflib: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-rdflib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-rdflib/Makefile
diff -u pkgsrc/textproc/py-rdflib/Makefile:1.13 pkgsrc/textproc/py-rdflib/Makefile:1.14
--- pkgsrc/textproc/py-rdflib/Makefile:1.13     Wed Jan 24 09:32:30 2024
+++ pkgsrc/textproc/py-rdflib/Makefile  Tue Aug  6 11:29:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/01/24 09:32:30 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/08/06 11:29:06 adam Exp $
 
 DISTNAME=      rdflib-7.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov>=
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 REPLACE_PYTHON+=       rdflib/extras/describer.py
 REPLACE_PYTHON+=       rdflib/extras/infixowl.py



Home | Main Index | Thread Index | Old Index