diff options
| author | Antonio Leal <antonioleal@yahoo.com> | 2025-09-20 08:58:46 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-21 00:33:22 +0700 |
| commit | 2ef6f96ac3c94602584b02412dcb197867926784 (patch) | |
| tree | 4c9c78bfa4e965c7a18b0de946de9c83ec4f0496 /python/python3-uv/python3-uv.SlackBuild | |
| parent | 5ec0bbbbc4b4f908d61360e57164a71332bd526a (diff) | |
python/python3-uv: Updated for version 0.8.19
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-uv/python3-uv.SlackBuild')
| -rw-r--r-- | python/python3-uv/python3-uv.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-uv/python3-uv.SlackBuild b/python/python3-uv/python3-uv.SlackBuild index 59278b59e2..7efce5d68a 100644 --- a/python/python3-uv/python3-uv.SlackBuild +++ b/python/python3-uv/python3-uv.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-uv -VERSION=${VERSION:-0.8.18} +VERSION=${VERSION:-0.8.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -66,9 +66,9 @@ PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') export PYTHONPATH=/opt/python$PYVER/site-packages/ if [ "$ARCH" = "x86_64" ]; then - python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.18-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" + python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.19-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" elif [ "$ARCH" = "i586" ]; then - python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.18-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl" + python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.19-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl" fi find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
