mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python-tqdm: update to 4.44.1.
This commit is contained in:
parent
13b3326d75
commit
7e72ea0c62
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python-tqdm'
|
# Template file for 'python-tqdm'
|
||||||
pkgname=python-tqdm
|
pkgname=python-tqdm
|
||||||
version=4.43.0
|
version=4.44.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="tqdm-${version}"
|
wrksrc="tqdm-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python-setuptools"
|
||||||
short_desc="Fast, extensible progress bar for Python and CLI (Python2)"
|
short_desc="Fast, extensible progress bar for Python and CLI (Python2)"
|
||||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="MPL-2.0, MIT"
|
license="MPL-2.0, MIT"
|
||||||
homepage="https://tqdm.github.io/"
|
homepage="https://tqdm.github.io/"
|
||||||
distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz"
|
||||||
checksum=0efea2929b9945fd09911a2f62dcf6eeb293c64b58946178c69b9b2ae58e2379
|
checksum=99e0dbc22d8314eb1c8754d9881d0a9e09df57b0591b1523700e4d72823a5bfc
|
||||||
alternatives="
|
alternatives="
|
||||||
tqdm:tqdm:/usr/bin/tqdm2
|
tqdm:tqdm:/usr/bin/tqdm2
|
||||||
tqdm:tqdm.1:/usr/share/man/man1/tqdm2.1"
|
tqdm:tqdm.1:/usr/share/man/man1/tqdm2.1"
|
||||||
|
@ -28,7 +28,7 @@ python3-tqdm_package() {
|
||||||
tqdm:tqdm:/usr/bin/tqdm3
|
tqdm:tqdm:/usr/bin/tqdm3
|
||||||
tqdm:tqdm.1:/usr/share/man/man1/tqdm3.1"
|
tqdm:tqdm.1:/usr/share/man/man1/tqdm3.1"
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3-setuptools"
|
||||||
short_desc="${short_desc/2/3}"
|
short_desc="${short_desc/2/3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
rm -f ${DESTDIR}/${py3_sitelib}/tqdm/tqdm.1
|
rm -f ${DESTDIR}/${py3_sitelib}/tqdm/tqdm.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue