pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-sparqlwrapper
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 6 11:29:43 UTC 2024
Modified Files:
pkgsrc/www/py-sparqlwrapper: Makefile
Log Message:
py-sparqlwrapper: not for Python 3.8 nor 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-sparqlwrapper/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-sparqlwrapper/Makefile
diff -u pkgsrc/www/py-sparqlwrapper/Makefile:1.12 pkgsrc/www/py-sparqlwrapper/Makefile:1.13
--- pkgsrc/www/py-sparqlwrapper/Makefile:1.12 Mon Jun 10 20:23:24 2024
+++ pkgsrc/www/py-sparqlwrapper/Makefile Tue Aug 6 11:29:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/06/10 20:23:24 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/08/06 11:29:43 adam Exp $
DISTNAME= SPARQLWrapper-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-rdflib>=6.1.1:.
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
Home |
Main Index |
Thread Index |
Old Index