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, 06 May 2022 13:39:02
Message-Id: 1651843969.7c44a859b28cabab9546e26fb6d06b2bd74f9091.mgorny@gentoo
1 commit: 7c44a859b28cabab9546e26fb6d06b2bd74f9091
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 13:32:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 13:32:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c44a859
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 | 2 --
13 .../prometheus_client-0.13.1.ebuild | 24 -----------------
14 .../prometheus_client-0.14.0.ebuild | 30 ----------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/dev-python/prometheus_client/Manifest b/dev-python/prometheus_client/Manifest
18 index 33fb685b2af2..569c7f284937 100644
19 --- a/dev-python/prometheus_client/Manifest
20 +++ b/dev-python/prometheus_client/Manifest
21 @@ -1,3 +1 @@
22 -DIST prometheus_client-0.13.1.gh.tar.gz 73480 BLAKE2B 53b2572373024a452731c055fc115ddb3c029b905d455cf9dc6289af91866c13187e58008770aa20969b371cd0852ef20651603e153195fb4658d21a628df5a3 SHA512 8d5263ff00fc4797fa65a446bdab4dc3c717cc091f8cee571fdd2130febc480cc61e73e11145ac2bf9bc0eee132efc92d88a4d4facd61d515234748791a92255
23 -DIST prometheus_client-0.14.0.gh.tar.gz 76115 BLAKE2B 08cffa53fd97be8ee48e91b69f1091ac52179fb48f2001aea23755e0ffd2e09cb34d97f052b0f38762bbe1f6597aed9bc630cda393bf5cd2f723dcb939f2471a SHA512 6543756b7fcd4b4a1734397c3fc25b14e00c9910133afc89f9836591e554c73a4a9fa4f3bc14b4fca2c922b6c160c769a4da435b337d0709f1884bde67008f7e
24 DIST prometheus_client-0.14.1.gh.tar.gz 76321 BLAKE2B fd924e80d32df9fceb8898530893148f3f1131a13e97a3bac56540ba2fe3846c5498bb78d3cdcb312827dd8a8db2624e831880c5c1f348da0522db96dd0ef29e SHA512 882e7193cb344d154df8a7b7fbdfb5c635363c1aea8bde1ea174a7614bc868fe337399db7a1fb90a94128d7bdfedbc741f5f6c44d514d1ca9ab684c7527e7317
25
26 diff --git a/dev-python/prometheus_client/prometheus_client-0.13.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.13.1.ebuild
27 deleted file mode 100644
28 index 601b2a89f17d..000000000000
29 --- a/dev-python/prometheus_client/prometheus_client-0.13.1.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python client for the Prometheus monitoring system"
42 -HOMEPAGE="https://pypi.org/project/prometheus-client/
43 - https://github.com/prometheus/client_python/"
44 -SRC_URI="
45 - https://github.com/prometheus/client_python/archive/v${PV}.tar.gz
46 - -> ${P}.gh.tar.gz"
47 -S="${WORKDIR}/client_python-${PV}"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
52 -
53 -RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
54 -
55 -distutils_enable_tests pytest
56
57 diff --git a/dev-python/prometheus_client/prometheus_client-0.14.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.14.0.ebuild
58 deleted file mode 100644
59 index 4c182f58d21a..000000000000
60 --- a/dev-python/prometheus_client/prometheus_client-0.14.0.ebuild
61 +++ /dev/null
62 @@ -1,30 +0,0 @@
63 -# Copyright 1999-2022 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=8
67 -
68 -DISTUTILS_USE_PEP517=setuptools
69 -PYTHON_COMPAT=( python3_{8..10} )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="Python client for the Prometheus monitoring system"
74 -HOMEPAGE="
75 - https://pypi.org/project/prometheus-client/
76 - https://github.com/prometheus/client_python/
77 -"
78 -SRC_URI="
79 - https://github.com/prometheus/client_python/archive/v${PV}.tar.gz
80 - -> ${P}.gh.tar.gz
81 -"
82 -S="${WORKDIR}/client_python-${PV}"
83 -
84 -LICENSE="Apache-2.0"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
87 -
88 -RDEPEND="
89 - dev-python/twisted[${PYTHON_USEDEP}]
90 -"
91 -
92 -distutils_enable_tests pytest