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 F130A139694 for ; Mon, 27 Feb 2017 06:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 002C821C06C; Mon, 27 Feb 2017 06:43:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C335C21C06C for ; Mon, 27 Feb 2017 06:43:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5B5D8340F53 for ; Mon, 27 Feb 2017 06:43:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA741561A for ; Mon, 27 Feb 2017 06:43:25 +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: <1488177769.9fd480a9e3a02217ad73cebcd00c96e8c1fbe908.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.8.0.ebuild X-VCS-Directories: dev-python/aodhclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 9fd480a9e3a02217ad73cebcd00c96e8c1fbe908 X-VCS-Branch: master Date: Mon, 27 Feb 2017 06:43:25 +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: f5e6f09a-0250-471f-89df-129ba6b9f6e1 X-Archives-Hash: d2cdf6b8754450e8bddf2b932115c28e commit: 9fd480a9e3a02217ad73cebcd00c96e8c1fbe908 Author: Matthew Thode gentoo org> AuthorDate: Mon Feb 27 06:14:52 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Feb 27 06:42:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd480a9 dev-python/aodhclient: bup Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/aodhclient/Manifest | 1 + dev-python/aodhclient/aodhclient-0.8.0.ebuild | 39 +++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-python/aodhclient/Manifest b/dev-python/aodhclient/Manifest index 0dd1b6d4d0..757aef17b2 100644 --- a/dev-python/aodhclient/Manifest +++ b/dev-python/aodhclient/Manifest @@ -1,2 +1,3 @@ DIST aodhclient-0.6.0.tar.gz 40827 SHA256 eb33dd5b215a137d052cdbf12d9c7a2ab3d1fe52702ffd2323e57d2fa759363d SHA512 daa3f568cc2c59a010024beecf2917bf7e3ee64a0a18851e19c92dba159fcd2f36e64dd418ac4a36ee93b0a06c8c00b1f222aebfa915e9bddeaca074a12568bc WHIRLPOOL 2e71b890b392f6c00abe2c5fb45dfdf98215403612de2d50f19c4c9a82cde91c5cd7691fe51c3838ab6a7009824dfa01ca1430b95c86a9ac41fdea005758e915 DIST aodhclient-0.7.0.tar.gz 42096 SHA256 17afd102aea3711e9315bb6d8f7d176c7ef37e8ee60ea2e9302c5763bf41c979 SHA512 96c454e7ada9b8032f74f928dbb868c23a8a1d358b86d804f190eedeab78af041dd0fa673924da3b51785ef670634787cee91aec308381a2797125650cf79087 WHIRLPOOL 3ded0d4e36a2f9b85c3d05ecd0c6b3bcb5de6ad114fcbd2993e8ec4d679b5c03f90fe3a27bf1fc506af9fdf848a9f31fe73c328dead7f836e0138852da95bdb3 +DIST aodhclient-0.8.0.tar.gz 41676 SHA256 36d2bed63f581183a9dba66553440d3ece4c466137875a546540f2ae65db71ae SHA512 8cb6ccd3fee3e2abecd5f9eb1b00c67ec4476f85498a9b23f4818c80e787d5373899eb90217e03b5baa376dcdf3c5aed9da8f369a0d6e562c3d97fd22b5b8850 WHIRLPOOL 1be5a3a93fc32ca6420e41b9f4128aaacafc27aa1ae18dd83c59c6fa5789887ca10c89cb1fd50c897ebc3ddb4807afe06034c3a324e668bbf8c0a40ac19db88c diff --git a/dev-python/aodhclient/aodhclient-0.8.0.ebuild b/dev-python/aodhclient/aodhclient-0.8.0.ebuild new file mode 100644 index 0000000000..ebd7ac8f8c --- /dev/null +++ b/dev-python/aodhclient/aodhclient-0.8.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 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.8[${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}] + dev-python/pyparsing[${PYTHON_USEDEP}] +" + +python_prepare_all() { + # built in... + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +}