pythonPackages.prov: Add meta
This commit is contained in:
parent
c1eeedaf4a
commit
0b88cba564
@ -28,4 +28,11 @@ buildPythonPackage rec {
|
||||
rdflib
|
||||
];
|
||||
doCheck = false; # takes forever!
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Python library for W3C Provenance Data Model (PROV)";
|
||||
homepage = https://github.com/trungdong/prov;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ashgillman ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user