Loading pkgs/development/python-modules/cloup/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ buildPythonPackage rec { pname = "cloup"; version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -30,11 +31,14 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "cloup" ]; pythonImportsCheck = [ "cloup" ]; meta = with lib; { homepage = "https://github.com/janLuke/cloup"; description = "Click extended with option groups, constraints, aliases, help themes"; changelog = "https://github.com/janluke/cloup/releases/tag/v${version}"; longDescription = '' Enriches Click with option groups, constraints, command aliases, help sections for subcommands, themes for --help and other stuff. ''; Loading Loading
pkgs/development/python-modules/cloup/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ buildPythonPackage rec { pname = "cloup"; version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -30,11 +31,14 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "cloup" ]; pythonImportsCheck = [ "cloup" ]; meta = with lib; { homepage = "https://github.com/janLuke/cloup"; description = "Click extended with option groups, constraints, aliases, help themes"; changelog = "https://github.com/janluke/cloup/releases/tag/v${version}"; longDescription = '' Enriches Click with option groups, constraints, command aliases, help sections for subcommands, themes for --help and other stuff. ''; Loading