python-SPARQLWrapper: update to 1.6.4
This commit is contained in:
parent
2e64238618
commit
59a4c2777c
|
@ -1,25 +1,24 @@
|
||||||
# Template file for 'python-SPARQLWrapper'
|
# Template file for 'python-SPARQLWrapper'
|
||||||
pkgname=python-SPARQLWrapper
|
pkgname=python-SPARQLWrapper
|
||||||
version=1.6.2
|
version=1.6.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="${hostmakedepends}"
|
depends="python-rdflib"
|
||||||
depends="python"
|
|
||||||
pycompile_module="SPARQLWrapper"
|
pycompile_module="SPARQLWrapper"
|
||||||
short_desc="SPARQL Endpoint interface to Python (Python2)"
|
short_desc="SPARQL Endpoint interface to Python (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://rdflib.github.io/sparqlwrapper/"
|
homepage="https://rdflib.github.io/sparqlwrapper/"
|
||||||
license="W3C"
|
license="W3C"
|
||||||
distfiles="https://pypi.python.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
|
||||||
checksum=1af3dcccf5cfbc0c078f95109138a8be221d29e158a2ae81b239d857f7c3224d
|
checksum=2899dae6baa88d5c3209408e70a1a9de04f0f4dd25f4e9480eb6707a398d1693
|
||||||
|
|
||||||
python3.4-SPARQLWrapper_package() {
|
python3.4-SPARQLWrapper_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4-rdflib"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="SPARQLWrapper"
|
pycompile_module="SPARQLWrapper"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Reference in New Issue