public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-08-13 14:07 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-08-13 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     cc8ca6aef6b84ad76dbdfa1883359db2603bc8ff
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Aug  3 12:41:02 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 14:06:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8ca6ae

dev-python/rich-click: new package, add 1.8.9

move dev-python/rich-click from ::guru to ::gentoo
needed as runtime dependency for dev-embedded/esptool-5

Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Part-of: https://github.com/gentoo/gentoo/pull/43183
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rich-click/Manifest                |  1 +
 dev-python/rich-click/metadata.xml            | 22 ++++++++++++++++
 dev-python/rich-click/rich-click-1.8.9.ebuild | 36 +++++++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-python/rich-click/Manifest b/dev-python/rich-click/Manifest
new file mode 100644
index 000000000000..e6b41b81e376
--- /dev/null
+++ b/dev-python/rich-click/Manifest
@@ -0,0 +1 @@
+DIST rich-click-1.8.9.gh.tar.gz 8142387 BLAKE2B de7aa54989747d47c2d147cec8235c4619a90b5a536266dbf2f499f704c3671bb4697bbcb23b0d0827caaf52d65dd29157f01918d29abc9c469fdd6c84af0c84 SHA512 6655ee3ac54fdae5a1221ef2ceaae35aa2ed8381c29f9808bb852d0790426a90d1fcb1a82faa61a22112946b988f891fc76dc3976ae756702458c547d7014745

diff --git a/dev-python/rich-click/metadata.xml b/dev-python/rich-click/metadata.xml
new file mode 100644
index 000000000000..1d245b80dcd0
--- /dev/null
+++ b/dev-python/rich-click/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">ewels/rich-click</remote-id>
+		<remote-id type="pypi">rich-click</remote-id>
+		<bugs-to>https://github.com/ewels/rich-click/issues</bugs-to>
+		<maintainer>
+			<name>Phil Ewels</name>
+			<email>phil@ewels.co.uk</email>
+		</maintainer>
+		<maintainer>
+			<name>Daniel Reeves</name>
+			<email>xdanielreeves@gmail.com</email>
+		</maintainer>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/rich-click/rich-click-1.8.9.ebuild b/dev-python/rich-click/rich-click-1.8.9.ebuild
new file mode 100644
index 000000000000..5c2037c06948
--- /dev/null
+++ b/dev-python/rich-click/rich-click-1.8.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024-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
+
+DESCRIPTION="Format click help output nicely with rich"
+HOMEPAGE="
+	https://pypi.org/project/rich-click/
+	https://github.com/ewels/rich-click
+"
+SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/click-7[${PYTHON_USEDEP}]
+	>=dev-python/rich-10.7[${PYTHON_USEDEP}]
+	>=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( )
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	distutils-r1_src_prepare
+
+	touch tests/fixtures/__init__.py || die
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-08-14  2:13 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-08-14  2:13 UTC (permalink / raw
  To: gentoo-commits

commit:     eca1b64c769cea51a95fd4cb840128e30bbf57f2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 14 02:12:31 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 02:12:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca1b64c

dev-python/rich-click: Keyword 1.8.9 arm64, #961449

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rich-click/rich-click-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rich-click/rich-click-1.8.9.ebuild b/dev-python/rich-click/rich-click-1.8.9.ebuild
index 5c2037c06948..0cee53ae8a1d 100644
--- a/dev-python/rich-click/rich-click-1.8.9.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
 	>=dev-python/click-7[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-08-14  2:13 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-08-14  2:13 UTC (permalink / raw
  To: gentoo-commits

commit:     dc60bfd349fa29a5efb01344cb937680b6693d63
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 14 02:12:34 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 02:12:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc60bfd3

dev-python/rich-click: Keyword 1.8.9 arm, #961449

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rich-click/rich-click-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rich-click/rich-click-1.8.9.ebuild b/dev-python/rich-click/rich-click-1.8.9.ebuild
index 0cee53ae8a1d..a8f462692a00 100644
--- a/dev-python/rich-click/rich-click-1.8.9.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 RDEPEND="
 	>=dev-python/click-7[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-08-14  2:13 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-08-14  2:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8cbfa49dd00edf897f2ea447002d90805766c027
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 14 02:12:37 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 02:12:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbfa49d

dev-python/rich-click: Keyword 1.8.9 x86, #961449

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rich-click/rich-click-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rich-click/rich-click-1.8.9.ebuild b/dev-python/rich-click/rich-click-1.8.9.ebuild
index a8f462692a00..e8f846efecfc 100644
--- a/dev-python/rich-click/rich-click-1.8.9.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
 	>=dev-python/click-7[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-08-14 11:25 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-08-14 11:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cfc93b11849523dd8c026ce1b31b6edcba60e828
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Thu Aug 14 08:40:26 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 11:24:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc93b11

dev-python/rich-click: keyword for amd64-linux

This was already keyworded in ::science

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rich-click/rich-click-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rich-click/rich-click-1.8.9.ebuild b/dev-python/rich-click/rich-click-1.8.9.ebuild
index e8f846efecfc..6b1ed98e232b 100644
--- a/dev-python/rich-click/rich-click-1.8.9.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 
 RDEPEND="
 	>=dev-python/click-7[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-09-17  4:03 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-09-17  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d5db0f38dd4d5d00c48a524f787cd2c8083cb2f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 04:02:38 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 04:02:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5db0f38

dev-python/rich-click: Stabilize 1.8.9 x86, #962368

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rich-click/rich-click-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rich-click/rich-click-1.8.9.ebuild b/dev-python/rich-click/rich-click-1.8.9.ebuild
index 6b1ed98e232b..7f3f34ec5229 100644
--- a/dev-python/rich-click/rich-click-1.8.9.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux"
 
 RDEPEND="
 	>=dev-python/click-7[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-09-17  4:03 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-09-17  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     30ee9ad82bb5b5977e44c39e60be8778b0dd3967
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 04:02:42 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 04:02:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ee9ad8

dev-python/rich-click: Stabilize 1.8.9 arm64, #962368

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rich-click/rich-click-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rich-click/rich-click-1.8.9.ebuild b/dev-python/rich-click/rich-click-1.8.9.ebuild
index 7f3f34ec5229..5b0e7a53c823 100644
--- a/dev-python/rich-click/rich-click-1.8.9.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm arm64 x86 ~amd64-linux"
 
 RDEPEND="
 	>=dev-python/click-7[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-09-17  4:03 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-09-17  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0ab1ae308882a74054ae10d0cab2d26505aefe0a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 04:02:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 04:02:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab1ae30

dev-python/rich-click: Stabilize 1.8.9 amd64, #962368

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rich-click/rich-click-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rich-click/rich-click-1.8.9.ebuild b/dev-python/rich-click/rich-click-1.8.9.ebuild
index 5b0e7a53c823..4c819888ae73 100644
--- a/dev-python/rich-click/rich-click-1.8.9.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux"
 
 RDEPEND="
 	>=dev-python/click-7[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-09-21 16:41 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2025-09-21 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ed1af296760316d7dc1e58dda929ab21e5015dac
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 16:31:49 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 16:35:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1af296

dev-python/rich-click: Bump to 1.9.1

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

 dev-python/rich-click/Manifest                |  1 +
 dev-python/rich-click/rich-click-1.9.1.ebuild | 41 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/rich-click/Manifest b/dev-python/rich-click/Manifest
index e6b41b81e376..262afc1e37a6 100644
--- a/dev-python/rich-click/Manifest
+++ b/dev-python/rich-click/Manifest
@@ -1 +1,2 @@
 DIST rich-click-1.8.9.gh.tar.gz 8142387 BLAKE2B de7aa54989747d47c2d147cec8235c4619a90b5a536266dbf2f499f704c3671bb4697bbcb23b0d0827caaf52d65dd29157f01918d29abc9c469fdd6c84af0c84 SHA512 6655ee3ac54fdae5a1221ef2ceaae35aa2ed8381c29f9808bb852d0790426a90d1fcb1a82faa61a22112946b988f891fc76dc3976ae756702458c547d7014745
+DIST rich-click-1.9.1.gh.tar.gz 8522706 BLAKE2B 51568fb38662585569032b0e2b1cf2c0d7e20d21402cbd571fb51d61f69d96589e5a3fe983266dcd5245b020d83d50422c86ef1af1d10833f04677abc2afb359 SHA512 f1de1dadc261aa38b017752a77d8bd63fb2c74ef01d744d3557a6fae9372731e51b7c5805a34cb4f323fffaa7a990ed19ac035d1c5e3c4984c3a2e8b6c9e6e7c

diff --git a/dev-python/rich-click/rich-click-1.9.1.ebuild b/dev-python/rich-click/rich-click-1.9.1.ebuild
new file mode 100644
index 000000000000..1f4127e2004e
--- /dev/null
+++ b/dev-python/rich-click/rich-click-1.9.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Format click help output nicely with rich"
+HOMEPAGE="
+	https://pypi.org/project/rich-click/
+	https://github.com/ewels/rich-click/
+"
+SRC_URI="
+	https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+	>=dev-python/click-8[${PYTHON_USEDEP}]
+	>=dev-python/rich-12[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		>=dev-python/packaging-25[${PYTHON_USEDEP}]
+		>=dev-python/typer-0.15[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_PLUGINS=( inline-snapshot )
+distutils_enable_tests pytest
+
+python_test() {
+	epytest -o addopts=
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-09-21 23:19 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-09-21 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     efed91babc47fcc059bf7e4bfb5423030085f0c0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 23:16:15 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 23:16:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efed91ba

dev-python/rich-click: Keyword 1.9.1 arm, #963179

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/rich-click/rich-click-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rich-click/rich-click-1.9.1.ebuild b/dev-python/rich-click/rich-click-1.9.1.ebuild
index 1f4127e2004e..5090b0ab929d 100644
--- a/dev-python/rich-click/rich-click-1.9.1.ebuild
+++ b/dev-python/rich-click/rich-click-1.9.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 RDEPEND="
 	>=dev-python/click-8[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-10-05  3:03 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2025-10-05  3:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e66871ed82771704f9409b817ca3cfcc14da8758
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 02:50:20 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 02:50:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66871ed

dev-python/rich-click: Bump to 1.9.2

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

 dev-python/rich-click/Manifest                |  1 +
 dev-python/rich-click/rich-click-1.9.2.ebuild | 41 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/rich-click/Manifest b/dev-python/rich-click/Manifest
index 262afc1e37a6..4e245a5d4de0 100644
--- a/dev-python/rich-click/Manifest
+++ b/dev-python/rich-click/Manifest
@@ -1,2 +1,3 @@
 DIST rich-click-1.8.9.gh.tar.gz 8142387 BLAKE2B de7aa54989747d47c2d147cec8235c4619a90b5a536266dbf2f499f704c3671bb4697bbcb23b0d0827caaf52d65dd29157f01918d29abc9c469fdd6c84af0c84 SHA512 6655ee3ac54fdae5a1221ef2ceaae35aa2ed8381c29f9808bb852d0790426a90d1fcb1a82faa61a22112946b988f891fc76dc3976ae756702458c547d7014745
 DIST rich-click-1.9.1.gh.tar.gz 8522706 BLAKE2B 51568fb38662585569032b0e2b1cf2c0d7e20d21402cbd571fb51d61f69d96589e5a3fe983266dcd5245b020d83d50422c86ef1af1d10833f04677abc2afb359 SHA512 f1de1dadc261aa38b017752a77d8bd63fb2c74ef01d744d3557a6fae9372731e51b7c5805a34cb4f323fffaa7a990ed19ac035d1c5e3c4984c3a2e8b6c9e6e7c
+DIST rich-click-1.9.2.gh.tar.gz 8523167 BLAKE2B 85b24d86996919f8a1dbc68c5c73b0446d5b54dbe4b6709054a79c6fa640d1b87b0cab41e67fa37dacd525efa8b0898f2b3d380beee8942a26496d440f86aedf SHA512 36775ca1e172320f5923076230d6bbd954ae63f668b2c4f89caa7412a91bb2f68ca09686280cd13bd9a488ac20e0eb50dd942efdcc82c196c3d650ca32958387

diff --git a/dev-python/rich-click/rich-click-1.9.2.ebuild b/dev-python/rich-click/rich-click-1.9.2.ebuild
new file mode 100644
index 000000000000..5090b0ab929d
--- /dev/null
+++ b/dev-python/rich-click/rich-click-1.9.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Format click help output nicely with rich"
+HOMEPAGE="
+	https://pypi.org/project/rich-click/
+	https://github.com/ewels/rich-click/
+"
+SRC_URI="
+	https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+RDEPEND="
+	>=dev-python/click-8[${PYTHON_USEDEP}]
+	>=dev-python/rich-12[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		>=dev-python/packaging-25[${PYTHON_USEDEP}]
+		>=dev-python/typer-0.15[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_PLUGINS=( inline-snapshot )
+distutils_enable_tests pytest
+
+python_test() {
+	epytest -o addopts=
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-10-10  5:08 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2025-10-10  5:08 UTC (permalink / raw
  To: gentoo-commits

commit:     9b6097b8780c2ed486176df92a0d55b6895d523c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 04:53:30 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 05:08:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6097b8

dev-python/rich-click: Bump to 1.9.3

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

 dev-python/rich-click/Manifest                |  1 +
 dev-python/rich-click/rich-click-1.9.3.ebuild | 41 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/rich-click/Manifest b/dev-python/rich-click/Manifest
index b999a7bfa4d8..f1046a45334d 100644
--- a/dev-python/rich-click/Manifest
+++ b/dev-python/rich-click/Manifest
@@ -1,2 +1,3 @@
 DIST rich-click-1.8.9.gh.tar.gz 8142387 BLAKE2B de7aa54989747d47c2d147cec8235c4619a90b5a536266dbf2f499f704c3671bb4697bbcb23b0d0827caaf52d65dd29157f01918d29abc9c469fdd6c84af0c84 SHA512 6655ee3ac54fdae5a1221ef2ceaae35aa2ed8381c29f9808bb852d0790426a90d1fcb1a82faa61a22112946b988f891fc76dc3976ae756702458c547d7014745
 DIST rich-click-1.9.2.gh.tar.gz 8523167 BLAKE2B 85b24d86996919f8a1dbc68c5c73b0446d5b54dbe4b6709054a79c6fa640d1b87b0cab41e67fa37dacd525efa8b0898f2b3d380beee8942a26496d440f86aedf SHA512 36775ca1e172320f5923076230d6bbd954ae63f668b2c4f89caa7412a91bb2f68ca09686280cd13bd9a488ac20e0eb50dd942efdcc82c196c3d650ca32958387
+DIST rich-click-1.9.3.gh.tar.gz 8523240 BLAKE2B bba09c1046f0ecc6c478e31214538c6c8f9fcd75a971acdf720fa27bae582dadc7ba7d06089d8591fd9c56a9d71201c41f0d16c0f33830ea8e5afb405fbdc16c SHA512 93b05bbea12471e1a3e4c710b2f34fab024e5dbeab7f77ac8301be640a0a97fd02f8b1a64c06119727b3751656270d5595c5e9dde5bcccfd2d037fa013120407

diff --git a/dev-python/rich-click/rich-click-1.9.3.ebuild b/dev-python/rich-click/rich-click-1.9.3.ebuild
new file mode 100644
index 000000000000..5090b0ab929d
--- /dev/null
+++ b/dev-python/rich-click/rich-click-1.9.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Format click help output nicely with rich"
+HOMEPAGE="
+	https://pypi.org/project/rich-click/
+	https://github.com/ewels/rich-click/
+"
+SRC_URI="
+	https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+RDEPEND="
+	>=dev-python/click-8[${PYTHON_USEDEP}]
+	>=dev-python/rich-12[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		>=dev-python/packaging-25[${PYTHON_USEDEP}]
+		>=dev-python/typer-0.15[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_PLUGINS=( inline-snapshot )
+distutils_enable_tests pytest
+
+python_test() {
+	epytest -o addopts=
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/
@ 2025-10-10  5:08 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2025-10-10  5:08 UTC (permalink / raw
  To: gentoo-commits

commit:     49f09b82f9ff8b8eb59a367ac1c6a01b5a5d9b6e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 04:52:51 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 05:08:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f09b82

dev-python/rich-click: Remove old

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

 dev-python/rich-click/Manifest                |  1 -
 dev-python/rich-click/rich-click-1.9.1.ebuild | 41 ---------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-python/rich-click/Manifest b/dev-python/rich-click/Manifest
index 4e245a5d4de0..b999a7bfa4d8 100644
--- a/dev-python/rich-click/Manifest
+++ b/dev-python/rich-click/Manifest
@@ -1,3 +1,2 @@
 DIST rich-click-1.8.9.gh.tar.gz 8142387 BLAKE2B de7aa54989747d47c2d147cec8235c4619a90b5a536266dbf2f499f704c3671bb4697bbcb23b0d0827caaf52d65dd29157f01918d29abc9c469fdd6c84af0c84 SHA512 6655ee3ac54fdae5a1221ef2ceaae35aa2ed8381c29f9808bb852d0790426a90d1fcb1a82faa61a22112946b988f891fc76dc3976ae756702458c547d7014745
-DIST rich-click-1.9.1.gh.tar.gz 8522706 BLAKE2B 51568fb38662585569032b0e2b1cf2c0d7e20d21402cbd571fb51d61f69d96589e5a3fe983266dcd5245b020d83d50422c86ef1af1d10833f04677abc2afb359 SHA512 f1de1dadc261aa38b017752a77d8bd63fb2c74ef01d744d3557a6fae9372731e51b7c5805a34cb4f323fffaa7a990ed19ac035d1c5e3c4984c3a2e8b6c9e6e7c
 DIST rich-click-1.9.2.gh.tar.gz 8523167 BLAKE2B 85b24d86996919f8a1dbc68c5c73b0446d5b54dbe4b6709054a79c6fa640d1b87b0cab41e67fa37dacd525efa8b0898f2b3d380beee8942a26496d440f86aedf SHA512 36775ca1e172320f5923076230d6bbd954ae63f668b2c4f89caa7412a91bb2f68ca09686280cd13bd9a488ac20e0eb50dd942efdcc82c196c3d650ca32958387

diff --git a/dev-python/rich-click/rich-click-1.9.1.ebuild b/dev-python/rich-click/rich-click-1.9.1.ebuild
deleted file mode 100644
index 5090b0ab929d..000000000000
--- a/dev-python/rich-click/rich-click-1.9.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Format click help output nicely with rich"
-HOMEPAGE="
-	https://pypi.org/project/rich-click/
-	https://github.com/ewels/rich-click/
-"
-SRC_URI="
-	https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-
-RDEPEND="
-	>=dev-python/click-8[${PYTHON_USEDEP}]
-	>=dev-python/rich-12[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		>=dev-python/packaging-25[${PYTHON_USEDEP}]
-		>=dev-python/typer-0.15[${PYTHON_USEDEP}]
-	)
-"
-
-EPYTEST_PLUGINS=( inline-snapshot )
-distutils_enable_tests pytest
-
-python_test() {
-	epytest -o addopts=
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-10-10  5:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14  2:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/rich-click/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-10-10  5:08 Michał Górny
2025-10-10  5:08 Michał Górny
2025-10-05  3:03 Michał Górny
2025-09-21 23:19 Sam James
2025-09-21 16:41 Michał Górny
2025-09-17  4:03 Sam James
2025-09-17  4:03 Sam James
2025-09-17  4:03 Sam James
2025-08-14 11:25 Sam James
2025-08-14  2:13 Sam James
2025-08-14  2:13 Sam James
2025-08-13 14:07 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox