9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
20 hash = "sha256-P02j53dltwdrlUBG89AI+P2GkXYKTVrQNF15rZt58jw=";
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "cfgv" ];
28 description = "Validate configuration and produce human readable error messages";
29 homepage = "https://github.com/asottile/cfgv";
30 license = licenses.mit;
31 maintainers = with lib.maintainers; [ nickcao ];