aboutsummaryrefslogtreecommitdiff
path: root/python/python3-gast
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-07-19 20:25:53 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-20 18:07:17 +0700
commit5e5f68adaa1e0ba50063081e572d9bf8f99d948b (patch)
tree1719f3a2b193a032c50c893e0e1e2fc1bc327aac /python/python3-gast
parentec484d107f4301e6dfde6eb91087d468154eb400 (diff)
python/python3-gast: Downgrade to 0.5.5
I didn't notice this update broke python/python3-pythran (and packages depending on that, like academic/python3-scipy). Currently, pythran only supports 0.6.x versions of gast in it's master branch. Downgrading to 0.5.5 until pythran on SBo supports newer versions of gast. Thanks to Alexander Verbovetsky for the heads up! Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-gast')
-rw-r--r--python/python3-gast/README4
-rw-r--r--python/python3-gast/python3-gast.SlackBuild2
-rw-r--r--python/python3-gast/python3-gast.info6
3 files changed, 8 insertions, 4 deletions
diff --git a/python/python3-gast/README b/python/python3-gast/README
index 0117896980..ab8cfc9bbc 100644
--- a/python/python3-gast/README
+++ b/python/python3-gast/README
@@ -1,3 +1,7 @@
GAST provides a compatibility layer between the AST
(Abstract Syntax Tree) of various Python versions, as produced by
ast.parse from the standard ast module.
+
+NOTE: Unable to support newer versions than 0.5.5 due to breaking
+python/python3-pythran. As of 19 JUL 24, only the master branch of
+pythran supports gast 0.6.x.
diff --git a/python/python3-gast/python3-gast.SlackBuild b/python/python3-gast/python3-gast.SlackBuild
index b4d3538481..a694561b13 100644
--- a/python/python3-gast/python3-gast.SlackBuild
+++ b/python/python3-gast/python3-gast.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-gast
SRCNAM=gast
-VERSION=${VERSION:-0.6.0}
+VERSION=${VERSION:-0.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-gast/python3-gast.info b/python/python3-gast/python3-gast.info
index 71a5b9a055..4022b41034 100644
--- a/python/python3-gast/python3-gast.info
+++ b/python/python3-gast/python3-gast.info
@@ -1,8 +1,8 @@
PRGNAM="python3-gast"
-VERSION="0.6.0"
+VERSION="0.5.5"
HOMEPAGE="https://github.com/serge-sans-paille/gast"
-DOWNLOAD="https://github.com/serge-sans-paille/gast/archive/0.6.0/gast-0.6.0.tar.gz"
-MD5SUM="a7d75f4f4b7f45682dfb6d759ffd2953"
+DOWNLOAD="https://github.com/serge-sans-paille/gast/archive/0.5.5/gast-0.5.5.tar.gz"
+MD5SUM="a33b800eaa894f8c5d64892240021769"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""