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/configshell-fb/
Date: Sat, 20 Apr 2019 23:22:09
Message-Id: 1555709947.b28c16dae20a3ea7a9decd0e3f23a779594594d4.mgorny@gentoo
1 commit: b28c16dae20a3ea7a9decd0e3f23a779594594d4
2 Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 10 15:33:17 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 21:39:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28c16da
7
8 dev-python/configshell-fb: bump to 1.1.25
9
10 Signed-off-by: Diogo Pereira <sir.suriv <AT> gmail.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/configshell-fb/Manifest | 1 +
15 .../configshell-fb/configshell-fb-1.1.25.ebuild | 21 +++++++++++++++++++++
16 2 files changed, 22 insertions(+)
17
18 diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest
19 index cdb9638d8c4..3603e1f14b2 100644
20 --- a/dev-python/configshell-fb/Manifest
21 +++ b/dev-python/configshell-fb/Manifest
22 @@ -1 +1,2 @@
23 DIST configshell-fb-1.1.24.tar.gz 56946 BLAKE2B ddda3313bb41a346d08006f1d3c1cdc708a940ab9fb2e0042896947b89e32cca872fc8a19a392eeebbc6403f042aadcef2c78962c069e9c1ed10a2f5d4bb102f SHA512 34aabe6fa5c2f00112748e35fe3859fae09baac5ef13b9aa80e6f00908290a0d724119aa3b2ce86da8bb171c60860304e650aeb16bc678354a7464bd0b5c9b48
24 +DIST configshell-fb-1.1.25.tar.gz 56900 BLAKE2B 00f16c401a87cde0e70730ec74fe5885af3ebf22c3745851661fea7de874f5609c49e0b7c521c5d3db16eec903e0f24331816acc8e19a080043e8399c98bd18f SHA512 338eee8eb7b0fad533b739bb0c9460757cdb90103c44c37568dd86158431b67e1b0ab050afe2670abbba96c5d8c18db9b107d9f7650937a2be7f53fad26efed3
25
26 diff --git a/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild
27 new file mode 100644
28 index 00000000000..4fe6f47f509
29 --- /dev/null
30 +++ b/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A Python library for building configuration shells"
41 +HOMEPAGE="https://github.com/open-iscsi/configshell-fb"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 +RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]
50 + dev-python/six[${PYTHON_USEDEP}]
51 + dev-python/urwid[${PYTHON_USEDEP}]
52 + !dev-python/configshell"