summaryrefslogtreecommitdiffstats
path: root/python/python3-astroid
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2023-12-12 18:57:25 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-16 08:56:07 +0700
commit50dd66d82b3478748ee18b4a78fc0e10ca4d4f0c (patch)
tree6ea5165e0f7d33e2869d7e5732383372ea273948 /python/python3-astroid
parent2f6121ed663aabd68273483a54f2258591e8bba2 (diff)
downloadslackbuilds-50dd66d82b3478748ee18b4a78fc0e10ca4d4f0c.tar.gz
slackbuilds-50dd66d82b3478748ee18b4a78fc0e10ca4d4f0c.tar.xz
python/python3-astroid: Updated for version 3.0.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@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.SlackBuild5
-rw-r--r--python/python3-astroid/python3-astroid.info8
2 files changed, 8 insertions, 5 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild
index 4a72acbb3d..4186de1824 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:-3.0.1}
+VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -78,6 +78,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Beacause of the python3-setuptools-opt
+export PYTHONPATH=/opt/python3.9/site-packages/
+
python3 -m build --wheel --no-isolation
python3 -m installer --destdir "$PKG" dist/*.whl
diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info
index b9d9e32e90..4a58edf2ff 100644
--- a/python/python3-astroid/python3-astroid.info
+++ b/python/python3-astroid/python3-astroid.info
@@ -1,10 +1,10 @@
PRGNAM="python3-astroid"
-VERSION="3.0.1"
+VERSION="3.0.2"
HOMEPAGE="https://github.com/PyCQA/astroid"
-DOWNLOAD="https://files.pythonhosted.org/packages/69/53/07229db171855e410bf40a996f1d49cc35222e18a1c95cd566e69bb9e0e5/astroid-3.0.1.tar.gz"
-MD5SUM="b2cd4560f6ea5209b876a9edd7513e0e"
+DOWNLOAD="https://files.pythonhosted.org/packages/58/03/c44924529da62cfa77a4a8f8fd5b0ac687f6f17dc68afd24d783d2046dfa/astroid-3.0.2.tar.gz"
+MD5SUM="978338f294cfabcc5aaa1b7db833ca34"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-setuptools-opt python3-wheel typing-extensions"
+REQUIRES="python3-setuptools-opt typing-extensions"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="dslackw@gmail.com"