commit:     8c00fe52a8d722d064e0a0fb5f8b561fbb74415c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 06:19:47 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 06:38:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c00fe52

dev-python/tempora: Remove py2

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

 dev-python/tempora/tempora-1.12.ebuild      | 2 +-
 dev-python/tempora/tempora-1.14.1-r1.ebuild | 2 +-
 dev-python/tempora/tempora-1.7.ebuild       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/tempora/tempora-1.12.ebuild 
b/dev-python/tempora/tempora-1.12.ebuild
index cc23b21d6a6..9718791ac17 100644
--- a/dev-python/tempora/tempora-1.12.ebuild
+++ b/dev-python/tempora/tempora-1.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
+PYTHON_COMPAT=( pypy3 python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/tempora/tempora-1.14.1-r1.ebuild 
b/dev-python/tempora/tempora-1.14.1-r1.ebuild
index bf3ea9a1612..6700597ab1f 100644
--- a/dev-python/tempora/tempora-1.14.1-r1.ebuild
+++ b/dev-python/tempora/tempora-1.14.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
 
 inherit distutils-r1
 

diff --git a/dev-python/tempora/tempora-1.7.ebuild 
b/dev-python/tempora/tempora-1.7.ebuild
index b3164fe5256..0bd03e54f10 100644
--- a/dev-python/tempora/tempora-1.7.ebuild
+++ b/dev-python/tempora/tempora-1.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 

Reply via email to