aboutsummaryrefslogtreecommitdiff
path: root/python/python3-shtab
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-shtab')
-rw-r--r--python/python3-shtab/python3-shtab.SlackBuild4
-rw-r--r--python/python3-shtab/python3-shtab.info6
2 files changed, 4 insertions, 6 deletions
diff --git a/python/python3-shtab/python3-shtab.SlackBuild b/python/python3-shtab/python3-shtab.SlackBuild
index 59253dd9b1..c9b70c3e41 100644
--- a/python/python3-shtab/python3-shtab.SlackBuild
+++ b/python/python3-shtab/python3-shtab.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-shtab
-VERSION=${VERSION:-1.7.2}
+VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -64,8 +64,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 \
-o -perm 400 \) -exec chmod 644 {} \;
-# Use newer setuptools despite not explicitly stating so within pyproject.toml.
-# Otherwise, shtab does not compile properly
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages/
diff --git a/python/python3-shtab/python3-shtab.info b/python/python3-shtab/python3-shtab.info
index 5cd0d672ed..7401cf13cc 100644
--- a/python/python3-shtab/python3-shtab.info
+++ b/python/python3-shtab/python3-shtab.info
@@ -1,8 +1,8 @@
PRGNAM="python3-shtab"
-VERSION="1.7.2"
+VERSION="1.8.0"
HOMEPAGE="https://github.com/iterative/shtab"
-DOWNLOAD="https://github.com/iterative/shtab/releases/download/v1.7.2/shtab-1.7.2.tar.gz"
-MD5SUM="71c18b84fa0b426a58946ea419b4e8d6"
+DOWNLOAD="https://github.com/iterative/shtab/releases/download/v1.8.0/shtab-1.8.0.tar.gz"
+MD5SUM="c6d611ee1ebe0e19ebb16a75749cd658"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt"