From 26f25a93d2125c7199090003476ea727a128230d Mon Sep 17 00:00:00 2001 From: Ivan Lloro Date: Thu, 14 Nov 2024 12:21:57 +0100 Subject: [PATCH] dev-python/jpype: Added missing dependency. Enabled Python 3.13. Signed-off-by: Ivan Lloro --- .../jpype/{jpype-1.5.0.ebuild => jpype-1.5.0-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename dev-python/jpype/{jpype-1.5.0.ebuild => jpype-1.5.0-r1.ebuild} (87%) diff --git a/dev-python/jpype/jpype-1.5.0.ebuild b/dev-python/jpype/jpype-1.5.0-r1.ebuild similarity index 87% rename from dev-python/jpype/jpype-1.5.0.ebuild rename to dev-python/jpype/jpype-1.5.0-r1.ebuild index 2f6768ca81..6a12d7c394 100644 --- a/dev-python/jpype/jpype-1.5.0.ebuild +++ b/dev-python/jpype/jpype-1.5.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 @@ -17,7 +17,10 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -RDEPEND="virtual/jdk" +RDEPEND=" + dev-python/gpep517 + virtual/jdk +" src_prepare() { sed -i "s/'-g0', //g;s/, '-O2'//g" "${S}"/setupext/platform.py || die