From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1735087-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AB191581EE for <garchives@archives.gentoo.org>; Mon, 07 Apr 2025 14:27:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 80E093430C6 for <garchives@archives.gentoo.org>; Mon, 07 Apr 2025 14:27:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C1E781104C1; Mon, 07 Apr 2025 14:27:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B38AE1104C2 for <gentoo-commits@lists.gentoo.org>; Mon, 07 Apr 2025 14:27:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EAC234306F for <gentoo-commits@lists.gentoo.org>; Mon, 07 Apr 2025 14:27:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 921092816 for <gentoo-commits@lists.gentoo.org>; Mon, 07 Apr 2025 14:27:23 +0000 (UTC) From: "Rui Huang" <vowstar@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" <vowstar@gmail.com> Message-ID: <1744036013.8e8b48cf4c81b58b026f41a19c38ffae13df55e0.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pydispatcher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pydispatcher/pydispatcher-2.0.7.ebuild X-VCS-Directories: dev-python/pydispatcher/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 8e8b48cf4c81b58b026f41a19c38ffae13df55e0 X-VCS-Branch: dev Date: Mon, 07 Apr 2025 14:27:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4af060d0-5ef3-4542-a7a6-3111e7445d79 X-Archives-Hash: 9842b15d4863e4fc044e3baa5a914920 commit: 8e8b48cf4c81b58b026f41a19c38ffae13df55e0 Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Mon Apr 7 12:31:20 2025 +0000 Commit: Rui Huang <vowstar <AT> gmail <DOT> com> CommitDate: Mon Apr 7 14:26:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e8b48cf dev-python/pydispatcher: keyword 2.0.7 for ~arm64, ~x86 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> dev-python/pydispatcher/pydispatcher-2.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild b/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild index 766e60f83..57d509e45 100644 --- a/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild +++ b/dev-python/pydispatcher/pydispatcher-2.0.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools PYPI_PN="PyDispatcher" PYPI_NO_NORMALIZE=1 @@ -14,6 +14,6 @@ HOMEPAGE="https://github.com/mcfletch/pydispatcher" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~x86" distutils_enable_tests unittest