summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiogo Pereira <sir.suriv@gmail.com>2019-03-10 15:33:17 +0000
committerMichał Górny <mgorny@gentoo.org>2019-04-19 23:39:07 +0200
commitb28c16dae20a3ea7a9decd0e3f23a779594594d4 (patch)
treeec8f1a8eca6bb540924782aa98637a637256f8a8 /dev-python/configshell-fb/configshell-fb-1.1.25.ebuild
parentdev-python/m2crypto: arm64 stable (bug #679662) (diff)
downloadgentoo-b28c16dae20a3ea7a9decd0e3f23a779594594d4.tar.gz
gentoo-b28c16dae20a3ea7a9decd0e3f23a779594594d4.tar.bz2
gentoo-b28c16dae20a3ea7a9decd0e3f23a779594594d4.zip
dev-python/configshell-fb: bump to 1.1.25
Signed-off-by: Diogo Pereira <sir.suriv@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/configshell-fb/configshell-fb-1.1.25.ebuild')
-rw-r--r--dev-python/configshell-fb/configshell-fb-1.1.25.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild
new file mode 100644
index 000000000000..4fe6f47f5099
--- /dev/null
+++ b/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="A Python library for building configuration shells"
+HOMEPAGE="https://github.com/open-iscsi/configshell-fb"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/urwid[${PYTHON_USEDEP}]
+ !dev-python/configshell"