aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPouria Rezaei <Pouria.rz@outlook.com>2024-07-06 23:15:07 +0330
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-07 12:33:27 +0700
commitf989037a64d5f50fcdd6ef051e97964b6d0a1a86 (patch)
tree08611c67eb33cd26dbbbe12dc8718dd55c4163d2
parentd91e3da1ff28de83be2ed558cfcdc6909bbb9894 (diff)
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>
-rw-r--r--python/python3-tekore/python3-tekore.SlackBuild16
-rw-r--r--python/python3-tekore/python3-tekore.info6
2 files changed, 4 insertions, 18 deletions
diff --git a/python/python3-tekore/python3-tekore.SlackBuild b/python/python3-tekore/python3-tekore.SlackBuild
index 73a2ad90903c1..b997143314450 100644
--- a/python/python3-tekore/python3-tekore.SlackBuild
+++ b/python/python3-tekore/python3-tekore.SlackBuild
@@ -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
diff --git a/python/python3-tekore/python3-tekore.info b/python/python3-tekore/python3-tekore.info
index 594a3f53d532a..d32c6d2f3d5cb 100644
--- a/python/python3-tekore/python3-tekore.info
+++ b/python/python3-tekore/python3-tekore.info
@@ -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"