summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:36:43 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:52:50 +0100
commite57801ca7ff65036fdd98331fc9f0541440e1572 (patch)
tree34abd50d7e391f62f0e0403e2fa49acc8dc46a02
parentdev-python/multipledispatch: Remove py2 (diff)
downloadgentoo-e57801ca7ff65036fdd98331fc9f0541440e1572.tar.gz
gentoo-e57801ca7ff65036fdd98331fc9f0541440e1572.tar.bz2
gentoo-e57801ca7ff65036fdd98331fc9f0541440e1572.zip
dev-python/munch: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/munch/munch-2.1.1.ebuild2
-rw-r--r--dev-python/munch/munch-2.2.0.ebuild2
-rw-r--r--dev-python/munch/munch-2.3.2.ebuild2
-rw-r--r--dev-python/munch/munch-2.5.0.ebuild2
4 files changed, 4 insertions, 4 deletions
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