mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-astroid: Updated for version 2.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e447ab205a
commit
b801444593
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python3-astroid
|
||||
SRCNAM=astroid
|
||||
VERSION=${VERSION:-2.5.1}
|
||||
VERSION=${VERSION:-2.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-astroid"
|
||||
VERSION="2.5.1"
|
||||
VERSION="2.5.2"
|
||||
HOMEPAGE="https://github.com/PyCQA/astroid"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/44/47/fe9dfab6f91682d7bcacf8ca813b3084b48f1deda4ac8ee56e49d63b928e/astroid-2.5.1.tar.gz"
|
||||
MD5SUM="52ad092c3066cdc64870dfa7f9000363"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/7b/92/1fe4e6cbd476f33658b854f3bae8e7230481ac0e4f2758385b3a5cd05fe7/astroid-2.5.2.tar.gz"
|
||||
MD5SUM="38c7176fbb623c28a99e398a5d896f39"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-lazy-object-proxy python3-wrapt typed_ast"
|
||||
|
|
Loading…
Reference in a new issue