Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/
Date: Thu, 08 Jul 2021 13:21:11
Message-Id: 1625750414.0889e40a7f6404d200b352be210549903746bd56.leio@gentoo
1 commit: 0889e40a7f6404d200b352be210549903746bd56
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 13:15:17 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 13:20:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0889e40a
7
8 dev-python/pyatspi: Enable py3.10
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-python/pyatspi/pyatspi-2.38.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pyatspi/pyatspi-2.38.1.ebuild b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
17 index 0fcfe8055d4..2adfdd78e14 100644
18 --- a/dev-python/pyatspi/pyatspi-2.38.1.ebuild
19 +++ b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit gnome2 python-r1 virtualx