7 buildPythonPackage rec {
8 pname = "sparqlwrapper";
12 pname = "SPARQLWrapper";
14 hash = "sha256-P+0+vMd2F6SnTSZEuG/Yjg8y5/cAOseyszTAJiAXMfE=";
17 # break circular dependency loop
19 sed -i '/rdflib/d' setup.cfg
22 # Doesn't actually run tests
25 propagatedBuildInputs = [ keepalive ];
28 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";
29 homepage = "http://rdflib.github.io/sparqlwrapper";
30 license = licenses.w3c;