mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/python3-jedi: Updated for version 0.12.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
e325e0be72
commit
3250d2bdfb
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
SRCNAM=jedi
|
SRCNAM=jedi
|
||||||
PRGNAM=python3-$SRCNAM
|
PRGNAM=python3-$SRCNAM
|
||||||
VERSION=${VERSION:-0.12.0}
|
VERSION=${VERSION:-0.12.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python3-jedi"
|
PRGNAM="python3-jedi"
|
||||||
VERSION="0.12.0"
|
VERSION="0.12.1"
|
||||||
HOMEPAGE="https://github.com/davidhalter/jedi"
|
HOMEPAGE="https://github.com/davidhalter/jedi"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.12.0.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.12.1.tar.gz"
|
||||||
MD5SUM="02b984f37bf24106a65a14f16c948a8b"
|
MD5SUM="2c692d02a8665bf5500a81dc1684d65f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-parso"
|
REQUIRES="python3-parso"
|
||||||
|
|
Loading…
Reference in a new issue