python3-tqdm: update to 4.65.0, adopt.

This commit is contained in:
mhmdanas 2023-03-09 18:19:11 +00:00 committed by Andrew Benson
parent 8fd14e531e
commit 0a18d6442e

View file

@ -1,21 +1,23 @@
# Template file for 'python3-tqdm'
pkgname=python3-tqdm
version=4.64.1
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 (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
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=5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4
checksum=1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5
conflicts="python-tqdm>=0"
post_install() {
vman tqdm/tqdm.1 tqdm.1
vman tqdm/tqdm.1
vcompletion tqdm/completion.sh bash tqdm
vlicense LICENCE
}