10 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "sha256-iQfpz2rl7Y3PJIG2aO+Cu1khx2g68XfOwhkRoENqsTg=";
25 propagatedBuildInputs = [
33 pythonImportsCheck = [ "cloup" ];
36 homepage = "https://github.com/janLuke/cloup";
37 description = "Click extended with option groups, constraints, aliases, help themes";
39 Enriches Click with option groups, constraints, command aliases, help sections for subcommands, themes for --help and other stuff.
41 license = licenses.bsd3;
42 maintainers = with maintainers; [ friedelino ];