From: Michał Górny Date: Wed, 5 Feb 2020 16:36:43 +0000 (+0100) Subject: dev-python/munch: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e57801ca7ff65036fdd98331fc9f0541440e1572;p=gentoo.git dev-python/munch: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/munch/munch-2.1.1.ebuild b/dev-python/munch/munch-2.1.1.ebuild index 18dd1e8c2731..8325d70a55fc 100644 --- a/dev-python/munch/munch-2.1.1.ebuild +++ b/dev-python/munch/munch-2.1.1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/munch/munch-2.2.0.ebuild b/dev-python/munch/munch-2.2.0.ebuild index 66d6986c4551..0a4d192cdd87 100644 --- a/dev-python/munch/munch-2.2.0.ebuild +++ b/dev-python/munch/munch-2.2.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/munch/munch-2.3.2.ebuild b/dev-python/munch/munch-2.3.2.ebuild index dd72180cda06..f3b03120e566 100644 --- a/dev-python/munch/munch-2.3.2.ebuild +++ b/dev-python/munch/munch-2.3.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/munch/munch-2.5.0.ebuild b/dev-python/munch/munch-2.5.0.ebuild index 76667adf2c56..ce4b3ed6928d 100644 --- a/dev-python/munch/munch-2.5.0.ebuild +++ b/dev-python/munch/munch-2.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1