diff --git a/python/python3-tempora/python3-tempora.SlackBuild b/python/python3-tempora/python3-tempora.SlackBuild index 8f07696052..80459f49cf 100644 --- a/python/python3-tempora/python3-tempora.SlackBuild +++ b/python/python3-tempora/python3-tempora.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-tempora -# Copyright 2022 fourtysixandtwo +# Copyright 2022-23 fourtysixandtwo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,12 +24,13 @@ # 20220908 46and2: Updated version. # -build process changed +# 20230104 46and2: Updated version, remove dep. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tempora SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-5.1.0} +VERSION=${VERSION:-5.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,9 +43,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 @@ -79,17 +77,13 @@ cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ python3 -m build --no-isolation python3 -m installer -d "$PKG" dist/*.whl -# installing tests to a subdir of your project might not conflict the toplevel, but -# don't do it anyway... -rm -r "$PKG"/usr/lib${LIBDIRSUFFIX}/python*/site-packages/${SRCNAM}/tests/ - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/python3-tempora/python3-tempora.info b/python/python3-tempora/python3-tempora.info index 34b4879054..4542eaf056 100644 --- a/python/python3-tempora/python3-tempora.info +++ b/python/python3-tempora/python3-tempora.info @@ -1,10 +1,10 @@ PRGNAM="python3-tempora" -VERSION="5.1.0" +VERSION="5.2.0" HOMEPAGE="https://github.com/jaraco/tempora" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.1.0.tar.gz" -MD5SUM="f9954a8c3b091f9769eb7bbe0faddccf" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.2.0.tar.gz" +MD5SUM="87fc0d99edd557323e61a16017707a8b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-jaraco.functools pytz" +REQUIRES="python3-build python3-installer wheel pytz" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net"