diff options
Diffstat (limited to 'libraries/python3-CherryPy')
-rw-r--r-- | libraries/python3-CherryPy/python3-CherryPy.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/python3-CherryPy/python3-CherryPy.info | 6 |
2 files changed, 7 insertions, 7 deletions
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 <fourtysixandtwo@sliderr.net> +# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # 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 diff --git a/libraries/python3-CherryPy/python3-CherryPy.info b/libraries/python3-CherryPy/python3-CherryPy.info index f27ae07f2b..5f1b151f8e 100644 --- a/libraries/python3-CherryPy/python3-CherryPy.info +++ b/libraries/python3-CherryPy/python3-CherryPy.info @@ -1,8 +1,8 @@ PRGNAM="python3-CherryPy" -VERSION="18.9.0" +VERSION="18.10.0" HOMEPAGE="http://www.cherrypy.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cherrypy/CherryPy-18.9.0.tar.gz" -MD5SUM="014dbd400aeda9d2b098ed01c95b4a30" +DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cherrypy/cherrypy-18.10.0.tar.gz" +MD5SUM="3f7cf1b729467945218bf553f7232da8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cheroot python3-portend python3-jaraco.collections python3-zc.lockfile" |