aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/python3-gast/python3-gast.SlackBuild7
-rw-r--r--python/python3-gast/python3-gast.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python3-gast/python3-gast.SlackBuild b/python/python3-gast/python3-gast.SlackBuild
index 540b53168e..f2a00f42c6 100644
--- a/python/python3-gast/python3-gast.SlackBuild
+++ b/python/python3-gast/python3-gast.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for python3-gast
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-gast
-VERSION=${VERSION:-0.5.3}
+VERSION=${VERSION:-0.5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/python/python3-gast/python3-gast.info b/python/python3-gast/python3-gast.info
index 63f2eda5c3..10b701985f 100644
--- a/python/python3-gast/python3-gast.info
+++ b/python/python3-gast/python3-gast.info
@@ -1,8 +1,8 @@
PRGNAM="python3-gast"
-VERSION="0.5.3"
+VERSION="0.5.4"
HOMEPAGE="https://github.com/serge-sans-paille/gast"
-DOWNLOAD="https://github.com/serge-sans-paille/gast/archive/0.5.3/gast-0.5.3.tar.gz"
-MD5SUM="1e46f5a210068d1c999e588b09fe3701"
+DOWNLOAD="https://github.com/serge-sans-paille/gast/archive/0.5.4/gast-0.5.4.tar.gz"
+MD5SUM="4591ae87c5870c1229b0b7eda2b154ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""