From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BECA4138332 for ; Mon, 3 Oct 2016 20:37:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE0F0E0BF5; Mon, 3 Oct 2016 20:37:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0D6CE0BF5 for ; Mon, 3 Oct 2016 20:37:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E8FF340F20 for ; Mon, 3 Oct 2016 20:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF92924A7 for ; Mon, 3 Oct 2016 20:37:33 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1475526973.916114b04c62e368283f610fd5433adbeffced1c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aodhclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aodhclient/Manifest dev-python/aodhclient/aodhclient-0.6.0.ebuild dev-python/aodhclient/metadata.xml X-VCS-Directories: dev-python/aodhclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 916114b04c62e368283f610fd5433adbeffced1c X-VCS-Branch: master Date: Mon, 3 Oct 2016 20:37:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d0b97d23-2a9c-4285-9d23-3d42bcaccedd X-Archives-Hash: ffbec714a4d8da1c4f964ca791150307 commit: 916114b04c62e368283f610fd5433adbeffced1c Author: Matthew Thode gentoo org> AuthorDate: Mon Oct 3 20:24:05 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Oct 3 20:36:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916114b0 dev-python/aodhclient: adding for heat Package-Manager: portage-2.3.0 dev-python/aodhclient/Manifest | 1 + dev-python/aodhclient/aodhclient-0.6.0.ebuild | 38 +++++++++++++++++++++++++++ dev-python/aodhclient/metadata.xml | 19 ++++++++++++++ 3 files changed, 58 insertions(+) diff --git a/dev-python/aodhclient/Manifest b/dev-python/aodhclient/Manifest new file mode 100644 index 00000000..98f6f54 --- /dev/null +++ b/dev-python/aodhclient/Manifest @@ -0,0 +1 @@ +DIST aodhclient-0.6.0.tar.gz 40827 SHA256 eb33dd5b215a137d052cdbf12d9c7a2ab3d1fe52702ffd2323e57d2fa759363d SHA512 daa3f568cc2c59a010024beecf2917bf7e3ee64a0a18851e19c92dba159fcd2f36e64dd418ac4a36ee93b0a06c8c00b1f222aebfa915e9bddeaca074a12568bc WHIRLPOOL 2e71b890b392f6c00abe2c5fb45dfdf98215403612de2d50f19c4c9a82cde91c5cd7691fe51c3838ab6a7009824dfa01ca1430b95c86a9ac41fdea005758e915 diff --git a/dev-python/aodhclient/aodhclient-0.6.0.ebuild b/dev-python/aodhclient/aodhclient-0.6.0.ebuild new file mode 100644 index 00000000..a52e007 --- /dev/null +++ b/dev-python/aodhclient/aodhclient-0.6.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) + +inherit distutils-r1 + +DESCRIPTION="A client for the OpenStack Aodh API" +HOMEPAGE="https://github.com/openstack/python-aodhclient" +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/cliff-1.14.0[${PYTHON_USEDEP}] + !~dev-python/cliff-1.16.0[${PYTHON_USEDEP}] + >=dev-python/osc-lib-1.0.1[${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.16.0[${PYTHON_USEDEP}] + >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/debtcollector-1.3.0[${PYTHON_USEDEP}] +" + +python_prepare_all() { + # built in... + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} diff --git a/dev-python/aodhclient/metadata.xml b/dev-python/aodhclient/metadata.xml new file mode 100644 index 00000000..b28e1b0 --- /dev/null +++ b/dev-python/aodhclient/metadata.xml @@ -0,0 +1,19 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + openstack@gentoo.org + Openstack + + + This is a client for the OpenStack Aodh API. + + + python-aodhclient + openstack/python-aodhclient + +