commit: 7aa85142c1d3d615c64401569a3d401354e2625f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 2 03:12:26 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 2 03:31:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa85142
dev-python/click-option-group: Bump to 0.5.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/click-option-group/Manifest | 1 +
.../click-option-group-0.5.8.ebuild | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/click-option-group/Manifest
b/dev-python/click-option-group/Manifest
index 5437ca93b332..5966f27f6438 100644
--- a/dev-python/click-option-group/Manifest
+++ b/dev-python/click-option-group/Manifest
@@ -1 +1,2 @@
DIST click_option_group-0.5.7.tar.gz 22110 BLAKE2B
31357084654dc1011eeab64b0298fd5f5a5b417a4621dff7442b6dea02ffbe304d267adccb2f7adef8b7a005ad6055d5982b9e7b7990242fdf3a417c7c817040
SHA512
0e6c82b2b6a4a790c767ad775def93c3487e97990bbc172c95b6d90ccc366c8fb9dfe0fff4eecb64538218213c65642732eb1a0d421d2826e1f13689e6d5621a
+DIST click_option_group-0.5.8.tar.gz 22194 BLAKE2B
ae7655e09872e6aa4f5ae953cfebd891073860269d086d509a30f954cedb71e46a064ec0170b3be937ab891b0dc9e07a060c137f90d88ef09e44afc908a24c17
SHA512
86faeeef77c9b0f6fb9e72788cbd29cf9b72b88266433a44bf3c8d0eb64bf00a7517c23b7b52385978a9798e4c713f5550d5d621322275f3aded66d799046050
diff --git a/dev-python/click-option-group/click-option-group-0.5.8.ebuild
b/dev-python/click-option-group/click-option-group-0.5.8.ebuild
new file mode 100644
index 000000000000..45e8f5b5d5a0
--- /dev/null
+++ b/dev-python/click-option-group/click-option-group-0.5.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Click-extension package that adds option groups missing in Click"
+HOMEPAGE="
+ https://github.com/click-contrib/click-option-group
+ https://pypi.org/project/click-option-group/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/click-7.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest