From: Michał Górny Date: Sun, 12 Jan 2020 10:37:33 +0000 (+0100) Subject: dev-python/pysaml2: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3042bc1c2dd994b4f12b9899323a65a1277ee58b;p=gentoo.git dev-python/pysaml2: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild b/dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild index 12152c6830d7..4a56f65c6b89 100644 --- a/dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild +++ b/dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild @@ -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 diff --git a/dev-python/pysaml2/pysaml2-4.6.3.ebuild b/dev-python/pysaml2/pysaml2-4.6.3.ebuild index c39a70cee42c..2ebbc1fd51bb 100644 --- a/dev-python/pysaml2/pysaml2-4.6.3.ebuild +++ b/dev-python/pysaml2/pysaml2-4.6.3.ebuild @@ -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 diff --git a/dev-python/pysaml2/pysaml2-4.6.5.ebuild b/dev-python/pysaml2/pysaml2-4.6.5.ebuild index e62b40d109c1..a3f675d0b813 100644 --- a/dev-python/pysaml2/pysaml2-4.6.5.ebuild +++ b/dev-python/pysaml2/pysaml2-4.6.5.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