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