aboutsummaryrefslogtreecommitdiff
path: root/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2025-09-20 18:18:34 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-09-22 08:21:25 +0700
commit2b809309f4973ed62ac7692c7a11e9bb2f25d02c (patch)
tree3987665388f68110fa9341114c84625c10213792 /python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
parent94e59f04e792f2d26330651ce359b24518e4d070 (diff)
python/python3-prompt_toolkit: updated for version 3.0.52
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild')
-rw-r--r--python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
index e3798609e0..44d9a97af0 100644
--- a/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
+++ b/python/python3-prompt_toolkit/python3-prompt_toolkit.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-prompt_toolkit
-VERSION=${VERSION:-3.0.51}
+VERSION=${VERSION:-3.0.52}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -89,7 +89,7 @@ find -L . \
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages
-python3 -m build --no-isolation
+python3 -m build --wheel --no-isolation --skip-dependency-check
python3 -m installer -d "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \