summaryrefslogtreecommitdiffstats
path: root/python/tqdm
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2019-02-10 15:54:17 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-17 21:56:30 +0700
commit03e042ca44246b882c773deaec5ce5aa6265c7b1 (patch)
tree248269a202338503990e416c260d3c99feab4362 /python/tqdm
parentcd51f34e3241007ce21841662925bba22c89acad (diff)
downloadslackbuilds-03e042ca44246b882c773deaec5ce5aa6265c7b1.tar.gz
slackbuilds-03e042ca44246b882c773deaec5ce5aa6265c7b1.tar.xz
python/tqdm: Updated for version 4.31.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/tqdm')
-rw-r--r--python/tqdm/tqdm.SlackBuild7
-rw-r--r--python/tqdm/tqdm.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/python/tqdm/tqdm.SlackBuild b/python/tqdm/tqdm.SlackBuild
index 0fb59731a7..fb69238af8 100644
--- a/python/tqdm/tqdm.SlackBuild
+++ b/python/tqdm/tqdm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for tqdm
-# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tqdm
-VERSION=${VERSION:-4.23.3}
+VERSION=${VERSION:-4.31.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,9 +79,6 @@ fi
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
-find $PKG/usr/man -type f -exec gzip -9 {} \;
-for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.rst LICENCE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/python/tqdm/tqdm.info b/python/tqdm/tqdm.info
index f1d5429c7b..efa289a6ed 100644
--- a/python/tqdm/tqdm.info
+++ b/python/tqdm/tqdm.info
@@ -1,8 +1,8 @@
PRGNAM="tqdm"
-VERSION="4.23.3"
+VERSION="4.31.0"
HOMEPAGE="https://github.com/tqdm/tqdm"
-DOWNLOAD="https://files.pythonhosted.org/packages/6a/8c/7d79a901f28a98b1ff66e0cef456dbf38b7b8be4ba7da88394039e020c96/tqdm-4.23.3.tar.gz"
-MD5SUM="52ea1bf3da35b7ea6e859627f236e9da"
+DOWNLOAD="https://files.pythonhosted.org/packages/44/5c/e4f0a8902ffb5f490051a0af8172fb369266f41848a3cee77da7e171c76f/tqdm-4.31.0.tar.gz"
+MD5SUM="9fbee8914301388294fd776dfe2eedbf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""