diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 19:59:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:12:36 +0100 |
commit | 6760095d17bf4fe269786c1e179864ece70e8cec (patch) | |
tree | 1ba0ab0b5a9566b25cc670dd018aa67df53160ea /dev-python/prometheus_client | |
parent | dev-python/progressbar: Remove py2 (diff) | |
download | gentoo-6760095d17bf4fe269786c1e179864ece70e8cec.tar.gz gentoo-6760095d17bf4fe269786c1e179864ece70e8cec.tar.bz2 gentoo-6760095d17bf4fe269786c1e179864ece70e8cec.zip |
dev-python/prometheus_client: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/prometheus_client')
-rw-r--r-- | dev-python/prometheus_client/prometheus_client-0.6.0.ebuild | 2 | ||||
-rw-r--r-- | 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 dc6591f642fe..011f982f00f3 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 6e9469df6023..3feae7277a55 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" |