mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-tqdm: update to 4.66.1.
This commit is contained in:
parent
38d4ef84c7
commit
6c0f00c089
1 changed files with 8 additions and 6 deletions
|
@ -1,20 +1,22 @@
|
||||||
# Template file for 'python3-tqdm'
|
# Template file for 'python3-tqdm'
|
||||||
pkgname=python3-tqdm
|
pkgname=python3-tqdm
|
||||||
version=4.65.0
|
version=4.66.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest-xdist python3-pytest-asyncio
|
# checkdepends="python3-pytest-xdist python3-pytest-asyncio
|
||||||
python3-pytest-timeout ${depends}"
|
# python3-pytest-timeout ${depends}"
|
||||||
short_desc="Fast, extensible progress bar for Python and CLI"
|
short_desc="Fast, extensible progress bar for Python and CLI"
|
||||||
maintainer="Mohammed Anas <triallax@tutanota.com>"
|
maintainer="Mohammed Anas <triallax@tutanota.com>"
|
||||||
license="MPL-2.0, MIT"
|
license="MPL-2.0, MIT"
|
||||||
homepage="https://tqdm.github.io/"
|
homepage="https://tqdm.github.io/"
|
||||||
changelog="https://github.com/tqdm/tqdm/releases"
|
changelog="https://github.com/tqdm/tqdm/releases"
|
||||||
distfiles="${PYPI_SITE}/t/tqdm/tqdm-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tqdm/tqdm-${version}.tar.gz"
|
||||||
checksum=1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5
|
checksum=d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7
|
||||||
conflicts="python-tqdm>=0"
|
conflicts="python-tqdm>=0"
|
||||||
|
# Requires unpackaged dask and keras.
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman tqdm/tqdm.1
|
vman tqdm/tqdm.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue