aboutsummaryrefslogtreecommitdiff
path: root/python/python3-gast
diff options
context:
space:
mode:
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=""