12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-DiOMFAXRpVxyvTmzttc9b3q/2dCn+rLsBpOhmimlYX8=";
22 propagatedBuildInputs = [
29 nativeCheckInputs = [ pydot ];
31 # Multiple tests are out-dated and failing
34 pythonImportsCheck = [ "prov" ];
37 description = "Python library for W3C Provenance Data Model (PROV)";
38 homepage = "https://github.com/trungdong/prov";
39 license = licenses.mit;
40 maintainers = with maintainers; [ ashgillman ];