From 2f7bd5c6a198ff4dae8ebd3d8c5c97d898f9b9ef Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Tue, 23 Apr 2024 15:42:31 -0700 Subject: [PATCH] dev-lang/jsonnet: enable py3.12 Closes: https://bugs.gentoo.org/929401 Signed-off-by: Patrick McLean --- dev-lang/jsonnet/jsonnet-0.20.0.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-lang/jsonnet/jsonnet-0.20.0.ebuild b/dev-lang/jsonnet/jsonnet-0.20.0.ebuild index 8e5c294e62079..ddfb40c0dfd75 100644 --- a/dev-lang/jsonnet/jsonnet-0.20.0.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.20.0.ebuild @@ -1,22 +1,24 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +DISTUTILS_EXT=1 +PYTHON_COMPAT=( pypy3 python3_{9..12} ) inherit cmake toolchain-funcs flag-o-matic distutils-r1 DESCRIPTION="A data templating language for app and tool developers" HOMEPAGE="https://jsonnet.org/" SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz" -IUSE="custom-optimization doc examples python test" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="custom-optimization doc examples python test" + RDEPEND=" dev-cpp/rapidyaml:= dev-cpp/nlohmann_json:=