From: Michał Górny Date: Sun, 17 May 2020 05:31:53 +0000 (+0200) Subject: dev-python/tempita: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=88bd2c04d64fff154b0b810f74eef272434ba1c1;p=gentoo.git dev-python/tempita: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/tempita/tempita-0.5.3-r2.ebuild b/dev-python/tempita/tempita-0.5.3-r2.ebuild index 2206113d2e4d..d2f64e47a6ab 100644 --- a/dev-python/tempita/tempita-0.5.3-r2.ebuild +++ b/dev-python/tempita/tempita-0.5.3-r2.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