commit:     f32470393e6b12276d1aae4e2d7fc69e7d753b44
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 10:46:22 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 09:54:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3247039

dev-python/spyder: add py3.9

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/spyder/spyder-4.2.5.ebuild | 2 +-
 dev-python/spyder/spyder-5.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder/spyder-4.2.5.ebuild 
b/dev-python/spyder/spyder-4.2.5.ebuild
index 7bf44b9e866..cc39e8e83c5 100644
--- a/dev-python/spyder/spyder-4.2.5.ebuild
+++ b/dev-python/spyder/spyder-4.2.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 # The warning that this is wrong is a false positive
 # Spyder has setuptools in install_requires
 DISTUTILS_USE_SETUPTOOLS=rdepend

diff --git a/dev-python/spyder/spyder-5.0.0.ebuild 
b/dev-python/spyder/spyder-5.0.0.ebuild
index 94f9e2dc31c..f524585bd2e 100644
--- a/dev-python/spyder/spyder-5.0.0.ebuild
+++ b/dev-python/spyder/spyder-5.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 # The warning that this is wrong is a false positive
 # Spyder has setuptools in install_requires
 DISTUTILS_USE_SETUPTOOLS=rdepend

Reply via email to