commit: e69016a687cd3b834d0edf2e733ab8dad00ac70d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 16:53:17 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 16:54:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69016a6
dev-python/prometheus_client: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/prometheus_client/Manifest | 1 -
.../prometheus_client-0.11.0.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-python/prometheus_client/Manifest
b/dev-python/prometheus_client/Manifest
index 2522b4c3e7d9..7e52edad9def 100644
--- a/dev-python/prometheus_client/Manifest
+++ b/dev-python/prometheus_client/Manifest
@@ -1,2 +1 @@
-DIST prometheus_client-0.11.0.tar.gz 72272 BLAKE2B
2526a65acf928ce5f492c6a43276ecb951d8b600eeb5050b92db091919862eb0ec4f41ca41347b4dd70a612f70e8f4a49796572de80b197d21c3a8cf8e303201
SHA512
5e644d781b7fcc3e0e386a2244f524ccaf978f1eab87b1d6d8009ac3f10fe2ca4adf2c76c2a2ffa47b4b54237cd906807d55bd99530a92d82cd3825de93280dc
DIST prometheus_client-0.12.0.tar.gz 73521 BLAKE2B
eb90c7f3991519fe132f01612d6aadd10193947069b79e67c9e37faa4e174d739ca78b12de028dfc922cb368c7405baeb4fa929b378a91db12e67190ca3561ff
SHA512
ebcbbed706a96a9402eb985f5da15ee8fae09de952144a89a3323e147c0d16615ccd9be58b50b5b8ede37d4f66de1e2ce93ed53c4da939ca2e44c7aac687a1f7
diff --git a/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild
b/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild
deleted file mode 100644
index d0fa21391332..000000000000
--- a/dev-python/prometheus_client/prometheus_client-0.11.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python client for the Prometheus monitoring system"
-HOMEPAGE="https://pypi.org/project/prometheus-client/
- https://github.com/prometheus/client_python/"
-SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-S="${WORKDIR}/client_python-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ~ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest