summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-06-09 14:55:57 +0000
committerfhajny <fhajny@pkgsrc.org>2015-06-09 14:55:57 +0000
commit89bfec5daeea0ec9c72d81bc54e278b3fa67480f (patch)
tree3c2141ae67eeccfa1e836f189f16358b8c1b2179
parent6e835a7878017d24afe791a5551a9e5e07f9c6a9 (diff)
downloadpkgsrc-89bfec5daeea0ec9c72d81bc54e278b3fa67480f.tar.gz
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.
-rw-r--r--devel/py-argcomplete/Makefile4
-rw-r--r--devel/py-argcomplete/PLIST5
-rw-r--r--devel/py-argcomplete/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/py-argcomplete/Makefile b/devel/py-argcomplete/Makefile
index 8f320604842..37683b1fc9b 100644
--- a/devel/py-argcomplete/Makefile
+++ b/devel/py-argcomplete/Makefile
@@ -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/
diff --git a/devel/py-argcomplete/PLIST b/devel/py-argcomplete/PLIST
index 6a243a76592..bc07d079325 100644
--- a/devel/py-argcomplete/PLIST
+++ b/devel/py-argcomplete/PLIST
@@ -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
diff --git a/devel/py-argcomplete/distinfo b/devel/py-argcomplete/distinfo
index 41a357d233f..6f9c78bc059 100644
--- a/devel/py-argcomplete/distinfo
+++ b/devel/py-argcomplete/distinfo
@@ -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