summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2022-06-24 17:33:45 +0200
committer Willy Sudiarto Raharjo2022-07-02 04:55:44 +0200
commit61c32133465cfa1e5d17bf03b04e7154724b77b1 (patch)
tree42e2ccd2a5c8876e2e4998170a55f39c996815ea
parent9f8f072ee4f49d6bd0555573a03fe001cb91a4e3 (diff)
downloadslackbuilds-61c32133465cfa1e5d17bf03b04e7154724b77b1.tar.gz
development/wheel: Updated for version 0.37.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/wheel/wheel.SlackBuild10
-rw-r--r--development/wheel/wheel.info6
2 files changed, 6 insertions, 10 deletions
diff --git a/development/wheel/wheel.SlackBuild b/development/wheel/wheel.SlackBuild
index 42a2880153..7deaffc15d 100644
--- a/development/wheel/wheel.SlackBuild
+++ b/development/wheel/wheel.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for wheel
-# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wheel
-VERSION=${VERSION:-0.33.0}
+VERSION=${VERSION:-0.37.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,11 +80,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
-
-# Python 3 support.
-if $(python3 -c 'import sys' 2>/dev/null); then
- python3 setup.py install --root=$PKG
-fi
+python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/development/wheel/wheel.info b/development/wheel/wheel.info
index 0bb811e0fc..8f39508a93 100644
--- a/development/wheel/wheel.info
+++ b/development/wheel/wheel.info
@@ -1,8 +1,8 @@
PRGNAM="wheel"
-VERSION="0.33.0"
+VERSION="0.37.1"
HOMEPAGE="https://github.com/pypa/wheel"
-DOWNLOAD="https://files.pythonhosted.org/packages/d9/7d/86df15e317027f6e87aa68ea854abf8437e796b4c0fadd3ae5ee67b77cb2/wheel-0.33.0.tar.gz"
-MD5SUM="e1e85b00ca5c666186e38cfce4457f3e"
+DOWNLOAD="https://files.pythonhosted.org/packages/c0/6c/9f840c2e55b67b90745af06a540964b73589256cb10cc10057c87ac78fc2/wheel-0.37.1.tar.gz"
+MD5SUM="f490f1399e5903706cb1d4fbed9ecb28"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""