Skip to content

Commit cea4b90

Browse files
committed
python3-tqdm: update to 4.67.1, adopt.
1 parent 67b906b commit cea4b90

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

srcpkgs/python3-tqdm/template

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ pkgname=python3-tqdm
33
version=4.67.1
44
revision=1
55
build_style=python3-pep517
6-
hostmakedepends="python3-wheel python3-setuptools_scm"
6+
hostmakedepends="python3-wheel python3-setuptools python3-setuptools_scm"
77
depends="python3"
88
# checkdepends="python3-pytest-xdist python3-pytest-asyncio
99
# python3-pytest-timeout ${depends}"
1010
short_desc="Fast, extensible progress bar for Python and CLI"
11-
maintainer="Orphaned <orphan@voidlinux.org>"
11+
maintainer="Jason Elswick <jason@jasondavid.us>"
1212
license="MPL-2.0, MIT"
1313
homepage="https://tqdm.github.io/"
1414
changelog="https://github.com/tqdm/tqdm/releases"
1515
distfiles="${PYPI_SITE}/t/tqdm/tqdm-${version}.tar.gz"
1616
checksum=f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2
1717
conflicts="python-tqdm>=0"
18-
# Requires unpackaged dask and keras.
19-
make_check=no
18+
make_check=no # Requires unpackaged dask and keras.
2019

2120
post_install() {
2221
vman tqdm/tqdm.1

0 commit comments

Comments
 (0)