commit:     bdafc5ce388b100c7b09a6464fca5883a1e673aa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 31 03:08:44 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 31 03:37:32 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdafc5ce

dev-python/tqdm: Bump to 4.67.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tqdm/Manifest           |  2 ++
 dev-python/tqdm/tqdm-4.67.2.ebuild | 43 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 61869dc04f09..0982a8361333 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,3 @@
 DIST tqdm-4.67.1.tar.gz 169737 BLAKE2B 
9591a60570084670cd8e69b44455a374ef7dd91077c1b598f474f261bd0baef6a37b91214d0c9303fb5d04eb6537bebd4d1ba9ed99a8aa496dbca8ec2811c7d0
 SHA512 
f97d35ff73c9ba92c6cbfc2834cdedcdad2ec1d757ed40220b29d8c8863b197d8d00533e7f2a41589a9f68de1d053cc9715cc8b597759a3dcf96fec192edf4e3
+DIST tqdm-4.67.2.tar.gz 169514 BLAKE2B 
4c2dc50f2202761b1295ee499e60eb785d00c8d261659f0705d4a3312c0e119e1cb5ddf8e8c0928f690589c92221425489abf59029ef9cec36854d0d93641d3b
 SHA512 
49c8bbf8dd5e667da778576008d463ebe7399dd1b431cd6dd49d4faab65d4252bd55724ab3e0b61b71d7da47cf891c6d1700128ea7cd1c032f79fe8659bc74f5
+DIST tqdm-4.67.2.tar.gz.provenance 9232 BLAKE2B 
9bb3debdc67189e6eedb996017df15481b8d8bc5b01634be2acd86e49d48af5f1138ae6f8623bd6131428da4d9012eddecd452f8469a9e847de3347c4477c4ae
 SHA512 
d114d7c9a12b2a52674535f799a460fbf66c8fdddb625358abb8523dceb186346462901037937f1a99fcad980b77a9389fa0e93d1f586c703f9fb9e58a97700c

diff --git a/dev-python/tqdm/tqdm-4.67.2.ebuild 
b/dev-python/tqdm/tqdm-4.67.2.ebuild
new file mode 100644
index 000000000000..96854cc09c66
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.67.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=https://github.com/tqdm/tqdm
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit bash-completion-r1 distutils-r1 pypi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="
+       https://github.com/tqdm/tqdm/
+       https://pypi.org/project/tqdm/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~arm64-macos ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+       dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( pytest-{asyncio,timeout} )
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+       # Skip unpredictable performance tests
+       tests/tests_perf.py
+)
+
+python_install_all() {
+       doman tqdm/tqdm.1
+       newbashcomp tqdm/completion.sh tqdm
+       if use examples; then
+               dodoc -r examples
+               docompress -x /usr/share/doc/${PF}/examples
+       fi
+       distutils-r1_python_install_all
+}

Reply via email to