Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtconsole/
Date: Thu, 01 Jul 2021 14:45:34
Message-Id: 1625150686.2dd49c5a88e25fed51586ec13105ddfefc7d4a97.mgorny@gentoo
1 commit: 2dd49c5a88e25fed51586ec13105ddfefc7d4a97
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 12:45:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 14:44:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd49c5a
7
8 dev-python/qtconsole: Port to py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/qtconsole/qtconsole-5.1.1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/qtconsole/qtconsole-5.1.1.ebuild b/dev-python/qtconsole/qtconsole-5.1.1.ebuild
16 index e0891449a20..83475660a39 100644
17 --- a/dev-python/qtconsole/qtconsole-5.1.1.ebuild
18 +++ b/dev-python/qtconsole/qtconsole-5.1.1.ebuild
19 @@ -3,9 +3,8 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 PYTHON_REQ_USE="threads(+)"
26 -
27 inherit distutils-r1
28
29 DESCRIPTION="Qt-based console for Jupyter with support for rich media output"