commit: 3613dcb11fe5f8ed7d58f2df2fabb7609679e1b6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 10:18:14 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 17:12:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3613dcb1
dev-python/spyder: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/spyder/spyder-3.2.4.ebuild | 2 +-
dev-python/spyder/spyder-3.2.8.ebuild | 2 +-
dev-python/spyder/spyder-3.3.0.ebuild | 2 +-
dev-python/spyder/spyder-3.3.1.ebuild | 2 +-
dev-python/spyder/spyder-4.0.0_beta1.ebuild | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/spyder/spyder-3.2.4.ebuild
b/dev-python/spyder/spyder-3.2.4.ebuild
index bab2400434b..c5b0a43c0a4 100644
--- a/dev-python/spyder/spyder-3.2.4.ebuild
+++ b/dev-python/spyder/spyder-3.2.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{3_5,3_6} )
inherit eutils distutils-r1
diff --git a/dev-python/spyder/spyder-3.2.8.ebuild
b/dev-python/spyder/spyder-3.2.8.ebuild
index 0f835a2b421..63adb0c3a34 100644
--- a/dev-python/spyder/spyder-3.2.8.ebuild
+++ b/dev-python/spyder/spyder-3.2.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{3_5,3_6} )
inherit eutils distutils-r1 xdg-utils
diff --git a/dev-python/spyder/spyder-3.3.0.ebuild
b/dev-python/spyder/spyder-3.3.0.ebuild
index 6a60b9aa82c..5a6d082fb34 100644
--- a/dev-python/spyder/spyder-3.3.0.ebuild
+++ b/dev-python/spyder/spyder-3.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{3_5,3_6} )
inherit eutils distutils-r1 xdg-utils
diff --git a/dev-python/spyder/spyder-3.3.1.ebuild
b/dev-python/spyder/spyder-3.3.1.ebuild
index 6a60b9aa82c..5a6d082fb34 100644
--- a/dev-python/spyder/spyder-3.3.1.ebuild
+++ b/dev-python/spyder/spyder-3.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{3_5,3_6} )
inherit eutils distutils-r1 xdg-utils
diff --git a/dev-python/spyder/spyder-4.0.0_beta1.ebuild
b/dev-python/spyder/spyder-4.0.0_beta1.ebuild
index 48047980c9a..31503c82555 100644
--- a/dev-python/spyder/spyder-4.0.0_beta1.ebuild
+++ b/dev-python/spyder/spyder-4.0.0_beta1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{3_5,3_6} )
inherit eutils distutils-r1 xdg-utils
MY_P=${P/_beta/b}