Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prometheus_client/
Date: Fri, 02 Apr 2021 23:42:52
Message-Id: 1617406956.1bfb182c1107e7a4a4533366af68e6c35a7b4780.mgorny@gentoo
1 commit: 1bfb182c1107e7a4a4533366af68e6c35a7b4780
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 23:10:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 23:42:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfb182c
7
8 dev-python/prometheus_client: Bump to 0.10.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/prometheus_client/Manifest | 1 +
13 .../prometheus_client-0.10.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/prometheus_client/Manifest b/dev-python/prometheus_client/Manifest
17 index e13f0160040..b44980cdde4 100644
18 --- a/dev-python/prometheus_client/Manifest
19 +++ b/dev-python/prometheus_client/Manifest
20 @@ -1 +1,2 @@
21 +DIST prometheus_client-0.10.0.tar.gz 71598 BLAKE2B 013b73c3f417fc6102ab6ebe77381b34dee1b6bd7a32af88934ba4dcf6652cd73524de0c489aa2adaa02869c17094eedd95cd87858c9cd2f019001c7fea41a0b SHA512 add7f5dae5f3353df755a1cd74d4a4b08f4217c8eed1880f6abf0ac4629e3179afa6298f93b407babd215b8b6aa84587297da68d6625c27088110e615cb0df10
22 DIST prometheus_client-0.9.0.tar.gz 68176 BLAKE2B e20f599e6a4d39226e48cafeca879b87389fdb5a6eda401161ce448cb0b46a89ce0cccc1b78e2fc8cb60cc461253345b9ba52809c861f0a187171c33095f625a SHA512 1d68ca35169972c50bb56ede88c47408ee27b3e795fcf03798313aed2dbc5db5532fe6886998c118258b76e431c6e49aa0ac19b9206cad63711901497258aaa5
23
24 diff --git a/dev-python/prometheus_client/prometheus_client-0.10.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.10.0.ebuild
25 new file mode 100644
26 index 00000000000..b757b986d36
27 --- /dev/null
28 +++ b/dev-python/prometheus_client/prometheus_client-0.10.0.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..9} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Python client for the Prometheus monitoring system"
39 +HOMEPAGE="https://pypi.org/project/prometheus-client/
40 + https://github.com/prometheus/client_python/"
41 +SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 +S="${WORKDIR}/client_python-${PV}"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +
48 +RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
49 +
50 +distutils_enable_tests pytest