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, 27 Oct 2016 22:27:23
Message-Id: 1477607186.3ba3aaaa1ef9e8f03a8306e5a50221f799e5479a.monsieurp@gentoo
1 commit: 3ba3aaaa1ef9e8f03a8306e5a50221f799e5479a
2 Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 14 22:36:47 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 27 22:26:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba3aaaa
7
8 dev-python/configshell-fb: new package.
9
10 configshell-fb is a fork of configshell maintained by Red Hat.
11
12 Gentoo-Bug: https://bugs.gentoo.org/590714
13 Closes: https://github.com/gentoo/gentoo/pull/2042
14
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 dev-python/configshell-fb/Manifest | 1 +
18 .../configshell-fb/configshell-fb-1.1.21.ebuild | 28 ++++++++++++++++++++++
19 dev-python/configshell-fb/metadata.xml | 24 +++++++++++++++++++
20 3 files changed, 53 insertions(+)
21
22 diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest
23 new file mode 100644
24 index 00000000..2da50f7
25 --- /dev/null
26 +++ b/dev-python/configshell-fb/Manifest
27 @@ -0,0 +1 @@
28 +DIST configshell-fb-1.1.21.tar.gz 36929 SHA256 f96daac404e4483e9f3113fbd675264d14dce1db83155b8537c94c4267e9b740 SHA512 4cf353da513b0e6863a2f93086d98254c2a74596f52ea7fe8823dda7bec4c4c247b54ec277348264f6d33b576a581c7617da01891997e83619f84e9a4def3e57 WHIRLPOOL b7de33bde6891b40950b796fbf9ddbe15f7907860d5cc42097cc88f892989e0cb8f8b5f3ff3d2bf12b138e295385d048e154487356fb26352ef95572aa5ac923
29
30 diff --git a/dev-python/configshell-fb/configshell-fb-1.1.21.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.21.ebuild
31 new file mode 100644
32 index 00000000..cc1ecc4
33 --- /dev/null
34 +++ b/dev-python/configshell-fb/configshell-fb-1.1.21.ebuild
35 @@ -0,0 +1,28 @@
36 +# Copyright 1999-2016 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +# $Id$
39 +
40 +EAPI=6
41 +
42 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
43 +
44 +inherit distutils-r1 versionator
45 +
46 +MY_PV=$(replace_version_separator 2 '.fb' ${PV})
47 +
48 +DESCRIPTION="A Python library for building configuration shells"
49 +HOMEPAGE="https://github.com/open-iscsi/configshell-fb"
50 +SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
51 +
52 +LICENSE="Apache-2.0"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +
57 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
58 +RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]
59 + dev-python/six[${PYTHON_USEDEP}]
60 + dev-python/urwid[${PYTHON_USEDEP}]
61 + !dev-python/configshell"
62 +
63 +S=${WORKDIR}/${PN}-${MY_PV}
64
65 diff --git a/dev-python/configshell-fb/metadata.xml b/dev-python/configshell-fb/metadata.xml
66 new file mode 100644
67 index 00000000..7aebc11
68 --- /dev/null
69 +++ b/dev-python/configshell-fb/metadata.xml
70 @@ -0,0 +1,24 @@
71 +<?xml version="1.0" encoding="UTF-8"?>
72 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
73 +<pkgmetadata>
74 +<maintainer type="person">
75 + <email>sir.suriv@×××××.com</email>
76 + <name>Diogo Pereira</name>
77 +</maintainer>
78 +<maintainer type="project">
79 + <email>proxy-maint@g.o</email>
80 + <name>Proxy Maintainers</name>
81 +</maintainer>
82 +<longdescription lang="en">
83 + configshell-fb is a Python library that provides a framework
84 + for building simple but nice CLI-based applications.
85 +</longdescription>
86 +<upstream>
87 + <maintainer status="active">
88 + <email>agrover@××××××.com</email>
89 + <name>Andy Grover</name>
90 + </maintainer>
91 + <remote-id type="github">open-iscsi/configshell-fb</remote-id>
92 + <bugs-to>https://github.com/open-iscsi/configshell-fb/issues</bugs-to>
93 +</upstream>
94 +</pkgmetadata>