26 lines
801 B
Bash
26 lines
801 B
Bash
# Template file for 'python3-tqdm'
|
|
pkgname=python3-tqdm
|
|
version=4.66.2
|
|
revision=1
|
|
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=6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531
|
|
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
|
|
}
|