14 buildPythonPackage rec {
15 pname = "click-completion";
17 format = "setuptools";
21 inherit pname version;
22 sha256 = "5bf816b81367e638a190b6e91b50779007d14301b3f9f3145d68e3cade7bce86";
25 propagatedBuildInputs = [
32 pythonImportsCheck = [ "click_completion" ];
38 description = "Add or enhance bash, fish, zsh and powershell completion in Click";
39 homepage = "https://github.com/click-contrib/click-completion";
40 license = licenses.mit;
41 maintainers = with maintainers; [ mbode ];