diff options
Diffstat (limited to 'dev-python/configshell-fb')
-rw-r--r-- | dev-python/configshell-fb/Manifest | 6 | ||||
-rw-r--r-- | dev-python/configshell-fb/configshell-fb-2.0.1.ebuild | 30 | ||||
-rw-r--r-- | dev-python/configshell-fb/configshell-fb-2.0.2.ebuild (renamed from dev-python/configshell-fb/configshell-fb-2.0.0.ebuild) | 2 |
3 files changed, 3 insertions, 35 deletions
diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest index aa90956b6e96..42975fd52f7e 100644 --- a/dev-python/configshell-fb/Manifest +++ b/dev-python/configshell-fb/Manifest @@ -1,5 +1,3 @@ -DIST configshell_fb-2.0.0.tar.gz 33794 BLAKE2B 7bb46a19b58107c7e4d0f7a4dde9520cdd31b85238ad7579f85c30f855c7fb90736470419e7f6882bbeed89d9d55091b92f7a3f1e4bbff5e5a9eae813c148756 SHA512 3e0c0c3fda661cd09d80cd07e32cc942aa804fde49c00cfed5234671b1005f8126264c39a72aec466b3b9324366faa83828eee74f8b541d6f8bc628548d31a9e -DIST configshell_fb-2.0.1.tar.gz 34046 BLAKE2B b9337ab17d1a3486e7a762669b4f3a37ef40bdbe26da8f35757b2ef839a3e8e1b5fa778d722f9afdcbc7dbd26cd48c82609cfad8dbced083da0d260436c42189 SHA512 77006982cd213ee5c30091232146787b8387b5366452d24ce6c931096b6048f503a4c87d7aefd4b5dafda475d69f5782b7a4f1efb5cd0e376f1ab336f749c15b -EBUILD configshell-fb-2.0.0.ebuild 679 BLAKE2B 4aebb1037f11267f56dc1b4048b7954dfdcadc4ffc6b1ef66cbecf9deec45c615c74db9440a9ec088025871e500e38dc211509a4d768528afd311db9ff34a2fc SHA512 1cb9e3a1ddf6ee33c316eb1a9b5905b319a55f26cb83679ea387ec31c7159ebe0ba952e90304f6191c0cb8174ce191db4cd4495700df40de63ddad9309c8ffa1 -EBUILD configshell-fb-2.0.1.ebuild 686 BLAKE2B 431737b0d3a19636feac9ee23ee5e94048aeacc24b291dbb605eecd228973c76eb49dbbfd55861ca88fb64ff41db4c874fbfba4b747e717e76c8d6dac890025f SHA512 819276a681282c48de978da00a2db35a921deaffc80c4f3f441b5808be9deba66051660e52e0d83cf1271e5d0ae9f0c315eaf2ca15fb0ceb150c70477d3f2c16 +DIST configshell_fb-2.0.2.tar.gz 34339 BLAKE2B 1b8cb5579b3ca227038ad845e152d37fa7b2c974e860126b2126be5ac59bc1a9caf1e056963eaa6c22e0a23997adfe83c60148217ccbdaab0c97a01e29f5f8d3 SHA512 60ed61df6d318541c7a9ec9d9d0f27edbbfce8d1839114d54b061bfb9f969f99d4c99312d31ec90f29366bc4605240c112abda20cedeb1b49973054bb5d120ae +EBUILD configshell-fb-2.0.2.ebuild 679 BLAKE2B f15635103069e48e25e8f7b25cb0cb6260106d0940ba07094a6809c80b6d365f937c498a303acdf2d58b39d23184c3a0ac610762cb9d6c8e3a989e42c153fc9d SHA512 215672934ca35b911ddc280a338a5a7f031a6ec15971bb83366d126abe32382f16648c11224a2ad2f005ce09245c3edaf2ddb49663cda39086e8a9c9dfb386b8 MISC metadata.xml 789 BLAKE2B fc1e6e767a4b869c7cfade0a030133a746acdea98b9991740eb82a74f82eb29d495807682a1d521667162ba39a68c966c78ff1e39338d1273d173915e6401a61 SHA512 76a628ddb64f2ce5e0fa09faef29cb7b643e03cee337b9b3554d3a6ac3873be64b8fc66067c93087938e71473f0e2ae3af0a50f0a3b19195b87d69680ded5cd8 diff --git a/dev-python/configshell-fb/configshell-fb-2.0.1.ebuild b/dev-python/configshell-fb/configshell-fb-2.0.1.ebuild deleted file mode 100644 index 4c3cbf6a427e..000000000000 --- a/dev-python/configshell-fb/configshell-fb-2.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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_{10..13} ) - -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}" -} diff --git a/dev-python/configshell-fb/configshell-fb-2.0.0.ebuild b/dev-python/configshell-fb/configshell-fb-2.0.2.ebuild index 8cf640e68980..78d244db3fd4 100644 --- a/dev-python/configshell-fb/configshell-fb-2.0.0.ebuild +++ b/dev-python/configshell-fb/configshell-fb-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 |