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)
This commit is contained in:
parent
b1eeafbc26
commit
f45e32a54a
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2016/12/02 10:24:31 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2017/01/20 09:38:57 fhajny Exp $
|
||||
|
||||
DISTNAME= argcomplete-1.7.0
|
||||
DISTNAME= argcomplete-1.8.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=a/argcomplete/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2016/11/04 10:55:44 fhajny Exp $
|
||||
@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
|
||||
|
@ -7,6 +7,7 @@ ${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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.10 2016/12/02 10:24:31 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.11 2017/01/20 09:38:57 fhajny Exp $
|
||||
|
||||
SHA1 (argcomplete-1.7.0.tar.gz) = 10328510d18e89cec40f16650fccbf6dfb4c8858
|
||||
RMD160 (argcomplete-1.7.0.tar.gz) = f98b71c4ff5bc36bede178f0e9063a659b054127
|
||||
SHA512 (argcomplete-1.7.0.tar.gz) = 151a38c4e7d49e91b9c06fb87365da97140b912a50a9e9d7725155302120d1529e5869e30c2648ee9eb55505bc2b3de6280a55e9616a78695b326a380578f497
|
||||
Size (argcomplete-1.7.0.tar.gz) = 50194 bytes
|
||||
SHA1 (argcomplete-1.8.0.tar.gz) = 1cd9716f2a00fa40bd84f37ed0bf7904dc6fec1a
|
||||
RMD160 (argcomplete-1.8.0.tar.gz) = d36e051c9f5e52ba8b9500557ab6a049b4ae43f6
|
||||
SHA512 (argcomplete-1.8.0.tar.gz) = 9d42a170fc7548755987f38766c0264e35b2c6109922d11d68b75a4e0294b2945c77274724a64864e67734a3571a3fa24ef9d082855eb383478248c1f55a0cb3
|
||||
Size (argcomplete-1.8.0.tar.gz) = 53222 bytes
|
||||
|
|
Loading…
Reference in a new issue