commit: 409a4eb54f9e7fd1e966deacef627a433c535ecb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 17:35:39 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 17:48:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409a4eb5
dev-python/msgpack: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/msgpack/msgpack-0.4.8.ebuild | 2 +-
dev-python/msgpack/msgpack-0.5.1.ebuild | 2 +-
dev-python/msgpack/msgpack-0.5.6.ebuild | 2 +-
dev-python/msgpack/msgpack-0.6.1.ebuild | 2 +-
dev-python/msgpack/msgpack-0.6.2.ebuild | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/msgpack/msgpack-0.4.8.ebuild
b/dev-python/msgpack/msgpack-0.4.8.ebuild
index 8196ea8f9bf..3c1a96612ca 100644
--- a/dev-python/msgpack/msgpack-0.4.8.ebuild
+++ b/dev-python/msgpack/msgpack-0.4.8.ebuild
@@ -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
diff --git a/dev-python/msgpack/msgpack-0.5.1.ebuild
b/dev-python/msgpack/msgpack-0.5.1.ebuild
index c0ab4e45185..134f67eb735 100644
--- a/dev-python/msgpack/msgpack-0.5.1.ebuild
+++ b/dev-python/msgpack/msgpack-0.5.1.ebuild
@@ -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
diff --git a/dev-python/msgpack/msgpack-0.5.6.ebuild
b/dev-python/msgpack/msgpack-0.5.6.ebuild
index 7ed163fcb2a..50d4c328346 100644
--- a/dev-python/msgpack/msgpack-0.5.6.ebuild
+++ b/dev-python/msgpack/msgpack-0.5.6.ebuild
@@ -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
diff --git a/dev-python/msgpack/msgpack-0.6.1.ebuild
b/dev-python/msgpack/msgpack-0.6.1.ebuild
index c09696d86a8..443083566d5 100644
--- a/dev-python/msgpack/msgpack-0.6.1.ebuild
+++ b/dev-python/msgpack/msgpack-0.6.1.ebuild
@@ -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
diff --git a/dev-python/msgpack/msgpack-0.6.2.ebuild
b/dev-python/msgpack/msgpack-0.6.2.ebuild
index b441a3f24b1..1f23c3ade2f 100644
--- a/dev-python/msgpack/msgpack-0.6.2.ebuild
+++ b/dev-python/msgpack/msgpack-0.6.2.ebuild
@@ -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