Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configshell-fb/
Date: Thu, 15 Feb 2018 14:27:44
Message-Id: 1518704827.2fc6556ca4028c5f237bd16a36014e99e29acad8.monsieurp@gentoo
1 commit: 2fc6556ca4028c5f237bd16a36014e99e29acad8
2 Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 15 13:59:59 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 14:27:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc6556c
7
8 dev-python/configshell-fb: version bump to 1.1.24.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/7195
12
13 dev-python/configshell-fb/Manifest | 1 +
14 .../configshell-fb/configshell-fb-1.1.24.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest
18 index 9fa90f359de..24ccf56c18d 100644
19 --- a/dev-python/configshell-fb/Manifest
20 +++ b/dev-python/configshell-fb/Manifest
21 @@ -1,2 +1,3 @@
22 DIST configshell-fb-1.1.22.tar.gz 34383 BLAKE2B 2b2f09308552fddc381a931e5e6e6989c8418c99df534ba9ae6ff2631c8953a6ab817a71feb0d1bfc1644fb88f115a413794e88549fe3255828696deef46a340 SHA512 be6fa988ec42014da7e33c5610c2075c04ac7024e64f1c5665a0178d1390356505d69f93d58cc43b602bd26cb4ca28d085b55feafbce90a5dfb57ab26438eea8
23 DIST configshell-fb-1.1.23.tar.gz 56112 BLAKE2B 7873d5a7ac856aa3c268595063af14db312a1506abe9cd64e69745dba4cf1ebaa0bb098228100c76bed649921e0d5ec614e56631f288eb56f786eba367e3366a SHA512 f657c885889d8714817e6b726aabe13909bc74410d00cdd5aa6c6fba773da3eddfeb7c08699292406d0c1f58bb0417da41fdfeadeff8de5107c52d953bb9e468
24 +DIST configshell-fb-1.1.24.tar.gz 56946 BLAKE2B ddda3313bb41a346d08006f1d3c1cdc708a940ab9fb2e0042896947b89e32cca872fc8a19a392eeebbc6403f042aadcef2c78962c069e9c1ed10a2f5d4bb102f SHA512 34aabe6fa5c2f00112748e35fe3859fae09baac5ef13b9aa80e6f00908290a0d724119aa3b2ce86da8bb171c60860304e650aeb16bc678354a7464bd0b5c9b48
25
26 diff --git a/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild
27 new file mode 100644
28 index 00000000000..16152005bc4
29 --- /dev/null
30 +++ b/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="A Python library for building configuration shells"
42 +HOMEPAGE="https://github.com/open-iscsi/configshell-fb"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
50 +RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]
51 + dev-python/six[${PYTHON_USEDEP}]
52 + dev-python/urwid[${PYTHON_USEDEP}]
53 + !dev-python/configshell"