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-memory-profiler/
Date: Fri, 16 Apr 2021 09:55:10
Message-Id: 1618566898.7528190c71c83759c59cf25b4afcb8d62bf75a6b.juippis@gentoo
1 commit: 7528190c71c83759c59cf25b4afcb8d62bf75a6b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Apr 13 10:55:16 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=7528190c
7
8 dev-python/spyder-memory-profiler: 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-memory-profiler/spyder-memory-profiler-0.2.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.ebuild b/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.ebuild
18 index 44303fc8b16..aae25b37188 100644
19 --- a/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.ebuild
20 +++ b/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.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 virtualx