mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/tqdm: Updated for version 4.15.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
73585b3be8
commit
6cee8be0a4
3 changed files with 6 additions and 4 deletions
|
@ -5,3 +5,5 @@ tqdm(iterable), and you're done!
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
for i in tqdm(range(9)):
|
for i in tqdm(range(9)):
|
||||||
...
|
...
|
||||||
|
|
||||||
|
Optional dependency: python3
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=tqdm
|
PRGNAM=tqdm
|
||||||
VERSION=${VERSION:-4.14.0}
|
VERSION=${VERSION:-4.15.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="tqdm"
|
PRGNAM="tqdm"
|
||||||
VERSION="4.14.0"
|
VERSION="4.15.0"
|
||||||
HOMEPAGE="http://chump.readthedocs.org"
|
HOMEPAGE="http://chump.readthedocs.org"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/67/7c/95e5425871bf314e484aea5f8ec65b49ab006944309b496cd53c47646155/tqdm-4.14.0.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/01/f7/2058bd94a903f445e8ff19c0af64b9456187acab41090ff2da21c7c7e193/tqdm-4.15.0.tar.gz"
|
||||||
MD5SUM="132f85f0f2ffad4226a2156b9b100653"
|
MD5SUM="78da94992ee52742da2cfd9e0545cc5c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue