pkgsrc/devel/py-argcomplete/PLIST
fhajny a25462d60e Update devel/py-argcomplete to 0.8.9.
Version 0.8.9 (2015-06-01)
- Correct doc filename in setup.cfg (fixes bdist_rpm failure, Issue 111).
- Make context managers exception-safe.

Version 0.8.8 (2015-05-01)
- Build and upload universal wheel packages in release.
- Fix issue with non-string choices for arguments.
- Improve non-ascii argparse argument support on Python 2.7.

Version 0.8.7 (2015-04-11)
- register-python-argcomplete: add option to avoid default readline
  completion.

Version 0.8.6 (2015-04-11)
- Expand tilde in script name, allowing argcomplete to work when
  invoking scripts from one's home directory.

Version 0.8.5 (2015-04-07)
- Fix issues related to using argcomplete in a REPL environement.
- New helper method for custom completion display.
- Expand test suite; formatting cleanup.
2015-06-09 14:55:57 +00:00

25 lines
1 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2015/06/09 14:55:57 fhajny Exp $
bin/activate-global-python-argcomplete
bin/python-argcomplete-check-easy-install-script
bin/register-python-argcomplete
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/argcomplete/__init__.py
${PYSITELIB}/argcomplete/__init__.pyc
${PYSITELIB}/argcomplete/__init__.pyo
${PYSITELIB}/argcomplete/bash_completion.d/python-argcomplete.sh
${PYSITELIB}/argcomplete/compat.py
${PYSITELIB}/argcomplete/compat.pyc
${PYSITELIB}/argcomplete/compat.pyo
${PYSITELIB}/argcomplete/completers.py
${PYSITELIB}/argcomplete/completers.pyc
${PYSITELIB}/argcomplete/completers.pyo
${PYSITELIB}/argcomplete/my_argparse.py
${PYSITELIB}/argcomplete/my_argparse.pyc
${PYSITELIB}/argcomplete/my_argparse.pyo
${PYSITELIB}/argcomplete/my_shlex.py
${PYSITELIB}/argcomplete/my_shlex.pyc
${PYSITELIB}/argcomplete/my_shlex.pyo