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-terminal/
Date: Fri, 16 Apr 2021 09:55:12
Message-Id: 1618566899.537fec3f81d9c154a94f698dd575b5f81d44baec.juippis@gentoo
1 commit: 537fec3f81d9c154a94f698dd575b5f81d44baec
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Apr 13 10:57:34 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 09:54:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537fec3f
7
8 dev-python/spyder-terminal: 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-terminal/spyder-terminal-0.5.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/spyder-terminal/spyder-terminal-0.5.0.ebuild b/dev-python/spyder-terminal/spyder-terminal-0.5.0.ebuild
18 index 2769afc4437..60fa73fad68 100644
19 --- a/dev-python/spyder-terminal/spyder-terminal-0.5.0.ebuild
20 +++ b/dev-python/spyder-terminal/spyder-terminal-0.5.0.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{7,8} )
29 +PYTHON_COMPAT=( python3_{7,8,9} )
30
31 inherit distutils-r1