aboutsummaryrefslogtreecommitdiff
path: root/python/python3-autobahn
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-autobahn')
-rw-r--r--python/python3-autobahn/python3-autobahn.SlackBuild8
-rw-r--r--python/python3-autobahn/python3-autobahn.info8
2 files changed, 10 insertions, 6 deletions
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
diff --git a/python/python3-autobahn/python3-autobahn.info b/python/python3-autobahn/python3-autobahn.info
index 7b875c8530..a7eed1eb1f 100644
--- a/python/python3-autobahn/python3-autobahn.info
+++ b/python/python3-autobahn/python3-autobahn.info
@@ -1,10 +1,10 @@
PRGNAM="python3-autobahn"
-VERSION="24.4.2"
+VERSION="25.10.2"
HOMEPAGE="https://crossbar.io/autobahn/"
-DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-24.4.2.tar.gz"
-MD5SUM="cedc5252be771288b19c237cd54a63e9"
+DOWNLOAD="https://pypi.python.org/packages/source/a/autobahn/autobahn-25.10.2.tar.gz"
+MD5SUM="169027af76e7ffbc7b7f3f0fa3e6538d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-txaio cryptography python3-hyperlink"
+REQUIRES="python3-setuptools-opt python3-txaio cryptography python3-hyperlink"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"