summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2023-08-31 13:13:54 +0200
committer Willy Sudiarto Raharjo2023-09-02 13:02:36 +0200
commit244caeca28e0f09a3f18e9e7c9c9675e05e8b084 (patch)
treec37d70052f520c967803df1d05e50ff924176e2e
parentd61392036219ad05cc13051115757778b405a2b9 (diff)
downloadslackbuilds-244caeca28e0f09a3f18e9e7c9c9675e05e8b084.tar.gz
python/python3-wheel: Updated for version 0.41.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-wheel/python3-wheel.SlackBuild5
-rw-r--r--python/python3-wheel/python3-wheel.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-wheel/python3-wheel.SlackBuild b/python/python3-wheel/python3-wheel.SlackBuild
index b2553b5897..f50a983d87 100644
--- a/python/python3-wheel/python3-wheel.SlackBuild
+++ b/python/python3-wheel/python3-wheel.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-wheel
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-0.40.0}
+VERSION=${VERSION:-0.41.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -57,6 +57,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=""
diff --git a/python/python3-wheel/python3-wheel.info b/python/python3-wheel/python3-wheel.info
index c873f12a34..697c508f43 100644
--- a/python/python3-wheel/python3-wheel.info
+++ b/python/python3-wheel/python3-wheel.info
@@ -1,8 +1,8 @@
PRGNAM="python3-wheel"
-VERSION="0.40.0"
+VERSION="0.41.2"
HOMEPAGE="https://github.com/pypa/wheel"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.40.0.tar.gz"
-MD5SUM="ec5004c46d1905da98bb5bc1a10ddd21"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.41.2.tar.gz"
+MD5SUM="06271a9e90c948b7e93dd7ce0fd90272"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-flit_core python3-installer"