12 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-ZHEtGkvyGCllKzlxW62m58A7zxnLSfliwZCjj0YXIkM=";
24 build-system = [ setuptools ];
35 pythonImportsCheck = [ "pyRdfa" ];
38 description = "RDFa 1.1 distiller/parser library";
39 homepage = "https://github.com/prrvchr/pyrdfa3/";
40 changelog = "https://github.com/prrvchr/pyrdfa3/releases/tag/v${version}";
41 license = licenses.w3c;
42 maintainers = with maintainers; [ ambroisie ];