commit:     b7b8aa67abb2f7566f6d326afd7a0ae8df323919
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 13:19:23 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 13:19:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b8aa67

dev-python/blessings: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 76477c0821f..d72f6771401 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 e7023a9a499..8b602edf13c 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 3abd1eb700c..f2f31335e0c 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
 

Reply via email to