1 { buildPythonPackage, fetchPypi, lib
8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20";
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 ];