python3-tqdm: update to 4.66.1.
This commit is contained in:
parent
38d4ef84c7
commit
6c0f00c089
|
@ -1,20 +1,22 @@
|
|||
# Template file for 'python3-tqdm'
|
||||
pkgname=python3-tqdm
|
||||
version=4.65.0
|
||||
version=4.66.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest-xdist python3-pytest-asyncio
|
||||
python3-pytest-timeout ${depends}"
|
||||
# checkdepends="python3-pytest-xdist python3-pytest-asyncio
|
||||
# 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=1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5
|
||||
checksum=d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7
|
||||
conflicts="python-tqdm>=0"
|
||||
# Requires unpackaged dask and keras.
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vman tqdm/tqdm.1
|
||||
|
|
Loading…
Reference in New Issue