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, 28 Mar 2020 12:42:38
Message-Id: 1585399326.103bc4469b49bf5e55bc320fa2c216bda6131292.mgorny@gentoo
1 commit: 103bc4469b49bf5e55bc320fa2c216bda6131292
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 12:35:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 12:42:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103bc446
7
8 dev-python/prometheus_client: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/prometheus_client/Manifest | 1 -
13 .../prometheus_client-0.6.0-r1.ebuild | 21 ----------------
14 .../prometheus_client-0.6.0.ebuild | 28 ----------------------
15 .../prometheus_client-0.7.1.ebuild | 28 ----------------------
16 4 files changed, 78 deletions(-)
17
18 diff --git a/dev-python/prometheus_client/Manifest b/dev-python/prometheus_client/Manifest
19 index 9194d2688c1..a627f643d9a 100644
20 --- a/dev-python/prometheus_client/Manifest
21 +++ b/dev-python/prometheus_client/Manifest
22 @@ -1,2 +1 @@
23 -DIST prometheus_client-0.6.0.tar.gz 60790 BLAKE2B fa8eaddfedb9598394fec0c6464499ed5bcace9969e843126422414e397d31985a44a626be0257a235f6d5f685fd8d6bb55fc0d92928f0b9729ab9f097f1958b SHA512 a2b92683f939961c567c266a54699de6f37088cd4e61c9d9a5f4451228b4c3bfa4c517e4a5187867f5463d726a8dc6e7fdae30973c1e9aa9aa1a03247b2e99cd
24 DIST prometheus_client-0.7.1.tar.gz 62880 BLAKE2B 8878a6e6a20f96443f1f14ffbb74eda7dc6f1f48151901da047ade6342ddd7858b4dcd808d80af64a3eff449c1c7425f9eb9f3d1283b65e8e6067c6b5fe2f9c4 SHA512 84b145ed191c9903d390b152c72de4f2afcb4c500b8debba59ded081f00cc76109b336ed2d7783d59e9922ea2927632f7ef730f336974294b20048c51e9d58a4
25
26 diff --git a/dev-python/prometheus_client/prometheus_client-0.6.0-r1.ebuild b/dev-python/prometheus_client/prometheus_client-0.6.0-r1.ebuild
27 deleted file mode 100644
28 index 55559cf445e..00000000000
29 --- a/dev-python/prometheus_client/prometheus_client-0.6.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
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"
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.6.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild
55 deleted file mode 100644
56 index 40d6b4beeb4..00000000000
57 --- a/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild
58 +++ /dev/null
59 @@ -1,28 +0,0 @@
60 -# Copyright 1999-2020 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=6
64 -
65 -PYTHON_COMPAT=( python{3_6,3_7} )
66 -inherit distutils-r1
67 -
68 -DESCRIPTION="Python client for the Prometheus monitoring system"
69 -HOMEPAGE="https://pypi.org/project/prometheus_client/"
70 -SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
71 -
72 -LICENSE="Apache-2.0"
73 -SLOT="0"
74 -KEYWORDS="amd64"
75 -IUSE="test"
76 -RESTRICT="!test? ( test )"
77 -
78 -S=${WORKDIR}/client_python-${PV}
79 -
80 -RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
81 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
82 - test? ( ${RDEPEND}
83 - dev-python/pytest[${PYTHON_USEDEP}] )"
84 -
85 -python_test() {
86 - pytest -v || die
87 -}
88
89 diff --git a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild
90 deleted file mode 100644
91 index 2618852a2b3..00000000000
92 --- a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild
93 +++ /dev/null
94 @@ -1,28 +0,0 @@
95 -# Copyright 1999-2020 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=6
99 -
100 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
101 -inherit distutils-r1
102 -
103 -DESCRIPTION="Python client for the Prometheus monitoring system"
104 -HOMEPAGE="https://pypi.org/project/prometheus_client/"
105 -SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
106 -
107 -LICENSE="Apache-2.0"
108 -SLOT="0"
109 -KEYWORDS="~amd64"
110 -IUSE="test"
111 -RESTRICT="!test? ( test )"
112 -
113 -S=${WORKDIR}/client_python-${PV}
114 -
115 -RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
116 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
117 - test? ( ${RDEPEND}
118 - dev-python/pytest[${PYTHON_USEDEP}] )"
119 -
120 -python_test() {
121 - pytest -v || die
122 -}