23 lines
695 B
Bash
23 lines
695 B
Bash
# Template file for 'python3-tqdm'
|
|
pkgname=python3-tqdm
|
|
version=4.67.3
|
|
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=7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb
|
|
conflicts="python-tqdm>=0"
|
|
make_check=no # unpackaged dependencies
|
|
|
|
post_install() {
|
|
vman tqdm/tqdm.1
|
|
vcompletion tqdm/completion.sh bash tqdm
|
|
vlicense LICENCE
|
|
}
|