diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-02 11:18:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-04 18:12:56 +0100 |
commit | 3613dcb11fe5f8ed7d58f2df2fabb7609679e1b6 (patch) | |
tree | acb723d9f64cb48757f132f3152a8d79d33a09ef /dev-python/spyder | |
parent | dev-python/rpy: Remove py2 (diff) | |
download | gentoo-3613dcb11fe5f8ed7d58f2df2fabb7609679e1b6.tar.gz gentoo-3613dcb11fe5f8ed7d58f2df2fabb7609679e1b6.tar.bz2 gentoo-3613dcb11fe5f8ed7d58f2df2fabb7609679e1b6.zip |
dev-python/spyder: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/spyder')
-rw-r--r-- | dev-python/spyder/spyder-3.2.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/spyder/spyder-3.2.8.ebuild | 2 | ||||
-rw-r--r-- | dev-python/spyder/spyder-3.3.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/spyder/spyder-3.3.1.ebuild | 2 | ||||
-rw-r--r-- | 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} |