Package: python-argcomplete / 3.6.3-1

Metadata

Package Version Patches format
python-argcomplete 3.6.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
py3k tests.patch | (download)

test/prog | 2 1 + 1 - 0 !
test/test.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 use the python3 binary to execute tests

Upstream runs the tests inside tox, which has a python binary available.
We don't currently use this, because their tox config isn't shipped in
their source tarball.

tests_pip_fix.patch | (download)

test/test.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 write a pydistutils configuration file before executing pip

This avoids tripping over Debian's posix_prefix default installation
scheme

python argcomplete check easy install script_help_fix.patch | (download)

argcomplete/scripts/python_argcomplete_check_easy_install_script.py | 2 1 + 1 - 0 !
test/test.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 add -h/--help support to python-argcomplete-check-easy-install-script