1 { lib, buildPythonPackage, fetchPypi, isPy3k,
2 click, jinja2, shellingham, six
5 buildPythonPackage rec {
6 pname = "click-completion";
11 inherit pname version;
12 sha256 = "5bf816b81367e638a190b6e91b50779007d14301b3f9f3145d68e3cade7bce86";
15 propagatedBuildInputs = [ click jinja2 shellingham six ];
18 description = "Add or enhance bash, fish, zsh and powershell completion in Click";
19 homepage = "https://github.com/click-contrib/click-completion";
20 license = licenses.mit;
21 maintainers = with maintainers; [ mbode ];