From ca1498ea87d019f95d49064f7c7fa8c037fb8aa2 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Tue, 12 Apr 2022 13:08:50 +1000 Subject: python/python3-pyzmq: Updated for version 22.3.0 Signed-off-by: Christoph Willing Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pyzmq/python3-pyzmq.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'python/python3-pyzmq/python3-pyzmq.SlackBuild') diff --git a/python/python3-pyzmq/python3-pyzmq.SlackBuild b/python/python3-pyzmq/python3-pyzmq.SlackBuild index bacaa08143..07e07233a4 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 -# 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 -- cgit v1.2.3