diff options
Diffstat (limited to 'python/argcomplete')
-rw-r--r-- | python/argcomplete/README | 4 | ||||
-rw-r--r-- | python/argcomplete/argcomplete.SlackBuild | 4 | ||||
-rw-r--r-- | python/argcomplete/argcomplete.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/python/argcomplete/README b/python/argcomplete/README index d4c36cf332ca..f0ba50a1ae01 100644 --- a/python/argcomplete/README +++ b/python/argcomplete/README @@ -10,5 +10,5 @@ or subparsers, and if your program can dynamically suggest completions for your argument/option values. Note: -You need to run activate-global-python-argcomplete script once you install -this package +You need to run (as root) 'activate-global-python-argcomplete' script once you +install this package. diff --git a/python/argcomplete/argcomplete.SlackBuild b/python/argcomplete/argcomplete.SlackBuild index 42484331dd49..1fdd5ddb32b6 100644 --- a/python/argcomplete/argcomplete.SlackBuild +++ b/python/argcomplete/argcomplete.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for argcomplete -# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=argcomplete -VERSION=${VERSION:-0.8.8} +VERSION=${VERSION:-0.8.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/argcomplete/argcomplete.info b/python/argcomplete/argcomplete.info index 766beb3daa99..e4c8b9b3ff4b 100644 --- a/python/argcomplete/argcomplete.info +++ b/python/argcomplete/argcomplete.info @@ -1,8 +1,8 @@ PRGNAM="argcomplete" -VERSION="0.8.8" +VERSION="0.8.9" HOMEPAGE="https://github.com/kislyuk/argcomplete" -DOWNLOAD="https://pypi.python.org/packages/source/a/argcomplete/argcomplete-0.8.8.tar.gz" -MD5SUM="ddc8c1329ae54e038ccba1f2d1b1feea" +DOWNLOAD="https://pypi.python.org/packages/source/a/argcomplete/argcomplete-0.8.9.tar.gz" +MD5SUM="02861a1bd74943edc48741c06e125b6a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |