python-SPARQLWrapper: update to 1.6.2
LICENSE file disappeared from the tarball.
This commit is contained in:
parent
f37afe58d8
commit
dea83d5b9d
1 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-SPARQLWrapper'
|
# Template file for 'python-SPARQLWrapper'
|
||||||
pkgname=python-SPARQLWrapper
|
pkgname=python-SPARQLWrapper
|
||||||
version=1.6.0
|
version=1.6.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -11,15 +11,11 @@ makedepends="${hostmakedepends}"
|
||||||
depends="python"
|
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="Juan RP <xtraeme@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="https://pypi.python.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz"
|
||||||
checksum=dadcbf190dd090d90325ca4126e96f262d620c45c4693ee9f168cf39af2fa373
|
checksum=1af3dcccf5cfbc0c078f95109138a8be221d29e158a2ae81b239d857f7c3224d
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE.txt LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3.4-SPARQLWrapper_package() {
|
python3.4-SPARQLWrapper_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -29,6 +25,5 @@ python3.4-SPARQLWrapper_package() {
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
vlicense ${wrksrc}/LICENSE.txt LICENSE
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue