From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE5321581C1 for ; Fri, 12 Jul 2024 16:10:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15BEEE2A01; Fri, 12 Jul 2024 16:10:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9D05E2A01 for ; Fri, 12 Jul 2024 16:10:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BAB334308D for ; Fri, 12 Jul 2024 16:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FBE81BD7 for ; Fri, 12 Jul 2024 16:10:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1720800617.8ae5d8737e103d4d1578484d399653b8800f9a8b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyatspi/pyatspi-2.46.1.ebuild X-VCS-Directories: dev-python/pyatspi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8ae5d8737e103d4d1578484d399653b8800f9a8b X-VCS-Branch: master Date: Fri, 12 Jul 2024 16:10:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b028c327-5e21-46c4-a04c-ea88f49f6dc9 X-Archives-Hash: 88257872d4d777be36dcb1469a05141d commit: 8ae5d8737e103d4d1578484d399653b8800f9a8b Author: Michał Górny gentoo org> AuthorDate: Fri Jul 12 14:09:21 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 12 16:10:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae5d873 dev-python/pyatspi: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> dev-python/pyatspi/pyatspi-2.46.1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/pyatspi/pyatspi-2.46.1.ebuild b/dev-python/pyatspi/pyatspi-2.46.1.ebuild index dad7060eb6c6..4e7fb163fffa 100644 --- a/dev-python/pyatspi/pyatspi-2.46.1.ebuild +++ b/dev-python/pyatspi/pyatspi-2.46.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome2 python-r1 @@ -24,11 +24,13 @@ DEPEND=" dev-python/dbus-python[${PYTHON_USEDEP}] >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND} +RDEPEND=" + ${DEPEND} >=sys-apps/dbus-1 >=app-accessibility/at-spi2-core-2.34[introspection] " -BDEPEND="virtual/pkgconfig +BDEPEND=" + virtual/pkgconfig test? ( x11-libs/gtk+:3 ) "