commit: 2f7bd5c6a198ff4dae8ebd3d8c5c97d898f9b9ef Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Tue Apr 23 22:42:31 2024 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 22:43:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7bd5c6
dev-lang/jsonnet: enable py3.12 Closes: https://bugs.gentoo.org/929401 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> 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 8e5c294e6207..ddfb40c0dfd7 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:=