SlackBuildsOrg/python/python3-gast
Jeremy Hansen 5e5f68adaa
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>
2024-07-20 18:07:17 +07:00
..
python3-gast.info
python3-gast.SlackBuild
README
slack-desc

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.