diff options
| author | Arn0 <yth@ythogtha.org> | 2025-11-12 14:52:49 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-11-13 18:05:31 +0700 |
| commit | 00e76b8646f9ea524ad69234924acf6fc35c2478 (patch) | |
| tree | 8a4e9b066d789d16c7d652c243e1e7e3a9142a94 /python/python3-autobahn | |
| parent | 3752f3202d36e3b5d0793abe334276733bf8c5f1 (diff) | |
python/python3-autobahn: updated for version 25.10.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-autobahn')
| -rw-r--r-- | python/python3-autobahn/python3-autobahn.SlackBuild | 8 | ||||
| -rw-r--r-- | python/python3-autobahn/python3-autobahn.info | 8 |
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" |
