From: David Seifert Date: Sat, 28 Dec 2019 16:16:31 +0000 (+0100) Subject: dev-python/yapf: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9fc42a6818e796c19fd7f12a499664148de7dca3;p=gentoo.git dev-python/yapf: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/yapf/yapf-0.24.0.ebuild b/dev-python/yapf/yapf-0.24.0.ebuild index 21bdf0621cf0..99ac89475ff3 100644 --- a/dev-python/yapf/yapf-0.24.0.ebuild +++ b/dev-python/yapf/yapf-0.24.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2018 Gentoo Authors +# Copyright 2018-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="A formatter for Python files" diff --git a/dev-python/yapf/yapf-0.28.0.ebuild b/dev-python/yapf/yapf-0.28.0.ebuild index b4316410d2b9..99ac89475ff3 100644 --- a/dev-python/yapf/yapf-0.28.0.ebuild +++ b/dev-python/yapf/yapf-0.28.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="A formatter for Python files"