From 497fc4d308ac6dffe0512e7eee288aef4006e9c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 14:53:05 +0100 Subject: [PATCH] dev-python/google-pasta: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 8851ee16a2d8..1f85b6d4925d 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 a99872c0eb58..bec75ab9f0fc 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" -- 2.26.2