9 buildPythonPackage rec {
17 sha256 = "sha256-FXZjqSuH3zRbb2m94jXf9feXiRYI4S/h5PqNrWhxMa4=";
21 substituteInPlace setup.py \
22 --replace "'html = pyRdfa.rdflibparsers:StructuredDataParser'" "'html = pyRdfa.rdflibparsers:StructuredDataParser'," \
23 --replace "'hturtle = pyRdfa.rdflibparsers:HTurtleParser'" "'hturtle = pyRdfa.rdflibparsers:HTurtleParser',"
26 propagatedBuildInputs = [
31 # Does not work with python3
34 pythonImportsCheck = [ "pyRdfa" ];
37 description = "RDFa 1.1 distiller/parser library";
38 homepage = "https://www.w3.org/2012/pyRdfa/";
39 license = licenses.w3c;
40 maintainers = with maintainers; [ ambroisie ];