From 6969defecd416b89cb3367d5d92a293a71583e08 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Tue, 19 Nov 2024 19:23:58 -0700 Subject: libraries/python3-CherryPy: Updated for version 18.10.0. Signed-off-by: Willy Sudiarto Raharjo --- libraries/python3-CherryPy/python3-CherryPy.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libraries/python3-CherryPy/python3-CherryPy.SlackBuild') diff --git a/libraries/python3-CherryPy/python3-CherryPy.SlackBuild b/libraries/python3-CherryPy/python3-CherryPy.SlackBuild index 0e50f9cc44..c9c52834ce 100644 --- a/libraries/python3-CherryPy/python3-CherryPy.SlackBuild +++ b/libraries/python3-CherryPy/python3-CherryPy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-CherryPy -# Copyright 2022-23 fourtysixandtwo +# Copyright 2022-2024 fourtysixandtwo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-CherryPy -SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-18.9.0} +SRCNAM=cherrypy +VERSION=${VERSION:-18.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -71,7 +71,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # install man page mkdir -p $PKG/usr/man/man1 install -D -m0644 man/cherryd.1 $PKG/usr/man/man1/cherryd.1 -find $PKG/usr/man -type f -exec gzip -9 {} \; +find $PKG/usr/man -type f -exec gzip -9 {} \+ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3