dev-python/netifaces: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 17:43:25 +0000 (18:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 17:48:57 +0000 (18:48 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/netifaces/netifaces-0.10.6.ebuild
dev-python/netifaces/netifaces-0.10.7.ebuild
dev-python/netifaces/netifaces-0.10.9.ebuild

index 4da2a26d121df67bbd631a48bae48c6a229881d6..90916389a19302bd4047ef8aab184daf64249de1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index e7231ad2fbbb8b771dce2e42f6cbf9b0393e6801..19081884204136ec967899e6c8f8137797c2d0fb 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1
 
index 1272dc4f031f599f0fab4a82c35b98ac7813c324..ef001cdeedf403073d6c79160d56d7fa5cfa23e8 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
 
 inherit distutils-r1