From dfd8198c71a5c2c5f7bae200d6b0de7fded9505f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 19 Dec 2015 23:50:21 +0100 Subject: [PATCH] python-SPARQLWrapper: update to 1.7.6 --- srcpkgs/python-SPARQLWrapper/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-SPARQLWrapper/template b/srcpkgs/python-SPARQLWrapper/template index af029812a4b..426c428314b 100644 --- a/srcpkgs/python-SPARQLWrapper/template +++ b/srcpkgs/python-SPARQLWrapper/template @@ -1,24 +1,24 @@ # Template file for 'python-SPARQLWrapper' pkgname=python-SPARQLWrapper -version=1.6.4 +version=1.7.6 revision=1 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" -depends="python-rdflib" +depends="python-rdflib python-keepalive" pycompile_module="SPARQLWrapper" short_desc="SPARQL Endpoint interface to Python (Python2)" -maintainer="Alessio Sergi " +maintainer="Juan RP " homepage="https://rdflib.github.io/sparqlwrapper/" license="W3C" distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz" -checksum=2899dae6baa88d5c3209408e70a1a9de04f0f4dd25f4e9480eb6707a398d1693 +checksum=dccabec900eb9c97cb47834bd4b66ceaeb4d9ea11bae24a24fe734e9f48522f8 python3.4-SPARQLWrapper_package() { noarch=yes - depends="python3.4-rdflib" + depends="python3.4-rdflib python3.4-keepalive" pycompile_version="3.4" pycompile_module="SPARQLWrapper" short_desc="${short_desc/Python2/Python3.4}"