1 { buildPythonPackage, fetchPypi, lib
8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "de0e1282330940d52ea92a80fea2e4b9e0da1932aaa570f84d268939d1897b04";
17 doCheck = false; # meant to be ran with interactive interpreter
19 # re-enable if we are able to make testing work
20 # checkInputs = [ bashInteractive coverage flake8 ];
22 propagatedBuildInputs = [
30 pythonImportsCheck = [ "argcomplete" ];
33 description = "Bash tab completion for argparse";
34 homepage = "https://kislyuk.github.io/argcomplete/";
35 maintainers = [ maintainers.womfoo ];
36 license = [ licenses.asl20 ];