python-tqdm: update to 4.40.2.
This commit is contained in:
parent
cd5094e3e2
commit
65ac5817c5
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python-tqdm'
|
||||
pkgname=python-tqdm
|
||||
version=4.40.0
|
||||
version=4.40.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="tqdm-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="tqdm"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
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"
|
||||
homepage="https://tqdm.github.io/"
|
||||
distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz"
|
||||
checksum=d8e28af0deae416e65b32b82c3ed24510de1545281545963f3afcf27a5518857
|
||||
checksum=c58b2219bbd582c34ddc3f0e1d897d6b184c219e7aa534c4d069696a9473b4fa
|
||||
alternatives="
|
||||
tqdm:tqdm:/usr/bin/tqdm2
|
||||
tqdm:tqdm.1:/usr/share/man/man1/tqdm2.1"
|
||||
|
|
Loading…
Reference in New Issue