From: Michał Górny Date: Mon, 3 Feb 2020 20:31:58 +0000 (+0100) Subject: dev-python/pyswisseph: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=46d75da9e927ea8b0592ee7542bd290563941dee;p=gentoo.git dev-python/pyswisseph: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild index 93becb1fbfeb..a72e8ebba1d7 100644 --- a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild +++ b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1