Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/
Date: Fri, 16 Apr 2021 09:55:11
Message-Id: 1618566898.f32470393e6b12276d1aae4e2d7fc69e7d753b44.juippis@gentoo
1 commit: f32470393e6b12276d1aae4e2d7fc69e7d753b44
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Apr 13 10:46:22 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 09:54:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3247039
7
8 dev-python/spyder: add py3.9
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-python/spyder/spyder-4.2.5.ebuild | 2 +-
15 dev-python/spyder/spyder-5.0.0.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/spyder/spyder-4.2.5.ebuild b/dev-python/spyder/spyder-4.2.5.ebuild
19 index 7bf44b9e866..cc39e8e83c5 100644
20 --- a/dev-python/spyder/spyder-4.2.5.ebuild
21 +++ b/dev-python/spyder/spyder-4.2.5.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +PYTHON_COMPAT=( python3_{7,8,9} )
28 # The warning that this is wrong is a false positive
29 # Spyder has setuptools in install_requires
30 DISTUTILS_USE_SETUPTOOLS=rdepend
31
32 diff --git a/dev-python/spyder/spyder-5.0.0.ebuild b/dev-python/spyder/spyder-5.0.0.ebuild
33 index 94f9e2dc31c..f524585bd2e 100644
34 --- a/dev-python/spyder/spyder-5.0.0.ebuild
35 +++ b/dev-python/spyder/spyder-5.0.0.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI=7
39
40 -PYTHON_COMPAT=( python3_{7,8} )
41 +PYTHON_COMPAT=( python3_{7,8,9} )
42 # The warning that this is wrong is a false positive
43 # Spyder has setuptools in install_requires
44 DISTUTILS_USE_SETUPTOOLS=rdepend