# Template file for 'python3-tqdm'
pkgname=python3-tqdm
version=4.70.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
short_desc="Fast, extensible progress bar for Python and CLI"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="MPL-2.0, MIT"
homepage="https://tqdm.github.io/"
changelog="https://github.com/tqdm/tqdm/releases"
distfiles="${PYPI_SITE}/t/tqdm/tqdm-${version}.tar.gz"
checksum=55b0b0dbd97462d06ebee91e4dac24ed4d4702be82b24f07e6c1d27e08cea220
conflicts="python-tqdm>=0"
make_check=no # unpackaged dependencies

post_install() {
	vman tqdm/tqdm.1
	vcompletion tqdm/completion.sh bash tqdm
	vlicense LICENCE
}
