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 7506E138350 for ; Thu, 13 Feb 2020 23:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4189E082B; Thu, 13 Feb 2020 23:30:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8B9EEE082B for ; Thu, 13 Feb 2020 23:30:01 +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 8FC2234ED7C for ; Thu, 13 Feb 2020 23:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A2410A for ; Thu, 13 Feb 2020 23:29:59 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1581636589.10c84a52874f57f3d5977050a4ec6382cae0fc77.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prometheus_client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/prometheus_client/prometheus_client-0.6.0-r1.ebuild X-VCS-Directories: dev-python/prometheus_client/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 10c84a52874f57f3d5977050a4ec6382cae0fc77 X-VCS-Branch: master Date: Thu, 13 Feb 2020 23:29:59 +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: 1cc1c879-bee3-46bb-aa9d-037c770dad02 X-Archives-Hash: 4c6b30ef25f006f39af16cde9878c877 commit: 10c84a52874f57f3d5977050a4ec6382cae0fc77 Author: Patrick McLean sony com> AuthorDate: Thu Feb 13 23:29:49 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Feb 13 23:29:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c84a52 dev-python/prometheus_client-0.6.0-r1: revbump add py38 (0.6.0 series) Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Patrick McLean gentoo.org> .../prometheus_client-0.6.0-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-python/prometheus_client/prometheus_client-0.6.0-r1.ebuild b/dev-python/prometheus_client/prometheus_client-0.6.0-r1.ebuild new file mode 100644 index 00000000000..55559cf445e --- /dev/null +++ b/dev-python/prometheus_client/prometheus_client-0.6.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +inherit distutils-r1 + +DESCRIPTION="Python client for the Prometheus monitoring system" +HOMEPAGE="https://pypi.org/project/prometheus_client/ + https://github.com/prometheus/client_python" +SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/client_python-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest