python-tqdm: update to 4.40.2.

This commit is contained in:
bra1nwave 2019-12-08 19:05:43 +01:00 committed by Piraty
parent cd5094e3e2
commit 65ac5817c5

View file

@ -1,11 +1,10 @@
# Template file for 'python-tqdm' # Template file for 'python-tqdm'
pkgname=python-tqdm pkgname=python-tqdm
version=4.40.0 version=4.40.2
revision=1 revision=1
archs=noarch archs=noarch
wrksrc="tqdm-${version}" wrksrc="tqdm-${version}"
build_style=python-module build_style=python-module
pycompile_module="tqdm"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python"
short_desc="Fast, extensible progress bar for Python and CLI (Python2)" short_desc="Fast, extensible progress bar for Python and CLI (Python2)"
@ -13,7 +12,7 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="MPL-2.0, MIT" license="MPL-2.0, MIT"
homepage="https://tqdm.github.io/" homepage="https://tqdm.github.io/"
distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz" distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz"
checksum=d8e28af0deae416e65b32b82c3ed24510de1545281545963f3afcf27a5518857 checksum=c58b2219bbd582c34ddc3f0e1d897d6b184c219e7aa534c4d069696a9473b4fa
alternatives=" alternatives="
tqdm:tqdm:/usr/bin/tqdm2 tqdm:tqdm:/usr/bin/tqdm2
tqdm:tqdm.1:/usr/share/man/man1/tqdm2.1" tqdm:tqdm.1:/usr/share/man/man1/tqdm2.1"