aboutsummaryrefslogtreecommitdiff
path: root/python/python3-wheel/python3-wheel.SlackBuild
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-08-31 05:13:54 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-02 18:02:36 +0700
commit244caeca28e0f09a3f18e9e7c9c9675e05e8b084 (patch)
treec37d70052f520c967803df1d05e50ff924176e2e /python/python3-wheel/python3-wheel.SlackBuild
parentd61392036219ad05cc13051115757778b405a2b9 (diff)
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>
Diffstat (limited to 'python/python3-wheel/python3-wheel.SlackBuild')
-rw-r--r--python/python3-wheel/python3-wheel.SlackBuild5
1 files changed, 4 insertions, 1 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=""