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: Thu, 30 Jul 2020 06:03:11
Message-Id: 1596088976.fe938ae54cccf52fa15655e43b276f2fe9962364.mgorny@gentoo
1 commit: fe938ae54cccf52fa15655e43b276f2fe9962364
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 05:40:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 06:02:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe938ae5
7
8 dev-python/cli_helpers: Bump to 2.1.0
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 insertions(+)
15
16 diff --git a/dev-python/cli_helpers/Manifest b/dev-python/cli_helpers/Manifest
17 index 08e26f05789..cdad95559f6 100644
18 --- a/dev-python/cli_helpers/Manifest
19 +++ b/dev-python/cli_helpers/Manifest
20 @@ -1 +1,2 @@
21 DIST cli_helpers-2.0.1.tar.gz 32633 BLAKE2B 4bb66cd86871b18f52c737a06968a56098151273ab0a87386db62543961f3a699f37018f9e722a55635dca3136253c59a50d3ec7cb6ebb68d833abe2a320526c SHA512 e470eff51760c5e80d01a318eeb3d91510bd34ed7c094c4196342a74306ec0fe0751514d2ef2a5f77570d8434d417557cc83a8c34d0febdbc7c2cce7b1faf8a6
22 +DIST cli_helpers-2.1.0.tar.gz 32967 BLAKE2B c2ee2a92dce4185f656415d6079196953c5e9dccf9de4e29d9de61bf72b041a6225ffe4afa866b0f78abcd5d0809ec739db489aee21e440575b7e2a6e09b916a SHA512 75c6b24ae1ed05cbdfddfc30c5e43aeb7129f5fa319d485e19be098691762ad681c4874449b2f339f833424a970965b5a28a3b66814cb556ea8ad6293740fdbe
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 new file mode 100644
26 index 00000000000..b4159629ae3
27 --- /dev/null
28 +++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{6,7} )
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