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/python-senlinclient/Manifest | 1 + dev-python/python-senlinclient/metadata.xml | 20 ++++++++++ .../python-senlinclient-1.2.0.ebuild | 44 ++++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 dev-python/python-senlinclient/Manifest create mode 100644 dev-python/python-senlinclient/metadata.xml create mode 100644 dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild (limited to 'dev-python/python-senlinclient') diff --git a/dev-python/python-senlinclient/Manifest b/dev-python/python-senlinclient/Manifest new file mode 100644 index 000000000000..e5b32c338c4b --- /dev/null +++ b/dev-python/python-senlinclient/Manifest @@ -0,0 +1 @@ +DIST python-senlinclient-1.2.0.tar.gz 107117 BLAKE2B cb1f70c59414b6bc54d58a3370ad5917851e36a19b65248125efd53bc24d29d3edb4fbc7734ba6d9d64c1ccea78307c7363de96c93c03fb801c66c83c1edf40e SHA512 1216e9511715a2cc5a703020a08ebb01bc24111150230f7ae8441ab750865c4cc07535f2b9d15ee8f7c93cc4f2ebd24473fb38b3946476063eff05c103d8ef6b diff --git a/dev-python/python-senlinclient/metadata.xml b/dev-python/python-senlinclient/metadata.xml new file mode 100644 index 000000000000..551bddece490 --- /dev/null +++ b/dev-python/python-senlinclient/metadata.xml @@ -0,0 +1,20 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + openstack@gentoo.org + Openstack + + + This is a client for the OpenStack Senlin API. + + + python-senlinclient + openstack/python-senlinclient + + gentoo-staging + diff --git a/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild new file mode 100644 index 000000000000..f1b2e3660f8c --- /dev/null +++ b/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_6 python3_7 ) + +inherit distutils-r1 + +DESCRIPTION="A client for the OpenStack Senlin API" +HOMEPAGE="https://github.com/openstack/python-senlinclient" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" + +CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] + =dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}] + >=dev-python/openstacksdk-0.9.10[${PYTHON_USEDEP}] + !~dev-python/openstacksdk-0.9.11[${PYTHON_USEDEP}] + !~dev-python/openstacksdk-0.9.12[${PYTHON_USEDEP}] + >=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}] + >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}] + >=dev-python/python-heatclient-1.6.1[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.10.0[${PYTHON_USEDEP}] + !~dev-python/requests-2.12.2[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] +" + +python_prepare_all() { + # built in... + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} -- cgit v1.3.1