From 00e76b8646f9ea524ad69234924acf6fc35c2478 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Wed, 12 Nov 2025 14:52:49 +0100 Subject: python/python3-autobahn: updated for version 25.10.2 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-autobahn/python3-autobahn.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'python/python3-autobahn/python3-autobahn.SlackBuild') diff --git a/python/python3-autobahn/python3-autobahn.SlackBuild b/python/python3-autobahn/python3-autobahn.SlackBuild index a29fddd5e3..c6a2e18c15 100644 --- a/python/python3-autobahn/python3-autobahn.SlackBuild +++ b/python/python3-autobahn/python3-autobahn.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-autobahn SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-24.4.2} +VERSION=${VERSION:-25.10.2} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,7 +83,11 @@ 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 {} \; -python3 setup.py install --root=$PKG +PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') +export PYTHONPATH=/opt/python$PYVER/site-packages + +python3 -m build --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 \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3