summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:37:33 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:54 +0100
commit3042bc1c2dd994b4f12b9899323a65a1277ee58b (patch)
tree458ab7ce20114c54d373aa103865296052aeda50 /dev-python
parentdev-python/pyroute2: Remove Python 2 support (diff)
downloadgentoo-3042bc1c2dd994b4f12b9899323a65a1277ee58b.tar.gz
gentoo-3042bc1c2dd994b4f12b9899323a65a1277ee58b.tar.bz2
gentoo-3042bc1c2dd994b4f12b9899323a65a1277ee58b.zip
dev-python/pysaml2: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pysaml2/pysaml2-4.6.3-r1.ebuild2
-rw-r--r--dev-python/pysaml2/pysaml2-4.6.3.ebuild2
-rw-r--r--dev-python/pysaml2/pysaml2-4.6.5.ebuild2
3 files changed, 3 insertions, 3 deletions
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