python/argcomplete: Updated for version 1.10.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
29d30ba5a7
commit
ec5e1d0355
|
@ -12,3 +12,5 @@ for your argument/option values.
|
|||
Note:
|
||||
You need to run (as root) 'activate-global-python-argcomplete' script once you
|
||||
install this package.
|
||||
|
||||
Optional dependency: python3
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for argcomplete
|
||||
|
||||
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2019 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:-1.9.4}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="argcomplete"
|
||||
VERSION="1.9.4"
|
||||
VERSION="1.10.0"
|
||||
HOMEPAGE="https://github.com/kislyuk/argcomplete"
|
||||
DOWNLOAD="https://pypi.python.org/packages/3c/21/9741e5e5e63245a8cdafb32ffc738bff6e7ef6253b65953e77933e56ce88/argcomplete-1.9.4.tar.gz"
|
||||
MD5SUM="9bb3b61a849f84723e63051240f74014"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/9c/c5/4009a381ba46f8424832b6fa9a6d8c79b2089a0170beb434280d293a5b5c/argcomplete-1.10.0.tar.gz"
|
||||
MD5SUM="74788e9d96262491281475cdac1320d4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue