summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiogo Pereira <sir.suriv@gmail.com>2016-10-14 23:36:47 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-10-28 00:26:26 +0200
commit3ba3aaaa1ef9e8f03a8306e5a50221f799e5479a (patch)
tree553a17b4f523abfc2e1abd0f2b24179641224712 /dev-python/configshell-fb
parentnet-analyzer/mk-livestatus: version bump, move to EAPI 6 and a (diff)
downloadgentoo-3ba3aaaa1ef9e8f03a8306e5a50221f799e5479a.tar.gz
gentoo-3ba3aaaa1ef9e8f03a8306e5a50221f799e5479a.tar.bz2
gentoo-3ba3aaaa1ef9e8f03a8306e5a50221f799e5479a.zip
dev-python/configshell-fb: new package.
configshell-fb is a fork of configshell maintained by Red Hat. Gentoo-Bug: https://bugs.gentoo.org/590714 Closes: https://github.com/gentoo/gentoo/pull/2042 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/configshell-fb')
-rw-r--r--dev-python/configshell-fb/Manifest1
-rw-r--r--dev-python/configshell-fb/configshell-fb-1.1.21.ebuild28
-rw-r--r--dev-python/configshell-fb/metadata.xml24
3 files changed, 53 insertions, 0 deletions
diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest
new file mode 100644
index 000000000000..2da50f79f0e3
--- /dev/null
+++ b/dev-python/configshell-fb/Manifest
@@ -0,0 +1 @@
+DIST configshell-fb-1.1.21.tar.gz 36929 SHA256 f96daac404e4483e9f3113fbd675264d14dce1db83155b8537c94c4267e9b740 SHA512 4cf353da513b0e6863a2f93086d98254c2a74596f52ea7fe8823dda7bec4c4c247b54ec277348264f6d33b576a581c7617da01891997e83619f84e9a4def3e57 WHIRLPOOL b7de33bde6891b40950b796fbf9ddbe15f7907860d5cc42097cc88f892989e0cb8f8b5f3ff3d2bf12b138e295385d048e154487356fb26352ef95572aa5ac923
diff --git a/dev-python/configshell-fb/configshell-fb-1.1.21.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.21.ebuild
new file mode 100644
index 000000000000..cc1ecc4018f5
--- /dev/null
+++ b/dev-python/configshell-fb/configshell-fb-1.1.21.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 versionator
+
+MY_PV=$(replace_version_separator 2 '.fb' ${PV})
+
+DESCRIPTION="A Python library for building configuration shells"
+HOMEPAGE="https://github.com/open-iscsi/configshell-fb"
+SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/urwid[${PYTHON_USEDEP}]
+ !dev-python/configshell"
+
+S=${WORKDIR}/${PN}-${MY_PV}
diff --git a/dev-python/configshell-fb/metadata.xml b/dev-python/configshell-fb/metadata.xml
new file mode 100644
index 000000000000..7aebc11a062b
--- /dev/null
+++ b/dev-python/configshell-fb/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>sir.suriv@gmail.com</email>
+ <name>Diogo Pereira</name>
+</maintainer>
+<maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+</maintainer>
+<longdescription lang="en">
+ configshell-fb is a Python library that provides a framework
+ for building simple but nice CLI-based applications.
+</longdescription>
+<upstream>
+ <maintainer status="active">
+ <email>agrover@redhat.com</email>
+ <name>Andy Grover</name>
+ </maintainer>
+ <remote-id type="github">open-iscsi/configshell-fb</remote-id>
+ <bugs-to>https://github.com/open-iscsi/configshell-fb/issues</bugs-to>
+</upstream>
+</pkgmetadata>