From ea971e2cd50caeef367561a072500cc3c22676ca Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 11 Dec 2016 12:12:22 +0100 Subject: [PATCH] python-SPARQLWrapper: update to 1.8.0 keepalive is an optional dependency now. --- 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 49492136c4c..344b8f00f33 100644 --- a/srcpkgs/python-SPARQLWrapper/template +++ b/srcpkgs/python-SPARQLWrapper/template @@ -1,23 +1,23 @@ # Template file for 'python-SPARQLWrapper' pkgname=python-SPARQLWrapper -version=1.7.6 -revision=2 +version=1.8.0 +revision=1 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" -depends="python-rdflib python-keepalive" +depends="python-rdflib" pycompile_module="SPARQLWrapper" short_desc="SPARQL Endpoint interface to Python (Python2)" maintainer="Juan RP " homepage="https://rdflib.github.io/sparqlwrapper/" license="W3C" distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz" -checksum=dccabec900eb9c97cb47834bd4b66ceaeb4d9ea11bae24a24fe734e9f48522f8 +checksum=3b46d0f18ca0b65b8b965d6d1ae257b229388400b06e7dc19f0a51614dc1abde python3-SPARQLWrapper_package() { noarch=yes - depends="python3-rdflib python3-keepalive" + depends="python3-rdflib" replaces="python3.4-SPARQLWrapper>=0" pycompile_module="SPARQLWrapper" short_desc="${short_desc/Python2/Python3}"