9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.9";
17 inherit pname version;
18 hash = "sha256-66MOqcWIiqJrORJDgAH5iUblHyqJvuf9DIBN56XjKwU=";
21 propagatedBuildInputs = [ six ];
23 pythonImportsCheck = [ "derpconf" ];
26 description = "Module to abstract loading configuration files for your app";
27 homepage = "https://github.com/globocom/derpconf";
28 changelog = "https://github.com/globocom/derpconf/releases/tag/${version}";
29 license = licenses.mit;