11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-zdH5DNXnuAfYTuaG9EIKiXL2EbLSfzYjPSkC3G06bU8=";
25 nativeBuildInputs = [ flit-core ];
27 propagatedBuildInputs = [ pyyaml ];
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "confuse" ];
34 description = "Python configuration library for Python that uses YAML";
35 homepage = "https://github.com/beetbox/confuse";
36 license = licenses.mit;
37 maintainers = with maintainers; [ lovesegfault ];