diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-13 17:43:47 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:40 +0700 |
commit | 8c19ec296783f2497c81dfec1868ca162eac23d4 (patch) | |
tree | ed7082e3773ab659c94552d82882b26c2a21f625 /python/python3-astroid | |
parent | 400e3b373a0ca78d6f66906e0e31b0102eb7a7f1 (diff) |
python/python3-astroid: Updated for version 2.11.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-astroid')
-rw-r--r-- | python/python3-astroid/python3-astroid.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-astroid/python3-astroid.info | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild index 3213ea0b9019..28b861e4ff04 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-astroid SRCNAM=astroid -VERSION=${VERSION:-2.12.13} +VERSION=${VERSION:-2.11.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info index 62c26c62b8d9..1c37e874ac54 100644 --- a/python/python3-astroid/python3-astroid.info +++ b/python/python3-astroid/python3-astroid.info @@ -1,10 +1,10 @@ PRGNAM="python3-astroid" -VERSION="2.12.13" +VERSION="2.11.7" HOMEPAGE="https://github.com/PyCQA/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/61/d0/e7cfca72ec7d6c5e0da725c003db99bb056e9b6c2f4ee6fae1145adf28a6/astroid-2.12.13.tar.gz" -MD5SUM="673af3faecf67432992eda41232ad2ce" +DOWNLOAD="https://files.pythonhosted.org/packages/source/a/astroid/astroid-2.11.7.tar.gz" +MD5SUM="711034bec30a9d9777fad896027086d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-lazy-object-proxy python3-wrapt" +REQUIRES="python3-lazy-object-proxy python3-wrapt typing-extensions" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |