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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1EBB158042 for ; Thu, 14 Nov 2024 16:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 532F9E0871; Thu, 14 Nov 2024 16:17:37 +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 39D8DE0871 for ; Thu, 14 Nov 2024 16:17:37 +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 57F3F343027 for ; Thu, 14 Nov 2024 16:17:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C300F1F42 for ; Thu, 14 Nov 2024 16:17:33 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1731583631.344cc7844ffc4b791696ea1d2da6f127df41ef1b.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 344cc7844ffc4b791696ea1d2da6f127df41ef1b X-VCS-Branch: master Date: Thu, 14 Nov 2024 16:17:33 +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: 4b277a8f-b7cb-4714-bd70-0b36dc06ba16 X-Archives-Hash: f6aea54990c478fdc121195753d07df5 commit: 344cc7844ffc4b791696ea1d2da6f127df41ef1b Author: Ivan Lloro gmail com> AuthorDate: Thu Nov 14 11:27:11 2024 +0000 Commit: David Roman 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 "