1 { lib, buildPythonPackage, fetchPypi,
5 buildPythonPackage rec {
6 pname = "click-plugins";
10 inherit pname version;
11 sha256 = "46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b";
14 propagatedBuildInputs = [
23 description = "An extension module for click to enable registering CLI commands";
24 homepage = "https://github.com/click-contrib/click-plugins";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ knedlsepp ];