From b7b8aa67abb2f7566f6d326afd7a0ae8df323919 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 4 Feb 2020 14:19:23 +0100 Subject: [PATCH] dev-python/blessings: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/blessings/blessings-1.6-r1.ebuild | 2 +- dev-python/blessings/blessings-1.6.1.ebuild | 2 +- dev-python/blessings/blessings-1.7.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/blessings/blessings-1.6-r1.ebuild b/dev-python/blessings/blessings-1.6-r1.ebuild index 76477c0821fd..d72f67714017 100644 --- a/dev-python/blessings/blessings-1.6-r1.ebuild +++ b/dev-python/blessings/blessings-1.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/blessings/blessings-1.6.1.ebuild b/dev-python/blessings/blessings-1.6.1.ebuild index e7023a9a4998..8b602edf13c1 100644 --- a/dev-python/blessings/blessings-1.6.1.ebuild +++ b/dev-python/blessings/blessings-1.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/blessings/blessings-1.7.ebuild b/dev-python/blessings/blessings-1.7.ebuild index 3abd1eb700c7..f2f31335e0c2 100644 --- a/dev-python/blessings/blessings-1.7.ebuild +++ b/dev-python/blessings/blessings-1.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 -- 2.26.2