dev-python/kombu: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:03:56 +0000 (16:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:34:14 +0000 (16:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/kombu/kombu-4.1.0-r1.ebuild
dev-python/kombu/kombu-4.2.1.ebuild
dev-python/kombu/kombu-4.4.0.ebuild
dev-python/kombu/kombu-4.6.3.ebuild

index 0ec84117cd48ad92062c01a019b1e158aa265eb3..a02d958b2eca3e977c9b96dfdd4b9d4d04722b6b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 693a1e87d4f2c145e4b695edd72257fdc9f78f0a..b5a2d6393803e0c116ee7bc157875f6ea68c7b19 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 387f273a303e006e1e65735f2281c82032555bd4..335e162cbf2890ec5268c0072e2ad784c568a4e1 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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index bd142f3dbdf00cabb5260749438bf52947074884..aee6727a62c5af7cb7cdddff3aae785276987eda 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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1