commit:     497fc4d308ac6dffe0512e7eee288aef4006e9c1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 13:53:05 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 14:05:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497fc4d3

dev-python/google-pasta: Remove py2

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

 dev-python/google-pasta/google-pasta-0.1.1.ebuild | 2 +-
 dev-python/google-pasta/google-pasta-0.1.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/google-pasta/google-pasta-0.1.1.ebuild 
b/dev-python/google-pasta/google-pasta-0.1.1.ebuild
index 8851ee16a2d..1f85b6d4925 100644
--- a/dev-python/google-pasta/google-pasta-0.1.1.ebuild
+++ b/dev-python/google-pasta/google-pasta-0.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="AST-based Python refactoring library"

diff --git a/dev-python/google-pasta/google-pasta-0.1.7.ebuild 
b/dev-python/google-pasta/google-pasta-0.1.7.ebuild
index a99872c0eb5..bec75ab9f0f 100644
--- a/dev-python/google-pasta/google-pasta-0.1.7.ebuild
+++ b/dev-python/google-pasta/google-pasta-0.1.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="AST-based Python refactoring library"

Reply via email to