python/jedi: Updated for version 0.12.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
095c3a495d
commit
1274c583b3
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for jedi
|
# Slackware build script for jedi
|
||||||
|
|
||||||
# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=jedi
|
PRGNAM=jedi
|
||||||
VERSION=${VERSION:-0.11.1}
|
VERSION=${VERSION:-0.12.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="jedi"
|
PRGNAM="jedi"
|
||||||
VERSION="0.11.1"
|
VERSION="0.12.1"
|
||||||
HOMEPAGE="https://github.com/davidhalter/jedi"
|
HOMEPAGE="https://github.com/davidhalter/jedi"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/d2/41/430b325e411d564b1afc37bc7286c3549f4c415ada750a617fb1943c593d/jedi-0.11.1.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/49/2f/cdfb8adc8cfc9fc2e5673e724d9b9098619dc1a2772cc6b8af34c6b7bef9/jedi-0.12.1.tar.gz"
|
||||||
MD5SUM="afa7a4c204c8766c09be8835f86bd204"
|
MD5SUM="2c692d02a8665bf5500a81dc1684d65f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="parso"
|
REQUIRES="parso"
|
||||||
|
|
Loading…
Reference in New Issue