diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-08-31 05:13:54 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:36 +0700 |
commit | 244caeca28e0f09a3f18e9e7c9c9675e05e8b084 (patch) | |
tree | c37d70052f520c967803df1d05e50ff924176e2e | |
parent | d61392036219ad05cc13051115757778b405a2b9 (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>
-rw-r--r-- | python/python3-wheel/python3-wheel.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-wheel/python3-wheel.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-wheel/python3-wheel.SlackBuild b/python/python3-wheel/python3-wheel.SlackBuild index b2553b589742..f50a983d8727 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 c873f12a34ed..697c508f434a 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" |