mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-SPARQLWrapper: update to 1.8.0
keepalive is an optional dependency now.
This commit is contained in:
parent
16e45f5613
commit
ea971e2cd5
1 changed files with 5 additions and 5 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'python-SPARQLWrapper'
|
# Template file for 'python-SPARQLWrapper'
|
||||||
pkgname=python-SPARQLWrapper
|
pkgname=python-SPARQLWrapper
|
||||||
version=1.7.6
|
version=1.8.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-rdflib python-keepalive"
|
depends="python-rdflib"
|
||||||
pycompile_module="SPARQLWrapper"
|
pycompile_module="SPARQLWrapper"
|
||||||
short_desc="SPARQL Endpoint interface to Python (Python2)"
|
short_desc="SPARQL Endpoint interface to Python (Python2)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://rdflib.github.io/sparqlwrapper/"
|
homepage="https://rdflib.github.io/sparqlwrapper/"
|
||||||
license="W3C"
|
license="W3C"
|
||||||
distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
|
||||||
checksum=dccabec900eb9c97cb47834bd4b66ceaeb4d9ea11bae24a24fe734e9f48522f8
|
checksum=3b46d0f18ca0b65b8b965d6d1ae257b229388400b06e7dc19f0a51614dc1abde
|
||||||
|
|
||||||
python3-SPARQLWrapper_package() {
|
python3-SPARQLWrapper_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-rdflib python3-keepalive"
|
depends="python3-rdflib"
|
||||||
replaces="python3.4-SPARQLWrapper>=0"
|
replaces="python3.4-SPARQLWrapper>=0"
|
||||||
pycompile_module="SPARQLWrapper"
|
pycompile_module="SPARQLWrapper"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue