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: Tue, 18 Jan 2022 09:52:00
Message-Id: 1642499492.5e13184e78ff282d3cd6cdfc3d346e834913bba9.mgorny@gentoo
1 commit: 5e13184e78ff282d3cd6cdfc3d346e834913bba9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 08:56:36 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 09:51:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e13184e
7
8 dev-python/cli_helpers: Bump to 2.2.1
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.2.1.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 2b454a836f67..8b79b216861d 100644
18 --- a/dev-python/cli_helpers/Manifest
19 +++ b/dev-python/cli_helpers/Manifest
20 @@ -1 +1,2 @@
21 DIST cli_helpers-2.2.0.tar.gz 34018 BLAKE2B c7dfe8b87db6312557b4ac87aa4eda77b94f12789fcd4a9e686cada47bd41601f5c357a77de4a1c6d550b2ea110b682da0a04edb312d26ecf281e6d323369462 SHA512 26d78227999e8bb37f58529ce29bbed1bc8d51c80f81127552fb1d1f880c476abdd43ca628c591ba50c0316b35d1df0541906bf902a7549f459da0e1200c8479
22 +DIST cli_helpers-2.2.1.tar.gz 34199 BLAKE2B 5fb5217321d92cd6c774337bdf444ad2a6120accfe32da08642a880a60f1bdb4c71f12657bd17c30f7b3f212216fad027ac9c786367563e01d58c54c15bf67b5 SHA512 4b4a8c3ab61ceeaa1986e5d9943b10351ff1b3339294a78ed740bff3bd555cace723e637d6627e26b832370583989aa2b0782f57949af2c1d504f93caceda2d8
23
24 diff --git a/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
25 new file mode 100644
26 index 000000000000..40b1f9e1e864
27 --- /dev/null
28 +++ b/dev-python/cli_helpers/cli_helpers-2.2.1.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Python helpers for common CLI tasks"
40 +HOMEPAGE="https://cli-helpers.rtfd.io/"
41 +SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="BSD"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +
47 +RDEPEND="
48 + >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
49 + >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
50 + >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
51 + dev-python/wcwidth[${PYTHON_USEDEP}]
52 +"
53 +
54 +distutils_enable_tests pytest