From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/configshell-fb/Manifest | 3 +++ .../configshell-fb/configshell-fb-1.1.24.ebuild | 22 +++++++++++++++++++ dev-python/configshell-fb/metadata.xml | 25 ++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 dev-python/configshell-fb/Manifest create mode 100644 dev-python/configshell-fb/configshell-fb-1.1.24.ebuild create mode 100644 dev-python/configshell-fb/metadata.xml (limited to 'dev-python/configshell-fb') diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest new file mode 100644 index 000000000000..27b84bf3b1d3 --- /dev/null +++ b/dev-python/configshell-fb/Manifest @@ -0,0 +1,3 @@ +DIST configshell-fb-1.1.24.tar.gz 56946 BLAKE2B ddda3313bb41a346d08006f1d3c1cdc708a940ab9fb2e0042896947b89e32cca872fc8a19a392eeebbc6403f042aadcef2c78962c069e9c1ed10a2f5d4bb102f SHA512 34aabe6fa5c2f00112748e35fe3859fae09baac5ef13b9aa80e6f00908290a0d724119aa3b2ce86da8bb171c60860304e650aeb16bc678354a7464bd0b5c9b48 +EBUILD configshell-fb-1.1.24.ebuild 604 BLAKE2B 5382789cd15282e826bd891d87ddacb7619b997683a6ad78350b5bc47333695e9db2b6ac707ed15968f2d02a082250845834c09ec46996a8f3f76fecb77c9a01 SHA512 6783a060de90a9e85f6985c89f600ecb38df5022d2d0cb987c3e16cec3c50ca056e3a955d8ff2f715ef4dcdab92440ce0e5340d8c821069df4c2094ab8e02fba +MISC metadata.xml 838 BLAKE2B c01894aaf7273e4cc585fe62e73598d371ce2b924259928afe1a0ae2c955250413150a41e2f857fd75c92e9b7106cf557f7320d8af59b5767a1382f46d619b4f SHA512 426228139c7da514e5debf7e6b393af66c78b38d3cc36135866e05e0751aed60c44ffd230e1d8a2c06cce44b173444c9f88f0a2175c6a5a96636ec730a53a5de diff --git a/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild new file mode 100644 index 000000000000..16152005bc40 --- /dev/null +++ b/dev-python/configshell-fb/configshell-fb-1.1.24.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +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" + +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" diff --git a/dev-python/configshell-fb/metadata.xml b/dev-python/configshell-fb/metadata.xml new file mode 100644 index 000000000000..3815d8aec77e --- /dev/null +++ b/dev-python/configshell-fb/metadata.xml @@ -0,0 +1,25 @@ + + + + + sir.suriv@gmail.com + Diogo Pereira + + + proxy-maint@gentoo.org + Proxy Maintainers + + + configshell-fb is a Python library that provides a framework + for building simple but nice CLI-based applications. + + + + agrover@redhat.com + Andy Grover + + open-iscsi/configshell-fb + configshell-fb + https://github.com/open-iscsi/configshell-fb/issues + + -- cgit v1.2.3