# Template file for 'python3-tqdm'
pkgname=python3-tqdm
version=4.66.1
revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
# checkdepends="python3-pytest-xdist python3-pytest-asyncio
#  python3-pytest-timeout ${depends}"
short_desc="Fast, extensible progress bar for Python and CLI"
maintainer="Orphaned <orphan@voidlinux.org>"
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=d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7
conflicts="python-tqdm>=0"
# Requires unpackaged dask and keras.
make_check=no

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