From 271d2bc0cf9dcc4a60a8985a0b50936382a13be7 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Mon, 26 Jun 2023 10:39:12 +1000 Subject: python/python3-pyzmq: Updated for version 25.1.0 Signed-off-by: Christoph Willing Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pyzmq/python3-pyzmq.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 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 fa60425802..8c303b85ad 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-2022 Christoph Willing Brisbane, Australia +# Copyright 2016-2023 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:-24.0.1} +VERSION=${VERSION:-25.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,7 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS.md COPYING.BSD COPYING.LESSER README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS.md LICENSE.BSD LICENSE.LESSER README.md SECURITY.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3