22 lines
654 B
Bash
22 lines
654 B
Bash
# Template file for 'python3-tqdm'
|
|
pkgname=python3-tqdm
|
|
version=4.64.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="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 (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MPL-2.0, MIT"
|
|
homepage="https://tqdm.github.io/"
|
|
distfiles="${PYPI_SITE}/t/tqdm/tqdm-${version}.tar.gz"
|
|
checksum=5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4
|
|
conflicts="python-tqdm>=0"
|
|
|
|
post_install() {
|
|
vman tqdm/tqdm.1 tqdm.1
|
|
vlicense LICENCE
|
|
}
|