From 3e4ebf2c00c80fad59bc88b483e144bd3ca8a8b8 Mon Sep 17 00:00:00 2001 From: Antonio Leal Date: Sat, 11 Oct 2025 22:26:34 +0100 Subject: python/python3-odfdo: Updated for version 3.17.0 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-odfdo/python3-odfdo.SlackBuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'python/python3-odfdo/python3-odfdo.SlackBuild') diff --git a/python/python3-odfdo/python3-odfdo.SlackBuild b/python/python3-odfdo/python3-odfdo.SlackBuild index dff5f3c13f..1095263f23 100644 --- a/python/python3-odfdo/python3-odfdo.SlackBuild +++ b/python/python3-odfdo/python3-odfdo.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-odfdo -VERSION=${VERSION:-3.16.8} +VERSION=${VERSION:-3.17.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,9 +64,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') -# export PYTHONPATH=/opt/python$PYVER/site-packages/ -uv build --wheel +PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') +export PYTHONPATH=/opt/python$PYVER/site-packages/ +python3 -m build --no-isolation +# /uv build --wheel python3 -m installer --destdir "$PKG" "dist/odfdo-$VERSION-py3-none-any.whl" find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3