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 1C1C5138331 for ; Mon, 3 Oct 2016 18:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D3B0E0BC2; Mon, 3 Oct 2016 18:47:45 +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 F0A89E0BC2 for ; Mon, 3 Oct 2016 18:47:44 +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 70501340EE9 for ; Mon, 3 Oct 2016 18:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2573924A8 for ; Mon, 3 Oct 2016 18:47:42 +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: <1475520404.35b2b733bafd61a675e354318daad930ad92750e.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-manilaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-manilaclient/Manifest dev-python/python-manilaclient/metadata.xml dev-python/python-manilaclient/python-manilaclient-1.11.0.ebuild X-VCS-Directories: dev-python/python-manilaclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 35b2b733bafd61a675e354318daad930ad92750e X-VCS-Branch: master Date: Mon, 3 Oct 2016 18:47:42 +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: cf48a94b-b89c-4960-8e02-4a22c6223294 X-Archives-Hash: 87c7a2ea89b0b41f7aeebe02a9f5a46c commit: 35b2b733bafd61a675e354318daad930ad92750e Author: Matthew Thode gentoo org> AuthorDate: Mon Oct 3 18:46:06 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Oct 3 18:46:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b2b733 dev-python/python-manilaclient: adding for heat Package-Manager: portage-2.3.0 dev-python/python-manilaclient/Manifest | 1 + dev-python/python-manilaclient/metadata.xml | 19 ++++++++++ .../python-manilaclient-1.11.0.ebuild | 41 ++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest new file mode 100644 index 00000000..6a9cfae --- /dev/null +++ b/dev-python/python-manilaclient/Manifest @@ -0,0 +1 @@ +DIST python-manilaclient-1.11.0.tar.gz 167117 SHA256 5a6aa5002be88bf7d3af0d4439fab54b7288165cd17ccbd855c622184ea8b8fc SHA512 7427b3a54d75ad014d3b859a51d9693ab964a1a5376a64e396f16b308619f23183f610299ced2a76aeab2eddf47310435c7c654dec662dad9e13089d93e284b3 WHIRLPOOL d546d55739525eb3e30c217eaa2b7d5a3065299ac710bdabe99cb56980ba66b86ed8dd4048adf7b422811365f0eebe4417bfcb3ea010e034ed0add816afb0fba diff --git a/dev-python/python-manilaclient/metadata.xml b/dev-python/python-manilaclient/metadata.xml new file mode 100644 index 00000000..98bf35a --- /dev/null +++ b/dev-python/python-manilaclient/metadata.xml @@ -0,0 +1,19 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + openstack@gentoo.org + Openstack + + + This is a client for the OpenStack Manila API. + + + python-manilaclient + openstack/python-manilaclient + + diff --git a/dev-python/python-manilaclient/python-manilaclient-1.11.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-1.11.0.ebuild new file mode 100644 index 00000000..51679cd --- /dev/null +++ b/dev-python/python-manilaclient/python-manilaclient-1.11.0.ebuild @@ -0,0 +1,41 @@ +# 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 Manila API" +HOMEPAGE="https://github.com/openstack/python-manilaclient" +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/oslo-config-3.14.0[${PYTHON_USEDEP}] + >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7[${PYTHON_USEDEP}] + =dev-python/requests-2.10.0[${PYTHON_USEDEP}] + >=dev-python/simplejson-2.2.0[${PYTHON_USEDEP}] + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}] + !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}] +" + +python_prepare_all() { + # built in... + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +}