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: wiz
Date: Wed Mar 5 10:59:11 UTC 2025
Modified Files:
pkgsrc/www/py-sparqlwrapper: Makefile
Log Message:
py-sparqlwrapper: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/www/py-sparqlwrapper/Makefile:1.16
--- pkgsrc/www/py-sparqlwrapper/Makefile:1.15 Mon Nov 11 07:29:27 2024
+++ pkgsrc/www/py-sparqlwrapper/Makefile Wed Mar 5 10:59:11 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2024/11/11 07:29:27 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/05 10:59:11 wiz Exp $
DISTNAME= SPARQLWrapper-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=S/SPARQLWrapper/}
@@ -10,11 +11,13 @@ HOMEPAGE= https://rdflib.github.io/sparq
COMMENT= SPARQL endpoint interface to Python
LICENSE= w3c
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-rdflib>=6.1.1:../../textproc/py-rdflib
USE_LANGUAGES= # none
+WHEEL_NAME= ${DISTNAME:tl}
+
PYTHON_VERSIONS_INCOMPATIBLE= 39
post-install:
Home |
Main Index |
Thread Index |
Old Index