diff options
author | 2022-11-19 17:49:38 +0100 | |
---|---|---|
committer | 2022-11-19 17:49:38 +0100 | |
commit | 91c53a99d7b2bb7c625d01dfb9dd07e4eb941eb1 (patch) | |
tree | d4503222b0fad22bb4d4768ab1b54958e6a3d2c5 /dev-python/cli_helpers | |
parent | dev-python/absl-py: Remove old (diff) | |
download | gentoo-91c53a99d7b2bb7c625d01dfb9dd07e4eb941eb1.tar.gz gentoo-91c53a99d7b2bb7c625d01dfb9dd07e4eb941eb1.tar.bz2 gentoo-91c53a99d7b2bb7c625d01dfb9dd07e4eb941eb1.zip |
dev-python/cli_helpers: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cli_helpers')
-rw-r--r-- | dev-python/cli_helpers/Manifest | 1 | ||||
-rw-r--r-- | dev-python/cli_helpers/cli_helpers-2.2.1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest index e513e0c73eea..4499213caf40 100644 --- a/dev-python/cli_helpers/Manifest +++ b/dev-python/cli_helpers/Manifest @@ -1,2 +1 @@ -DIST cli_helpers-2.2.1.tar.gz 34199 BLAKE2B 5fb5217321d92cd6c774337bdf444ad2a6120accfe32da08642a880a60f1bdb4c71f12657bd17c30f7b3f212216fad027ac9c786367563e01d58c54c15bf67b5 SHA512 4b4a8c3ab61ceeaa1986e5d9943b10351ff1b3339294a78ed740bff3bd555cace723e637d6627e26b832370583989aa2b0782f57949af2c1d504f93caceda2d8 DIST cli_helpers-2.3.0.gh.tar.gz 34374 BLAKE2B 83978ee17aec8a02173460cf5d5c42751d4745c63a1f83c8fafdd55fcfb31e04d02a61f90db4a4fe8ba2049167306b06e1389db15230558a646589e3834745de SHA512 ee5f2adbca54c62c2f40be4c7b418760d12f331737a65bafdb8209989fc866f35d6c2ea1b9b0a12add6ed3fa576a84a2c8f62a2f3babf58706660f7d7eb8eb57 diff --git a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild deleted file mode 100644 index c39af3248f56..000000000000 --- a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 - -DESCRIPTION="Python helpers for common CLI tasks" -HOMEPAGE="https://cli-helpers.rtfd.io/" -SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}] - >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}] - >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |