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 140CE13835A for ; Thu, 15 Oct 2020 22:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 601ABE0871; Thu, 15 Oct 2020 22:13:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 482E5E0871 for ; Thu, 15 Oct 2020 22:13:58 +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 5F605340DE0 for ; Thu, 15 Oct 2020 22:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BD213A8 for ; Thu, 15 Oct 2020 22:13:54 +0000 (UTC) From: "Matthew 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, "Matthew Thode" Message-ID: <1602800019.50fb36d6ec5ccce27cf5894afbf79081adb9b0ff.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/osprofiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/osprofiler/Manifest dev-python/osprofiler/osprofiler-3.4.0.ebuild X-VCS-Directories: dev-python/osprofiler/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 50fb36d6ec5ccce27cf5894afbf79081adb9b0ff X-VCS-Branch: master Date: Thu, 15 Oct 2020 22:13:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9208232e-117a-4cd6-acac-cd69040c0404 X-Archives-Hash: a8d7f62bd3782d8663e211c56bf1d768 commit: 50fb36d6ec5ccce27cf5894afbf79081adb9b0ff Author: Matthew Thode gentoo org> AuthorDate: Thu Oct 15 22:04:45 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Oct 15 22:13:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fb36d6 dev-python/osprofiler: 3.4.0 bump Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> dev-python/osprofiler/Manifest | 1 + dev-python/osprofiler/osprofiler-3.4.0.ebuild | 31 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/osprofiler/Manifest b/dev-python/osprofiler/Manifest index d217d8eb0aa..6d1be18261f 100644 --- a/dev-python/osprofiler/Manifest +++ b/dev-python/osprofiler/Manifest @@ -1 +1,2 @@ DIST osprofiler-2.6.0.tar.gz 80518 BLAKE2B bc45f9bf3378b75a8c702ab1bf9ba40e9f6d77bba808882c7c504adb4f1c295449ab2cc19d128cdec7ebb3120a3d0c49eb77e1769625bafa216e32b3304c6f1e SHA512 3c911961b3107f28bc7b625738d6afb0098d87b891603d1a41be5cfea2b21eb0a3358f3f2fc5cfa0f9b32287f59d732c4ade8ae3436fe46095fa220b5bfb7a15 +DIST osprofiler-3.4.0.tar.gz 86842 BLAKE2B 78a679424023f7cd20a0c6c5825747e3c108e977b44985e2f106b8e82d9cfb44f84b3662df531c64cf09fd4ce313c8a457b803ca820291d58f4f2bacb51eff81 SHA512 d88c0c68eee693a799f4e52a447dd7a4b79f7eddeb1c82bf41cdf3be6457c1b1116b6caa19530de4df376a1cbc26f4094835c3ef7110016d3d9ba989f8e8e41c diff --git a/dev-python/osprofiler/osprofiler-3.4.0.ebuild b/dev-python/osprofiler/osprofiler-3.4.0.ebuild new file mode 100644 index 00000000000..93034731fcd --- /dev/null +++ b/dev-python/osprofiler/osprofiler-3.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="OpenStack Profiler Library" +HOMEPAGE="https://launchpad.net/osprofiler" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}] + >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}] + =dev-python/requests-2.14.2[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + >=dev-python/webob-1.6.0[${PYTHON_USEDEP}] + >=dev-python/importlib_metadata-1.7.0[${PYTHON_USEDEP}] +"