aboutsummaryrefslogtreecommitdiff
path: root/python/python3-gast/README
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/README
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/README')
-rw-r--r--python/python3-gast/README4
1 files changed, 4 insertions, 0 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.