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: Sat, 03 Jul 2021 06:29:22
Message-Id: 1625293637.66ee764d7d0bdf004a71820a9cf0c9d823dd8583.mgorny@gentoo
1 commit: 66ee764d7d0bdf004a71820a9cf0c9d823dd8583
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 06:27:17 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 06:27:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ee764d
7
8 dev-python/prometheus_client: Remove old
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.1.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/prometheus_client/Manifest b/dev-python/prometheus_client/Manifest
17 index 6f6c15159bd..ed60370f1bd 100644
18 --- a/dev-python/prometheus_client/Manifest
19 +++ b/dev-python/prometheus_client/Manifest
20 @@ -1,2 +1 @@
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.10.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.10.1.ebuild
25 deleted file mode 100644
26 index 02008315932..00000000000
27 --- a/dev-python/prometheus_client/prometheus_client-0.10.1.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
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