From 3613dcb11fe5f8ed7d58f2df2fabb7609679e1b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 2 Dec 2019 11:18:14 +0100 Subject: [PATCH] dev-python/spyder: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 bab2400434ba..c5b0a43c0a4f 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 0f835a2b4214..63adb0c3a346 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 6a60b9aa82cf..5a6d082fb34f 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 6a60b9aa82cf..5a6d082fb34f 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 48047980c9aa..31503c82555b 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} -- 2.26.2