aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyzmq/python3-pyzmq.SlackBuild
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2022-04-12 13:08:50 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-16 12:12:35 +0700
commitca1498ea87d019f95d49064f7c7fa8c037fb8aa2 (patch)
treee09c3930cfd9b741a2d5ee8f2ba3dd25397ca1b2 /python/python3-pyzmq/python3-pyzmq.SlackBuild
parentcedb79443dc84e4700bd972b4ef0934bed96c219 (diff)
python/python3-pyzmq: Updated for version 22.3.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyzmq/python3-pyzmq.SlackBuild')
-rw-r--r--python/python3-pyzmq/python3-pyzmq.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/python/python3-pyzmq/python3-pyzmq.SlackBuild b/python/python3-pyzmq/python3-pyzmq.SlackBuild
index bacaa081431f6..07e07233a4f44 100644
--- a/python/python3-pyzmq/python3-pyzmq.SlackBuild
+++ b/python/python3-pyzmq/python3-pyzmq.SlackBuild
@@ -3,7 +3,7 @@
# SlackBuild script for python3-pyzmq
# Copyright 2013 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2016-2021 Christoph Willing Brisbane, Australia
+# Copyright 2016-2022 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pyzmq
SRCNAM=pyzmq
-VERSION=${VERSION:-19.0.2}
+VERSION=${VERSION:-22.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0