diff options
| author | Isaac Yu <isaacyu@protonmail.com> | 2025-11-23 21:38:39 -0800 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-11-28 22:13:50 +0700 |
| commit | f22c406d3f3854362e3b61abaab78fc602c1157d (patch) | |
| tree | 0736d5b443dfb3f4dceea830bff45aecb95b19f2 /python/python3-shtab/python3-shtab.SlackBuild | |
| parent | 9cafc0138be507fd6fb88a478f5ebb05be6ee9b0 (diff) | |
python/python3-shtab: Update for 1.8.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-shtab/python3-shtab.SlackBuild')
| -rw-r--r-- | python/python3-shtab/python3-shtab.SlackBuild | 4 |
1 files changed, 1 insertions, 3 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/ |
