diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-03 14:04:55 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-03 14:04:55 +0200 |
| commit | e1bac63edfb609b2d63784aef7a8cd0b7d68305b (patch) | |
| tree | 74a4a49ddaff0f9bffc4d6e3e984dd65eb36fe61 /dev-python | |
| parent | 8628f1b94506d4bf526977dbfbfd661f753aa176 (diff) | |
| download | gentoo-e1bac63edfb609b2d63784aef7a8cd0b7d68305b.tar.gz gentoo-e1bac63edfb609b2d63784aef7a8cd0b7d68305b.tar.bz2 gentoo-e1bac63edfb609b2d63784aef7a8cd0b7d68305b.zip | |
dev-python/configshell-fb: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/configshell-fb/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/configshell-fb/configshell-fb-2.0.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest index 23a69d76a6aa..df0d2f2a1b0d 100644 --- a/dev-python/configshell-fb/Manifest +++ b/dev-python/configshell-fb/Manifest @@ -1,2 +1 @@ -DIST configshell_fb-2.0.1.tar.gz 34046 BLAKE2B b9337ab17d1a3486e7a762669b4f3a37ef40bdbe26da8f35757b2ef839a3e8e1b5fa778d722f9afdcbc7dbd26cd48c82609cfad8dbced083da0d260436c42189 SHA512 77006982cd213ee5c30091232146787b8387b5366452d24ce6c931096b6048f503a4c87d7aefd4b5dafda475d69f5782b7a4f1efb5cd0e376f1ab336f749c15b DIST configshell_fb-2.0.2.tar.gz 34339 BLAKE2B 1b8cb5579b3ca227038ad845e152d37fa7b2c974e860126b2126be5ac59bc1a9caf1e056963eaa6c22e0a23997adfe83c60148217ccbdaab0c97a01e29f5f8d3 SHA512 60ed61df6d318541c7a9ec9d9d0f27edbbfce8d1839114d54b061bfb9f969f99d4c99312d31ec90f29366bc4605240c112abda20cedeb1b49973054bb5d120ae 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 78d244db3fd4..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}" -} |
