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: Tue, 01 Jun 2021 22:23:01
Message-Id: 1622586156.7e7f9683e964056df894a0355d5662c4d8b579f1.mgorny@gentoo
1 commit: 7e7f9683e964056df894a0355d5662c4d8b579f1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 21:55:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 22:22:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7f9683
7
8 dev-python/prometheus_client: Bump to 0.11.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.11.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 8317e54b793..6f6c15159bd 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.1.tar.gz 71676 BLAKE2B 63a597eca0f7684013ca2de8cda9d9ca7ab64d3ff923e3d328c1e54e794ea9e34771795117a8cd8254063028ceedd9c50d15c89bba48d3994e79629ebae6df14 SHA512 231c86bfeb2a35fbaf172005ead5b790b107c55f3657d94ad417c0036cc72ad6b48ebef7d52d2fdd1bca9b98032d1057250a880b002a29e98efa803886f26766
22 +DIST prometheus_client-0.11.0.tar.gz 72272 BLAKE2B 2526a65acf928ce5f492c6a43276ecb951d8b600eeb5050b92db091919862eb0ec4f41ca41347b4dd70a612f70e8f4a49796572de80b197d21c3a8cf8e303201 SHA512 5e644d781b7fcc3e0e386a2244f524ccaf978f1eab87b1d6d8009ac3f10fe2ca4adf2c76c2a2ffa47b4b54237cd906807d55bd99530a92d82cd3825de93280dc
23
24 diff --git a/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild
25 new file mode 100644
26 index 00000000000..dfe3fc49a70
27 --- /dev/null
28 +++ b/dev-python/prometheus_client/prometheus_client-0.11.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..10} )
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