dev-python/munch: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:36:43 +0000 (17:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:52:50 +0000 (17:52 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/munch/munch-2.1.1.ebuild
dev-python/munch/munch-2.2.0.ebuild
dev-python/munch/munch-2.3.2.ebuild
dev-python/munch/munch-2.5.0.ebuild

index 18dd1e8c27310bfb0fef44a531803602b3b75772..8325d70a55fc76ba2db57a312730786bc1033dc8 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 66d6986c45515a6041121db4828ea6494f0c00a7..0a4d192cdd87bdbcd6d3326184b2464578bae44e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index dd72180cda06d2a912e9c8cc91feda66a10729ba..f3b03120e566a0e9115b96ceb7ef87b6a8e6735d 100644 (file)
@@ -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
 
index 76667adf2c56e16d549fdb9baca41041e7be1094..ce4b3ed6928d41076ac6a20ca54d697ce2d3920e 100644 (file)
@@ -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