mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-tqdm: update to 4.64.1.
This commit is contained in:
parent
00c96993a0
commit
44c9d33044
1 changed files with 8 additions and 6 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue