Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/
Date: Mon, 04 Oct 2021 08:06:02
Message-Id: 1633334748.920b5c517a1c9cef65700a31dd186e0cbe871111.mgorny@gentoo
1 commit: 920b5c517a1c9cef65700a31dd186e0cbe871111
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 06:14:07 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 08:05:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920b5c51
7
8 dev-python/cli_helpers: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cli_helpers/Manifest | 1 -
13 dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
17 index c760fe58201..2b454a836f6 100644
18 --- a/dev-python/cli_helpers/Manifest
19 +++ b/dev-python/cli_helpers/Manifest
20 @@ -1,2 +1 @@
21 -DIST cli_helpers-2.1.0.tar.gz 32967 BLAKE2B c2ee2a92dce4185f656415d6079196953c5e9dccf9de4e29d9de61bf72b041a6225ffe4afa866b0f78abcd5d0809ec739db489aee21e440575b7e2a6e09b916a SHA512 75c6b24ae1ed05cbdfddfc30c5e43aeb7129f5fa319d485e19be098691762ad681c4874449b2f339f833424a970965b5a28a3b66814cb556ea8ad6293740fdbe
22 DIST cli_helpers-2.2.0.tar.gz 34018 BLAKE2B c7dfe8b87db6312557b4ac87aa4eda77b94f12789fcd4a9e686cada47bd41601f5c357a77de4a1c6d550b2ea110b682da0a04edb312d26ecf281e6d323369462 SHA512 26d78227999e8bb37f58529ce29bbed1bc8d51c80f81127552fb1d1f880c476abdd43ca628c591ba50c0316b35d1df0541906bf902a7549f459da0e1200c8479
23
24 diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
25 deleted file mode 100644
26 index 9abb01e4605..00000000000
27 --- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Python helpers for common CLI tasks"
39 -HOMEPAGE="https://cli-helpers.rtfd.io/"
40 -SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -
46 -RDEPEND="
47 - >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
48 - >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
49 - >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
50 - >=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
51 - dev-python/wcwidth[${PYTHON_USEDEP}]
52 -"
53 -
54 -distutils_enable_tests pytest