dev-python/pyroute2: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:37:29 +0000 (11:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:52 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyroute2/pyroute2-0.4.12.ebuild
dev-python/pyroute2/pyroute2-0.4.21.ebuild
dev-python/pyroute2/pyroute2-0.5.5-r1.ebuild
dev-python/pyroute2/pyroute2-0.5.5.ebuild

index e307960832b0afb67351545190c2ff3bb02ffeb8..f9693f0ed719389dd77ab2f18e00af2bd29fe907 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index e307960832b0afb67351545190c2ff3bb02ffeb8..f9693f0ed719389dd77ab2f18e00af2bd29fe907 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index b0e25cdd1db14da99e3ee38d8d51f7d3ce5358e5..440e626dfa33545dc33f8d2843c662a79db959e5 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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1
index fed1c7956919edd786b54cbc0031594a1ad1e5f5..4612ac6789f8dfc4ee3dbecf16719dfcb6e83164 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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1