summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Christoph Willing2023-08-23 01:44:38 +0200
committer Willy Sudiarto Raharjo2023-08-26 14:07:09 +0200
commitfb83601a67d39438b974c0c2e5a622eab64d454a (patch)
treef14b7749c1f2455760d54a73ee25ac124a2e93d5 /python
parent8917ff6d3c12dd60776ef5e074a4a8e321bb4643 (diff)
downloadslackbuilds-fb83601a67d39438b974c0c2e5a622eab64d454a.tar.gz
python/python3-pyzmq: Updated for version 25.1.1
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-pyzmq/python3-pyzmq.SlackBuild3
-rw-r--r--python/python3-pyzmq/python3-pyzmq.info8
2 files changed, 6 insertions, 5 deletions
diff --git a/python/python3-pyzmq/python3-pyzmq.SlackBuild b/python/python3-pyzmq/python3-pyzmq.SlackBuild
index 8c303b85ad..b0357cc520 100644
--- a/python/python3-pyzmq/python3-pyzmq.SlackBuild
+++ b/python/python3-pyzmq/python3-pyzmq.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pyzmq
SRCNAM=pyzmq
-VERSION=${VERSION:-25.1.0}
+VERSION=${VERSION:-25.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -78,6 +78,7 @@ 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 {} \;
+export PYTHONPATH=/opt/python3.9/site-packages/
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/python/python3-pyzmq/python3-pyzmq.info b/python/python3-pyzmq/python3-pyzmq.info
index 6deea951eb..1ec12a5fa4 100644
--- a/python/python3-pyzmq/python3-pyzmq.info
+++ b/python/python3-pyzmq/python3-pyzmq.info
@@ -1,10 +1,10 @@
PRGNAM="python3-pyzmq"
-VERSION="25.1.0"
+VERSION="25.1.1"
HOMEPAGE="https://github.com/zeromq/pyzmq"
-DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v25.1.0/pyzmq-25.1.0.tar.gz"
-MD5SUM="8e5105167a8aa6f9d589c38d8410769e"
+DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v25.1.1/pyzmq-25.1.1.tar.gz"
+MD5SUM="769a7dce3146772d7501270a6b200ddf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="zeromq"
+REQUIRES="python3-setuptools-opt zeromq"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"