diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template index 66d7346427e..91cb10685a4 100644 --- a/srcpkgs/python3-tqdm/template +++ b/srcpkgs/python3-tqdm/template @@ -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 " 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() {