commit:     c030902803f9a131ea886d74750d25efd625d4ef
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  2 04:46:24 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul  2 04:46:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0309028

dev-python/progress: Bump to 1.6.1

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

 dev-python/progress/Manifest              |  1 +
 dev-python/progress/progress-1.6.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/progress/Manifest b/dev-python/progress/Manifest
index b7d992b9b40e..45dc8227eab9 100644
--- a/dev-python/progress/Manifest
+++ b/dev-python/progress/Manifest
@@ -1 +1,2 @@
+DIST progress-1.6.1.tar.gz 7164 BLAKE2B 
94d58891b82bd8b510e15c42232221c6aac694d65a05716b7baa6be54d73dcd25ebab1ef3399dde91673a6c28ce2174627a707429626f2aa3a59ee61a4c8f400
 SHA512 
77699f6d901f6ce80de20b8d1aa5046db32aef7e26c2e834ff9ee0db6e9242fece48373a7d4a4de946eb73dbf901ccb595755cc06a48efe7ce60d84d17e18454
 DIST progress-1.6.tar.gz 7842 BLAKE2B 
102f1ac481b5d5007d72b02f5451ad4bf7ef986be35034f68fc94108025ea274494d3d9fe56b9473c8ea6ca4abc2cfc458b453550d180fcf567f8a5c5feeafe6
 SHA512 
58a614bba5a7273a42ba5e9607b3a965fec17f26a4f24563d4c13679ea32b23dda7509c5da81a2a34bebeeedd91154d0457ab8dac95cc7a092add2567249cc94

diff --git a/dev-python/progress/progress-1.6.1.ebuild 
b/dev-python/progress/progress-1.6.1.ebuild
new file mode 100644
index 000000000000..ba542e345710
--- /dev/null
+++ b/dev-python/progress/progress-1.6.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Easy to use progress bars"
+HOMEPAGE="
+       https://github.com/verigak/progress/
+       https://pypi.org/project/progress/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+python_test() {
+       "${EPYTHON}" test_progress.py || die "Tests fail with ${EPYTHON}"
+}

Reply via email to