pkgsrc/devel/py-argcomplete/PLIST
fhajny f45e32a54a Update devel/py-argcomplete to 1.8.0.
- Simplify nospace handling in global completion (#195)
- Specially handle all characters in COMP_WORDBREAKS (#187)
- Use setuptools tests-require directive, fixes #186
- Complete files using the specified interpreter (#192)
- Fix completion for scripts run via python (#191)
- Clarify argument to register-python-argcomplete (#190)
- Fix handling of commas and other special chars (#172); handle more
  special characters (#189)
- Fix handling of special characters in tcsh (#188)
- Update my_shlex to Python 3.6 version (#184)
- Fix additional trailing space in exact matches (#183)
- Adjust tests to handle development environments (#180)
- Fix tcsh tests on OSX (#177); Update bash on OSX (#176); Check output
  of test setup command (#179)
- Optionally disable duplicated flags (#143)
- Add default_completer option to CompletionFinder.call (#167)
- Let bash add or suppress trailing space (#159)
2017-01-20 09:38:57 +00:00

27 lines
1.1 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2017/01/20 09:38:57 fhajny Exp $
bin/activate-global-python-argcomplete
bin/python-argcomplete-check-easy-install-script
bin/python-argcomplete-tcsh
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}/requires.txt
${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