dev-python/msgpack: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 17:35:39 +0000 (18:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 17:48:54 +0000 (18:48 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/msgpack/msgpack-0.4.8.ebuild
dev-python/msgpack/msgpack-0.5.1.ebuild
dev-python/msgpack/msgpack-0.5.6.ebuild
dev-python/msgpack/msgpack-0.6.1.ebuild
dev-python/msgpack/msgpack-0.6.2.ebuild

index 8196ea8f9bf4d764a18cd7e93caa1e2b7d4edffc..3c1a96612ca0ea1cafeacb12569416535ae39edc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index c0ab4e45185739569a555ee7a0c7ca200d1f37c3..134f67eb73590e9c92432c7244f8355b8645da82 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 7ed163fcb2ae79bcf67cec52ab63d650cae67ff5..50d4c32834668e0ffc4c906a2fd3948c28ee8f21 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index c09696d86a8e8110953ecac5208502be95583462..443083566d5fd90d2132632d07f4a6cc11a0e2f0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index b441a3f24b1f5ab23a33fc8f393f75504e8b0fc1..1f23c3ade2f4fa9208b73937f31e14ddaddb30eb 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1