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/python-zaqarclient/Manifest | 3 ++ dev-python/python-zaqarclient/metadata.xml | 19 +++++++++++ .../python-zaqarclient-1.2.0.ebuild | 39 ++++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 dev-python/python-zaqarclient/Manifest create mode 100644 dev-python/python-zaqarclient/metadata.xml create mode 100644 dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild (limited to 'dev-python/python-zaqarclient') diff --git a/dev-python/python-zaqarclient/Manifest b/dev-python/python-zaqarclient/Manifest new file mode 100644 index 000000000000..cb41c438bf55 --- /dev/null +++ b/dev-python/python-zaqarclient/Manifest @@ -0,0 +1,3 @@ +DIST python-zaqarclient-1.2.0.tar.gz 66649 BLAKE2B b1fc054661562b861c39344c73abc8c85fd585b47099a8625ed2a4862997693b793c77698c6147da44affda12cd17d529b5b028d867d5b74400bd7dde13ef4e1 SHA512 1590839460815daa1f0754d47ef789e0c2d2a078265bbb6595eac32114a36c5f15512a2781841955fe99cbdf2cdaa8a13061f535229a284f5b98f97d017dd8a2 +EBUILD python-zaqarclient-1.2.0.ebuild 1236 BLAKE2B 286558bbbd72679eeb20d956e26bd76512b0c28f0c2e7bfca3ae43b7df8ce04aaccf6336091507b661c3fcf9aeeaedb1841fc06182b91c04f490202d400b5856 SHA512 866164d76223cd4bd8bedd2ff979b25c5d05e199bc73e676f347c488c48bec5092fa681cd79ce8f55a0ca069b1ee601d74426cf605c190fe98fbcbf9296cd042 +MISC metadata.xml 607 BLAKE2B 28721f37ce75146475891a79e765fc5ebc12f2e4067b259328fd63fc6aabb16d328d720c2e31cfe538841a638f15e63f141b35a930495e132470cdc0a3777a63 SHA512 73cd47155606b208b2ba83664732ec7fda229f075a86837bae68344bb3fbc10756a049a1f83815f65346d93fbee7a30b629c6769646da2385afab6237173038e diff --git a/dev-python/python-zaqarclient/metadata.xml b/dev-python/python-zaqarclient/metadata.xml new file mode 100644 index 000000000000..543082e5c85b --- /dev/null +++ b/dev-python/python-zaqarclient/metadata.xml @@ -0,0 +1,19 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + openstack@gentoo.org + Openstack + + + This is a client for the OpenStack Zaqar API. + + + python-zaqarclient + openstack/python-zaqarclient + + diff --git a/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild new file mode 100644 index 000000000000..6c344d02bad8 --- /dev/null +++ b/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild @@ -0,0 +1,39 @@ +# 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 client for the OpenStack Zaqar API" +HOMEPAGE="https://github.com/openstack/python-zaqarclient" +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.6[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/requests-2.10.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}] + !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}] + =dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}] + >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}] + !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}] + >=dev-python/osc-lib-1.0.2[${PYTHON_USEDEP}] +" + +python_prepare_all() { + # built in... + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} -- cgit v1.2.3