python/python3-tekore: Updated to 5.5.0.

Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Pouria Rezaei 2024-07-06 23:15:07 +03:30 committed by Willy Sudiarto Raharjo
parent d91e3da1ff
commit f989037a64
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 18 deletions

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-tekore
SRCNAM=tekore
VERSION=${VERSION:-5.4.0}
VERSION=${VERSION:-5.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -52,20 +52,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG

View file

@ -1,8 +1,8 @@
PRGNAM="python3-tekore"
VERSION="5.4.0"
VERSION="5.5.0"
HOMEPAGE="https://pypi.org/project/tekore/"
DOWNLOAD="https://github.com/felix-hilden/tekore/archive/v5.4.0/tekore-5.4.0.tar.gz"
MD5SUM="8a2b8b5b6bad6c64c055dfa39d2c634a"
DOWNLOAD="https://github.com/felix-hilden/tekore/archive/v5.5.0/tekore-5.5.0.tar.gz"
MD5SUM="5dc29c9391364dcef0e0ebc37554fa77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt"