8 buildPythonPackage rec {
9 pname = "persisting-theory";
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-D4QPoiJHvKpRQJTafzsmxgI1lCmrEtLNiL4GtJozYpA=";
18 nativeCheckInputs = [ pytestCheckHook ];
20 pythonImportsCheck = [ "persisting_theory" ];
23 homepage = "https://code.agate.blue/agate/persisting-theory";
24 description = "Automate data discovering and access inside a list of packages";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ mmai ];