From: David Seifert Date: Sat, 28 Dec 2019 16:13:22 +0000 (+0100) Subject: dev-python/MechanicalSoup: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dc33d9952af160f4e3d55627b0d1addfc38cd5dd;p=gentoo.git dev-python/MechanicalSoup: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/MechanicalSoup/MechanicalSoup-0.10.0.ebuild b/dev-python/MechanicalSoup/MechanicalSoup-0.10.0.ebuild index a895ccf4d91c..2c87e5a0f050 100644 --- a/dev-python/MechanicalSoup/MechanicalSoup-0.10.0.ebuild +++ b/dev-python/MechanicalSoup/MechanicalSoup-0.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild b/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild index 28d9ffa01f02..ca363ad08491 100644 --- a/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild +++ b/dev-python/MechanicalSoup/MechanicalSoup-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 if [[ ${PV} = *9999* ]]; then