Skip to content

Commit

Permalink
Update devel/py-argcomplete to 1.6.0.
Browse files Browse the repository at this point in the history
1.6.0
- Add support for tcsh
- Fix handling of unquoted completions containing $
- Don't insert unnecessary leading quote char in completions
- Fix parser reuse with positional arguments
- Tests: Add simple pexpect tests for bash; Add test case to
  verify TritonDataCenter#20 is fixed

1.5.1
- Packaging fix

1.5.0
- Do not suggest options from mutually exclusive groups
  • Loading branch information
fhajny committed Nov 4, 2016
1 parent 66f4b88 commit 3f36133
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/py-argcomplete/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2016/06/17 11:54:09 fhajny Exp $
# $NetBSD: Makefile,v 1.9 2016/11/04 10:55:44 fhajny Exp $

DISTNAME= argcomplete-1.4.1
DISTNAME= argcomplete-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_PYPI:=a/argcomplete/}
Expand Down
3 changes: 2 additions & 1 deletion devel/py-argcomplete/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@comment $NetBSD: PLIST,v 1.2 2015/06/09 14:55:57 fhajny Exp $
@comment $NetBSD: PLIST,v 1.3 2016/11/04 10:55:44 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
Expand Down
10 changes: 5 additions & 5 deletions devel/py-argcomplete/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2016/06/17 11:54:09 fhajny Exp $
$NetBSD: distinfo,v 1.9 2016/11/04 10:55:44 fhajny Exp $

SHA1 (argcomplete-1.4.1.tar.gz) = c7f155d7cac967679ab2baa1c4e0f9b8c79e7bf9
RMD160 (argcomplete-1.4.1.tar.gz) = 9162dc7a3d6c299e6302a9c7a6b66206c4336443
SHA512 (argcomplete-1.4.1.tar.gz) = 3e9fa64fca93baf14fddd653947ff0269004e8783de0567931dafb9e4d0dfff2e2450ef6df331a4d648f5ce1d817a422f52d8d30b94315cd54fd82102467ded5
Size (argcomplete-1.4.1.tar.gz) = 37219 bytes
SHA1 (argcomplete-1.6.0.tar.gz) = 114b413603ab81261295c9bd7994a8390bdd271a
RMD160 (argcomplete-1.6.0.tar.gz) = 9f14d37821c4cf84c3237f4e8c2aabf5065ee4c1
SHA512 (argcomplete-1.6.0.tar.gz) = 6a2a6a4af3ddb5bea0022bf5e2acb123d4c0505d979887ebb82ed5c8a591d59d35b57084483428d030e0507f3cd149953146f49d4a7b0290bc88648cea3eb7a3
Size (argcomplete-1.6.0.tar.gz) = 39685 bytes

0 comments on commit 3f36133

Please sign in to comment.