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/pygobject/
Date: Mon, 27 Feb 2023 16:19:36
Message-Id: 1677514769.c5262095fd42012e272afe568e2fa6fdda61acd7.mgorny@gentoo
1 commit: c5262095fd42012e272afe568e2fa6fdda61acd7
2 Author: Jérôme Carretero <cJ-gentoo <AT> zougloub <DOT> eu>
3 AuthorDate: Fri Feb 17 22:15:13 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 16:19:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5262095
7
8 dev-python/pygobject: add pypy3 to PYTHON_COMPAT
9
10 Update atk dependency for package.deprecated.
11
12 Signed-off-by: Jérôme Carretero <cJ-gentoo <AT> zougloub.eu>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/pygobject/pygobject-3.42.2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pygobject/pygobject-3.42.2.ebuild b/dev-python/pygobject/pygobject-3.42.2.ebuild
19 index 5a7978ffe59f..fbabfa8de064 100644
20 --- a/dev-python/pygobject/pygobject-3.42.2.ebuild
21 +++ b/dev-python/pygobject/pygobject-3.42.2.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=8
24
25 DISTUTILS_USE_PEP517=no
26 -PYTHON_COMPAT=( python3_{9..11} )
27 +PYTHON_COMPAT=( python3_{9..11} pypy3 )
28
29 inherit gnome.org meson virtualx xdg distutils-r1
30
31 @@ -29,7 +29,7 @@ RDEPEND="
32 DEPEND="
33 ${RDEPEND}
34 test? (
35 - dev-libs/atk[introspection]
36 + >=app-accessibility/at-spi2-core-2.46.0[introspection]
37 dev-python/pytest[${PYTHON_USEDEP}]
38 x11-libs/gdk-pixbuf:2[introspection,jpeg]
39 x11-libs/gtk+:3[introspection]