commit:     0d225be99d4b7975d99601823d2e7892f7974a52
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 04:15:42 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 04:46:49 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d225be9

dev-python/configshell-fb: Bump to 2.0.3

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

 dev-python/configshell-fb/Manifest                 |  2 ++
 .../configshell-fb/configshell-fb-2.0.3.ebuild     | 31 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/configshell-fb/Manifest 
b/dev-python/configshell-fb/Manifest
index df0d2f2a1b0d..38dbcf19be30 100644
--- a/dev-python/configshell-fb/Manifest
+++ b/dev-python/configshell-fb/Manifest
@@ -1 +1,3 @@
 DIST configshell_fb-2.0.2.tar.gz 34339 BLAKE2B 
1b8cb5579b3ca227038ad845e152d37fa7b2c974e860126b2126be5ac59bc1a9caf1e056963eaa6c22e0a23997adfe83c60148217ccbdaab0c97a01e29f5f8d3
 SHA512 
60ed61df6d318541c7a9ec9d9d0f27edbbfce8d1839114d54b061bfb9f969f99d4c99312d31ec90f29366bc4605240c112abda20cedeb1b49973054bb5d120ae
+DIST configshell_fb-2.0.3.tar.gz 34879 BLAKE2B 
3e054fe1277e06b362ea365d2723282080885eb0d2e71628af5892a945d17cf2a29e6169a50519fd5fee5f6c4948c7754aaef9f8a1d2d7ca2c62d626e5e8b351
 SHA512 
2427c6ac78c7272b80f154e4a2461bac7283a4896e8db639fa2fca0b8a07ec54e36057470e402da12c2e54cd1e413d0c2d28c5f66316d961cc5deefe4a5064ef
+DIST configshell_fb-2.0.3.tar.gz.provenance 9712 BLAKE2B 
c0be63d900c4c308f834e9d26816fc162ef0763e12c54c8ab98ce505f9ea3855d82b781a3b3c7187176b19854588bf211d99da31e6555379722def12113e96f8
 SHA512 
106266ea088d2a8a68f39683c40779e29e9fdb1d88f859c3a4393f4a4afeae4fe9f802a38f33eab0db976ab14cb7f2eb8c037e09692e388b4c681138bcabe4c6

diff --git a/dev-python/configshell-fb/configshell-fb-2.0.3.ebuild 
b/dev-python/configshell-fb/configshell-fb-2.0.3.ebuild
new file mode 100644
index 000000000000..c85dc29e7ed4
--- /dev/null
+++ b/dev-python/configshell-fb/configshell-fb-2.0.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_VERIFY_REPO=https://github.com/open-iscsi/configshell-fb
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python library for building configuration shells"
+HOMEPAGE="
+       https://github.com/open-iscsi/configshell-fb/
+       https://pypi.org/project/configshell-fb/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+RDEPEND="
+       >=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+python_test() {
+       "${EPYTHON}" examples/myshell || die "Test failed with ${EPYTHON}"
+}

Reply via email to