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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F65C158042 for ; Thu, 14 Nov 2024 11:27:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53277E0843; Thu, 14 Nov 2024 11:27:23 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 16815E0843 for ; Thu, 14 Nov 2024 11:27:23 +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 26ABE342F8D for ; Thu, 14 Nov 2024 11:27:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 831061AED for ; Thu, 14 Nov 2024 11:27:20 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1731583631.344cc7844ffc4b791696ea1d2da6f127df41ef1b.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mpxj/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mpxj/mpxj-13.6.0-r1.ebuild dev-python/mpxj/mpxj-13.6.0.ebuild X-VCS-Directories: dev-python/mpxj/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: 344cc7844ffc4b791696ea1d2da6f127df41ef1b X-VCS-Branch: dev Date: Thu, 14 Nov 2024 11:27:20 +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: beb98bc7-5d68-4a48-9b5f-123b205b2437 X-Archives-Hash: 097f8b68a0b6c9d09c8fb674526f4e99 commit: 344cc7844ffc4b791696ea1d2da6f127df41ef1b Author: Ivan Lloro gmail com> AuthorDate: Thu Nov 14 11:27:11 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Thu Nov 14 11:27:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=344cc784 dev-python/mpxj: Added missing dependency. Enabled Python 3.13. Signed-off-by: Ivan Lloro gmail.com> dev-python/mpxj/{mpxj-13.6.0.ebuild => mpxj-13.6.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/mpxj/mpxj-13.6.0.ebuild b/dev-python/mpxj/mpxj-13.6.0-r1.ebuild similarity index 92% rename from dev-python/mpxj/mpxj-13.6.0.ebuild rename to dev-python/mpxj/mpxj-13.6.0-r1.ebuild index 4dc4c1590..aadff2254 100644 --- a/dev-python/mpxj/mpxj-13.6.0.ebuild +++ b/dev-python/mpxj/mpxj-13.6.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi @@ -21,6 +21,7 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" + dev-python/gpep517 >=dev-python/jpype-1.5.0 "