From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/configshell-fb/Manifest | 3 +++ .../configshell-fb/configshell-fb-1.1.25.ebuild | 21 +++++++++++++++ .../configshell-fb/configshell-fb-1.1.27.ebuild | 19 ++++++++++++++ .../configshell-fb/configshell-fb-1.1.28.ebuild | 19 ++++++++++++++ dev-python/configshell-fb/metadata.xml | 30 ++++++++++++++++++++++ 5 files changed, 92 insertions(+) create mode 100644 dev-python/configshell-fb/Manifest create mode 100644 dev-python/configshell-fb/configshell-fb-1.1.25.ebuild create mode 100644 dev-python/configshell-fb/configshell-fb-1.1.27.ebuild create mode 100644 dev-python/configshell-fb/configshell-fb-1.1.28.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..01f009cc3859 --- /dev/null +++ b/dev-python/configshell-fb/Manifest @@ -0,0 +1,3 @@ +DIST configshell-fb-1.1.25.tar.gz 56900 BLAKE2B 00f16c401a87cde0e70730ec74fe5885af3ebf22c3745851661fea7de874f5609c49e0b7c521c5d3db16eec903e0f24331816acc8e19a080043e8399c98bd18f SHA512 338eee8eb7b0fad533b739bb0c9460757cdb90103c44c37568dd86158431b67e1b0ab050afe2670abbba96c5d8c18db9b107d9f7650937a2be7f53fad26efed3 +DIST configshell-fb-1.1.27.tar.gz 57174 BLAKE2B 4f1f4dd6b641fc5843956b3d88f43456f326af16799b770b1224ba029903fb6bfb291101ae780f48fa126c9e5482b95e5e545121a11afc9d8535dd23be3445c1 SHA512 53d81b939f393f88141f2c158295a5297850e2a908b6124d085b2ae185a2093b877bffb0536a195b2743057bbd3131c75daeb90a4b83b6305baa89463e30c685 +DIST configshell-fb-1.1.28.tar.gz 55076 BLAKE2B 8f7ab1b6172412dffd77d1ba89082f815b90167b5bc7e15c26c26a101e2e8a0ab5bc716c040f41124a9d5a5038b751e4cd882124d70fe2fda2b796ef43dc97c8 SHA512 7d05fdfca5646ec05d5f4b2ea499235237f5f3157c1330ed46dcc76ce8dea5cca0e3ec4d4376db2ec8358438737fb54286cb0c712c0f16637128670d2858dd4d 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..56f53848f0a3 --- /dev/null +++ b/dev-python/configshell-fb/configshell-fb-1.1.25.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{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" diff --git a/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild new file mode 100644 index 000000000000..d38b29bb9987 --- /dev/null +++ b/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +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" + +RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/urwid[${PYTHON_USEDEP}]" diff --git a/dev-python/configshell-fb/configshell-fb-1.1.28.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.28.ebuild new file mode 100644 index 000000000000..d38b29bb9987 --- /dev/null +++ b/dev-python/configshell-fb/configshell-fb-1.1.28.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +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" + +RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/urwid[${PYTHON_USEDEP}]" diff --git a/dev-python/configshell-fb/metadata.xml b/dev-python/configshell-fb/metadata.xml new file mode 100644 index 000000000000..5c0c85a8601a --- /dev/null +++ b/dev-python/configshell-fb/metadata.xml @@ -0,0 +1,30 @@ + + + + + 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. + + + + mlombard@redhat.com + Maurizio Lombardi + + + agrover@redhat.com + Andy Grover + + open-iscsi/configshell-fb + configshell-fb + https://github.com/open-iscsi/configshell-fb/issues + + gentoo-staging + -- cgit v1.3.1