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.
This commit is contained in:
parent
cf4337def9
commit
a25462d60e
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2015/04/13 23:12:40 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2015/06/09 14:55:57 fhajny Exp $
|
||||
|
||||
DISTNAME= argcomplete-0.8.4
|
||||
DISTNAME= argcomplete-0.8.9
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/a/argcomplete/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/10/30 13:50:41 fhajny Exp $
|
||||
@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
|
||||
|
@ -11,6 +11,9 @@ ${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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2014/12/12 11:45:05 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/06/09 14:55:57 fhajny Exp $
|
||||
|
||||
SHA1 (argcomplete-0.8.4.tar.gz) = c25eafe2d13d6c5b497dde1a03d3445e55266438
|
||||
RMD160 (argcomplete-0.8.4.tar.gz) = 15c7e049e96917adc7527aaba2bf86d0122ad653
|
||||
Size (argcomplete-0.8.4.tar.gz) = 31590 bytes
|
||||
SHA1 (argcomplete-0.8.9.tar.gz) = e8c207f3ea011297803e5edc922422daf89fcfc9
|
||||
RMD160 (argcomplete-0.8.9.tar.gz) = 8d09667676e062be86aa4aff6263596611e1f580
|
||||
Size (argcomplete-0.8.9.tar.gz) = 30575 bytes
|
||||
|
|
Loading…
Reference in a new issue