mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-astroid: Updated for version 2.6.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e12a6d74d4
commit
9608c2aa3a
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-astroid
|
||||
SRCNAM=astroid
|
||||
VERSION=${VERSION:-2.6.5}
|
||||
VERSION=${VERSION:-2.6.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-astroid"
|
||||
VERSION="2.6.5"
|
||||
VERSION="2.6.6"
|
||||
HOMEPAGE="https://github.com/PyCQA/astroid"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/89/e7/69f2b466eaf494f90f9aee9f802ab9305e2af1b9cd6aebdfdf36800706c8/astroid-2.6.5.tar.gz"
|
||||
MD5SUM="0105a4a3746cbe7163a72f6c48d52988"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/6d/6a/5d8f8efabad496d6caaffd7ea94e5782dde50bcf5480af72939f71114773/astroid-2.6.6.tar.gz"
|
||||
MD5SUM="630db44f7adbcdf837d5d659eb043ebd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-lazy-object-proxy python3-wrapt"
|
||||
|
|
Loading…
Reference in a new issue