commit:     b51b6087d2b8b8901db6dcec00a2a6754fc956cb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 15:03:56 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 15:34:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51b6087

dev-python/kombu: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/kombu/kombu-4.1.0-r1.ebuild | 2 +-
 dev-python/kombu/kombu-4.2.1.ebuild    | 2 +-
 dev-python/kombu/kombu-4.4.0.ebuild    | 2 +-
 dev-python/kombu/kombu-4.6.3.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/kombu/kombu-4.1.0-r1.ebuild 
b/dev-python/kombu/kombu-4.1.0-r1.ebuild
index 0ec84117cd4..a02d958b2ec 100644
--- a/dev-python/kombu/kombu-4.1.0-r1.ebuild
+++ b/dev-python/kombu/kombu-4.1.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/kombu/kombu-4.2.1.ebuild 
b/dev-python/kombu/kombu-4.2.1.ebuild
index 693a1e87d4f..b5a2d639380 100644
--- a/dev-python/kombu/kombu-4.2.1.ebuild
+++ b/dev-python/kombu/kombu-4.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/kombu/kombu-4.4.0.ebuild 
b/dev-python/kombu/kombu-4.4.0.ebuild
index 387f273a303..335e162cbf2 100644
--- a/dev-python/kombu/kombu-4.4.0.ebuild
+++ b/dev-python/kombu/kombu-4.4.0.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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/kombu/kombu-4.6.3.ebuild 
b/dev-python/kombu/kombu-4.6.3.ebuild
index bd142f3dbdf..aee6727a62c 100644
--- a/dev-python/kombu/kombu-4.6.3.ebuild
+++ b/dev-python/kombu/kombu-4.6.3.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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

Reply via email to