commit: 26f25a93d2125c7199090003476ea727a128230d
Author: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Thu Nov 14 11:21:57 2024 +0000
Commit: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
CommitDate: Thu Nov 14 11:22:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26f25a93
dev-python/jpype: Added missing dependency. Enabled Python 3.13.
Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>
dev-python/jpype/{jpype-1.5.0.ebuild => jpype-1.5.0-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
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 2f6768ca8..6a12d7c39 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