24 lines
737 B
Bash
24 lines
737 B
Bash
# Template file for 'python3-tqdm'
|
|
pkgname=python3-tqdm
|
|
version=4.65.0
|
|
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"
|
|
maintainer="Mohammed Anas <triallax@tutanota.com>"
|
|
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=1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5
|
|
conflicts="python-tqdm>=0"
|
|
|
|
post_install() {
|
|
vman tqdm/tqdm.1
|
|
vcompletion tqdm/completion.sh bash tqdm
|
|
vlicense LICENCE
|
|
}
|