diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-01 11:49:34 +1200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-08-01 04:20:25 -0500 |
commit | f6888b08fd8640897c03af41141b1e5f85e69be4 (patch) | |
tree | 5224ad80bb7150c85c59482f8f2e196180b6174a /python/tqdm/tqdm.SlackBuild | |
parent | ee6e6f1720e68c10c0be6d22a19f0de0c435d553 (diff) |
python/tqdm: Updated for version 4.62.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/tqdm/tqdm.SlackBuild')
-rw-r--r-- | python/tqdm/tqdm.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/python/tqdm/tqdm.SlackBuild b/python/tqdm/tqdm.SlackBuild index 24efd2cceafd..812b20c17f7a 100644 --- a/python/tqdm/tqdm.SlackBuild +++ b/python/tqdm/tqdm.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tqdm -VERSION=${VERSION:-4.36.1} +VERSION=${VERSION:-4.62.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,11 +76,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 |