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: Sun, 27 Feb 2022 18:52:59
Message-Id: 1645987872.44c1c654cf4c5059cbe35557bdeca30cb0807359.mgorny@gentoo
1 commit: 44c1c654cf4c5059cbe35557bdeca30cb0807359
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:51:12 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:51:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c1c654
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.12.0.ebuild | 21 ------------------
14 .../prometheus_client-0.13.0.ebuild | 25 ----------------------
15 3 files changed, 48 deletions(-)
16
17 diff --git a/dev-python/prometheus_client/Manifest b/dev-python/prometheus_client/Manifest
18 index 11b34cbe7c74..88ff9c361f28 100644
19 --- a/dev-python/prometheus_client/Manifest
20 +++ b/dev-python/prometheus_client/Manifest
21 @@ -1,3 +1 @@
22 -DIST prometheus_client-0.12.0.tar.gz 73521 BLAKE2B eb90c7f3991519fe132f01612d6aadd10193947069b79e67c9e37faa4e174d739ca78b12de028dfc922cb368c7405baeb4fa929b378a91db12e67190ca3561ff SHA512 ebcbbed706a96a9402eb985f5da15ee8fae09de952144a89a3323e147c0d16615ccd9be58b50b5b8ede37d4f66de1e2ce93ed53c4da939ca2e44c7aac687a1f7
23 -DIST prometheus_client-0.13.0.tar.gz 73277 BLAKE2B 547966c22efdaaa76b821918e8e22ebc14f3a43b7f712c6c8be13d0a6ab3d94d56dd92576e63d1a9a0ba62a5ff662b717c5b6294f48a5e28fd40dfe4693706a2 SHA512 4991e534a78b08686f46ff7214cf2e19a97e302977a696460adfde1e0245d4cc115502a2cc9cb5d5f34401712ab6f84f9b77bb0f88aefaf9c534eadfe66803f3
24 DIST prometheus_client-0.13.1.gh.tar.gz 73480 BLAKE2B 53b2572373024a452731c055fc115ddb3c029b905d455cf9dc6289af91866c13187e58008770aa20969b371cd0852ef20651603e153195fb4658d21a628df5a3 SHA512 8d5263ff00fc4797fa65a446bdab4dc3c717cc091f8cee571fdd2130febc480cc61e73e11145ac2bf9bc0eee132efc92d88a4d4facd61d515234748791a92255
25
26 diff --git a/dev-python/prometheus_client/prometheus_client-0.12.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.12.0.ebuild
27 deleted file mode 100644
28 index 833fba36cb47..000000000000
29 --- a/dev-python/prometheus_client/prometheus_client-0.12.0.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python client for the Prometheus monitoring system"
41 -HOMEPAGE="https://pypi.org/project/prometheus-client/
42 - https://github.com/prometheus/client_python/"
43 -SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -S="${WORKDIR}/client_python-${PV}"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86"
49 -
50 -RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
51 -
52 -distutils_enable_tests pytest
53
54 diff --git a/dev-python/prometheus_client/prometheus_client-0.13.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.13.0.ebuild
55 deleted file mode 100644
56 index f15fb9437e92..000000000000
57 --- a/dev-python/prometheus_client/prometheus_client-0.13.0.ebuild
58 +++ /dev/null
59 @@ -1,25 +0,0 @@
60 -# Copyright 1999-2022 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=8
64 -
65 -DISTUTILS_USE_PEP517=setuptools
66 -PYTHON_COMPAT=( python3_{8..10} )
67 -
68 -inherit distutils-r1
69 -
70 -DESCRIPTION="Python client for the Prometheus monitoring system"
71 -HOMEPAGE="https://pypi.org/project/prometheus-client/
72 - https://github.com/prometheus/client_python/"
73 -SRC_URI="
74 - https://github.com/prometheus/client_python/archive/v${PV}.tar.gz
75 - -> ${P}.tar.gz"
76 -S="${WORKDIR}/client_python-${PV}"
77 -
78 -LICENSE="Apache-2.0"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
81 -
82 -RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
83 -
84 -distutils_enable_tests pytest