commit: 4bbdcc09c99ef1c9342314c1cdfc768a77d4cf1c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 05:30:05 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 05:50:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbdcc09
dev-python/django-prometheus: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/django-prometheus/django-prometheus-1.0.15.ebuild | 2 +- dev-python/django-prometheus/django-prometheus-1.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild b/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild index fe4f6926188..9475961ac43 100644 --- a/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild +++ b/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Library to export django metrics for prometheus" diff --git a/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild b/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild index abb290d08b4..7ad6293b28e 100644 --- a/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild +++ b/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Library to export django metrics for prometheus"
