8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-P02j53dltwdrlUBG89AI+P2GkXYKTVrQNF15rZt58jw=";
26 pythonImportsCheck = [
31 description = "Validate configuration and produce human readable error messages";
32 homepage = "https://github.com/asottile/cfgv";
33 license = licenses.mit;
34 maintainers = with lib.maintainers; [ nickcao ];