commit: 0067b9bd9934cce63145e29e4bd0a422a83e0d52
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 2 16:10:12 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 2 16:10:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0067b9bd
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.5.0.ebuild | 36 -------------------------
2 files changed, 37 deletions(-)
diff --git a/dev-python/cli-helpers/Manifest b/dev-python/cli-helpers/Manifest
index 948d3dfba5c1..e87a9c8bebc5 100644
--- a/dev-python/cli-helpers/Manifest
+++ b/dev-python/cli-helpers/Manifest
@@ -1,3 +1,2 @@
-DIST cli_helpers-2.5.0.gh.tar.gz 35922 BLAKE2B
59994bbee0f2e12b67d3980cfe5bded3fe59971ae89850300cec5a31dd5a2010781fa5228b032ee0d86f4d34a28db09ceaeb92ccffd61fa6d1872c7bb5cd2105
SHA512
65dcc95f606d65e421dde8eea6b582aa621b3d48d837cb492386b768ccea599e702e2b13540b50fcd04750b12f42e037c5a908f899822e85d0f3433c14202c67
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.5.0.ebuild
b/dev-python/cli-helpers/cli-helpers-2.5.0.ebuild
deleted file mode 100644
index 1bf226b3b64d..000000000000
--- a/dev-python/cli-helpers/cli-helpers-2.5.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