commit: 6760095d17bf4fe269786c1e179864ece70e8cec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 18:59:49 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:12:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6760095d
dev-python/prometheus_client: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/prometheus_client/prometheus_client-0.6.0.ebuild | 2 +-
dev-python/prometheus_client/prometheus_client-0.7.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild
b/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild
index dc6591f642f..011f982f00f 100644
--- a/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Python client for the Prometheus monitoring system"
diff --git a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild
b/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild
index 6e9469df602..3feae7277a5 100644
--- a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
DESCRIPTION="Python client for the Prometheus monitoring system"