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 8A05C138334 for ; Tue, 19 Jun 2018 19:13:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD0C7E0958; Tue, 19 Jun 2018 19:13:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8650AE0958 for ; Tue, 19 Jun 2018 19:13:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04F43335C8E for ; Tue, 19 Jun 2018 19:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E88C02E9 for ; Tue, 19 Jun 2018 19:13:28 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1529435601.ee9ebcf3f1d1c0b95098f79879a2f5dabf1ae644.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ara/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ara/Manifest app-admin/ara/ara-0.15.0.ebuild app-admin/ara/metadata.xml X-VCS-Directories: app-admin/ara/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ee9ebcf3f1d1c0b95098f79879a2f5dabf1ae644 X-VCS-Branch: master Date: Tue, 19 Jun 2018 19:13:28 +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: 024279c4-b9dc-43ae-81cf-39ecbc0bbeda X-Archives-Hash: 734778e86e2bcf847810a6f8f91d96ac commit: ee9ebcf3f1d1c0b95098f79879a2f5dabf1ae644 Author: Patrice Clement gentoo org> AuthorDate: Tue Jun 19 19:11:05 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Jun 19 19:13:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9ebcf3 app-admin/ara: new package. ara: ARA Records Ansible. ARA Records Ansible playbook runs and makes the recorded data available and intuitive for users and systems. Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-admin/ara/Manifest | 1 + app-admin/ara/ara-0.15.0.ebuild | 48 +++++++++++++++++++++++++++++++++++++++++ app-admin/ara/metadata.xml | 11 ++++++++++ 3 files changed, 60 insertions(+) diff --git a/app-admin/ara/Manifest b/app-admin/ara/Manifest new file mode 100644 index 00000000000..bcd32ea7f78 --- /dev/null +++ b/app-admin/ara/Manifest @@ -0,0 +1 @@ +DIST ara-0.15.0.tar.gz 1216308 BLAKE2B c1b88891a3859f32e70a3e8dcb383549ea17cf126e3204eb3dd4f8bf28e11f702c3cbb51bde05c03097d2bb2dbf85354027846b8b3d40916d18e855335a5c16c SHA512 848437db36a398c3e4699b4ee500207e7e90bcbe1ede81c6f15e3b6624538beccd76ffcb51af0293f9371f67c27e430e3e23b1e6e0444665103b91f6587d6b9a diff --git a/app-admin/ara/ara-0.15.0.ebuild b/app-admin/ara/ara-0.15.0.ebuild new file mode 100644 index 00000000000..a931118f60a --- /dev/null +++ b/app-admin/ara/ara-0.15.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_5 ) + +inherit distutils-r1 + +DESCRIPTION="ARA Records Ansible" +HOMEPAGE="https://github.com/openstack/ara" +SRC_URI="https://github.com/openstack/ara/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] + dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] + dev-python/flask-script[${PYTHON_USEDEP}] + dev-python/frozen-flask[${PYTHON_USEDEP}] + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/cliff[${PYTHON_USEDEP}] + dev-python/subunit[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/debtcollector[${PYTHON_USEDEP}] + dev-python/junit-xml[${PYTHON_USEDEP}] + dev-python/pyfakefs[${PYTHON_USEDEP}] + >=dev-python/pbr-3.1.1[${PYTHON_USEDEP}] + dev-python/oslo-serialization[${PYTHON_USEDEP}] + dev-python/oslo-utils[${PYTHON_USEDEP}]" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" + +python_compile() { + export PBR_VERSION="${PV}" + distutils-r1_python_compile +} + +python_install_all() { + distutils-r1_python_install_all + einstalldocs + dodoc -r doc +} diff --git a/app-admin/ara/metadata.xml b/app-admin/ara/metadata.xml new file mode 100644 index 00000000000..65cbe41f2f3 --- /dev/null +++ b/app-admin/ara/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + Python Project + + + ara + +