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 | |
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')
-rw-r--r-- | python/tqdm/tqdm.SlackBuild | 8 | ||||
-rw-r--r-- | python/tqdm/tqdm.info | 8 |
2 files changed, 6 insertions, 10 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 diff --git a/python/tqdm/tqdm.info b/python/tqdm/tqdm.info index e702384612e5..8455fabf108e 100644 --- a/python/tqdm/tqdm.info +++ b/python/tqdm/tqdm.info @@ -1,10 +1,10 @@ PRGNAM="tqdm" -VERSION="4.36.1" +VERSION="4.62.0" HOMEPAGE="https://github.com/tqdm/tqdm" -DOWNLOAD="https://files.pythonhosted.org/packages/80/b3/6ca4806441b730782fc4613c6aa2070412295c5521f33ae151988e448929/tqdm-4.36.1.tar.gz" -MD5SUM="9dcf27caa1c953589b70127dc1968aa0" +DOWNLOAD="https://files.pythonhosted.org/packages/7f/e6/23e3f15ff29970dd64065a9a27bc809b1df727f7f9f6dfa3e36cf7975e58/tqdm-4.62.0.tar.gz" +MD5SUM="4ccb947ca1df0f16818ddb5533f5763f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python2-setuptools-scm setuptools-scm python-toml" MAINTAINER="Dionysis Ntreou" EMAIL="yakizarns1@gmail.com" |