8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "sha256-aoDKBuDxJCeXbVwCXhse6FCbDDM30/Xa8p9qRvDkWBk=";
17 propagatedBuildInputs = [ mergedict ];
19 checkInputs = [ pytestCheckHook ];
21 pythonImportsCheck = [ "configclass" ];
24 description = "A Python to class to hold configuration values";
25 homepage = "https://github.com/schettino72/configclass/";
26 license = licenses.mit;
27 maintainers = with maintainers; [ onny ];