commit: ad64b531d707e2716a03586badbf5a3aa6dd85f6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 25 04:17:35 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 25 04:24:15 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad64b531
dev-python/cli-helpers: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli-helpers/Manifest | 1 -
dev-python/cli-helpers/cli-helpers-2.6.0.ebuild | 36 -------------------------
2 files changed, 37 deletions(-)
diff --git a/dev-python/cli-helpers/Manifest b/dev-python/cli-helpers/Manifest
index e87a9c8bebc5..d75240ef5dbd 100644
--- a/dev-python/cli-helpers/Manifest
+++ b/dev-python/cli-helpers/Manifest
@@ -1,2 +1 @@
-DIST cli_helpers-2.6.0.gh.tar.gz 36204 BLAKE2B
e825ed40516a7aac647931e9bf36e92131d63110c1ea507f46805ce67a5d253485e168a6481876afb62a2287c40ce7fdf5ce9cfa352171027ac297b286596488
SHA512
33691357819a83460bb95374571280dc61bfde28abfb073ddfb433ed40b115e3c3678673e63c753932704f7a00ba2e0d5a91bb1af9f27e3d879b1c6da0d32cde
DIST cli_helpers-2.7.0.gh.tar.gz 36537 BLAKE2B
843d88f5f1eac62b3d37a6d423ec9bce47daedc4b3ea1896d5e84c6dae76a4af687a6fbc01f29d8146cca6ac89f638d2eec0a5d439258369636c7008fac3d499
SHA512
ef9976a7cd4c7853edee598d188003d7f1e1d73d3ca0be2030f2af9db246d394d1ac961408b8e222d45e9dbabda622dbc194cd9fa7aeacf958cd9206428781f6
diff --git a/dev-python/cli-helpers/cli-helpers-2.6.0.ebuild
b/dev-python/cli-helpers/cli-helpers-2.6.0.ebuild
deleted file mode 100644
index 1bf226b3b64d..000000000000
--- a/dev-python/cli-helpers/cli-helpers-2.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-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} )
-
-inherit distutils-r1
-
-MY_P=cli_helpers-${PV}
-DESCRIPTION="Python helpers for common CLI tasks"
-HOMEPAGE="
- https://cli-helpers.rtfd.io/
- https://github.com/dbcli/cli_helpers/
- https://pypi.org/project/cli-helpers/
-"
-SRC_URI="
- https://github.com/dbcli/cli_helpers/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="
- >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
- >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
- >=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}]
- dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest