11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "b6438f2195ecb9f6e8279b58971e02bc51814599b5d5383366eef91d867422ee";
21 propagatedBuildInputs = [
32 # Multiple tests are out-dated and failing
35 pythonImportsCheck = [
40 description = "Python library for W3C Provenance Data Model (PROV)";
41 homepage = "https://github.com/trungdong/prov";
42 license = licenses.mit;
43 maintainers = with maintainers; [ ashgillman ];