8 buildPythonPackage rec {
9 pname = "sparqlwrapper";
11 format = "setuptools";
14 pname = "SPARQLWrapper";
16 hash = "sha256-P+0+vMd2F6SnTSZEuG/Yjg8y5/cAOseyszTAJiAXMfE=";
19 # break circular dependency loop
21 sed -i '/rdflib/d' setup.cfg
24 # Doesn't actually run tests
27 propagatedBuildInputs = [ keepalive ];
30 description = "This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format";
32 homepage = "http://rdflib.github.io/sparqlwrapper";
33 license = licenses.w3c;