# Template file for 'python-SPARQLWrapper' pkgname=python-SPARQLWrapper version=1.6.2 revision=1 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" makedepends="${hostmakedepends}" depends="python" pycompile_module="SPARQLWrapper" short_desc="SPARQL Endpoint interface to Python (Python2)" maintainer="Alessio Sergi " homepage="https://rdflib.github.io/sparqlwrapper/" license="W3C" distfiles="https://pypi.python.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz" checksum=1af3dcccf5cfbc0c078f95109138a8be221d29e158a2ae81b239d857f7c3224d python3.4-SPARQLWrapper_package() { noarch=yes depends="python3.4" pycompile_version="3.4" pycompile_module="SPARQLWrapper" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 } }