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

index 12152c6830d7b48aca8aacca5481d3f8c6ac5b76..4a56f65c6b89fd99f3aea18861caf74cec4a1861 100644 (file)
@@ -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
 
index c39a70cee42cd999938318813a5e927386f64d10..2ebbc1fd51bbf1fcecdd557d7029b0cf7a0ced7c 100644 (file)
@@ -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
 
index e62b40d109c1e319f0771c3a0af4a0d8196abeb7..a3f675d0b8139d0e7da70810d4badafc66acba11 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