mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-astroid: Updated for version 2.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a427ca4d3b
commit
9aa39d56f4
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python3-astroid
|
||||
SRCNAM=astroid
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-astroid"
|
||||
VERSION="2.4.0"
|
||||
VERSION="2.4.1"
|
||||
HOMEPAGE="https://bitbucket.org/logilab/astroid"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/c7/77/b63d5956ffaa237981fa99f902d1963f2c097c1dd9700447b4815dedceb9/astroid-2.4.0.tar.gz"
|
||||
MD5SUM="bd3b2a61b6ecf7446125b418b031a01e"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/c4/82/30e5f146863fb34b733bd57e82f96a6c61a6cb3692fc838e20d0091ee752/astroid-2.4.1.tar.gz"
|
||||
MD5SUM="b0ab3129a634e7210f7b3647fb81c215"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-lazy-object-proxy python3-six python3-wrapt typed_ast"
|
||||
|
|
Loading…
Reference in a new issue