From 839957e55177f036ec085539fba8abc6e4451f3b Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Fri, 4 Aug 2023 19:56:00 +0900 Subject: python/python3-lz4: Updated for version 4.3.2. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-lz4/python3-lz4.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python/python3-lz4/python3-lz4.SlackBuild') diff --git a/python/python3-lz4/python3-lz4.SlackBuild b/python/python3-lz4/python3-lz4.SlackBuild index 53db74b9a0..334ed8da02 100644 --- a/python/python3-lz4/python3-lz4.SlackBuild +++ b/python/python3-lz4/python3-lz4.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-lz4 # -# Copyright 2022, Barry J. Grundy +# Copyright 2022-2023, Barry J. Grundy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,16 +22,16 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Initial python3 version v4.0.0 May 2022 +# Updated for version v4.3.2 July 2023 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-lz4 TARNAM=lz4 -VERSION=${VERSION:-4.0.0} +VERSION=${VERSION:-4.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} +PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -88,7 +88,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 LICENSE PKG-INFO README.rst docs/ $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.rst docs/ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3