9 buildPythonPackage rec {
10 pname = "click-plugins";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b";
19 propagatedBuildInputs = [ click ];
21 nativeCheckInputs = [ pytest ];
24 description = "Extension module for click to enable registering CLI commands";
25 homepage = "https://github.com/click-contrib/click-plugins";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ ];