python/python3-tempora: Updated for version 5.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-09-04 05:44:51 -06:00 committed by Willy Sudiarto Raharjo
parent 91e3c4abda
commit 3ad91250e5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 5 deletions

View File

@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-tempora
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-5.2.2}
VERSION=${VERSION:-5.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -62,6 +62,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
@ -89,7 +92,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 README.rst CHANGES.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.rst NEWS.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="python3-tempora"
VERSION="5.2.2"
VERSION="5.5.0"
HOMEPAGE="https://github.com/jaraco/tempora"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.2.2.tar.gz"
MD5SUM="1669df924e6445ee681a349ff507fdbf"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.5.0.tar.gz"
MD5SUM="39314c5843bc3f40f8ce4f5cc340c479"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jaraco.functools pytz"