python3-tqdm: update to 4.64.1.

This commit is contained in:
Andrew J. Hesford 2022-12-06 12:20:32 -05:00 committed by Andrew J. Hesford
parent 00c96993a0
commit 44c9d33044

View file

@ -1,16 +1,18 @@
# Template file for 'python3-tqdm'
pkgname=python3-tqdm
version=4.48.2
revision=5
version=4.64.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
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="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz"
checksum=91a61673103ae2d5a1b93672ff60455d689b58372c08b1a27e1a7def71dc05a3
distfiles="${PYPI_SITE}/t/tqdm/tqdm-${version}.tar.gz"
checksum=5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4
conflicts="python-tqdm>=0"
post_install() {