summaryrefslogtreecommitdiff
path: root/dev-lang/jsonnet/jsonnet-0.21.0.ebuild
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-07-04 15:10:16 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2025-07-04 15:10:16 +0300
commit3b264c6ed2be5f6da4031a0a68e1f593f90de247 (patch)
tree6ce68ce9abb4aa9ac159e3075e5f167111a82dd7 /dev-lang/jsonnet/jsonnet-0.21.0.ebuild
parent4abfffbd9ebc740ddc2a5d74d77a890cf16b6f88 (diff)
downloadgentoo-3b264c6ed2be5f6da4031a0a68e1f593f90de247.tar.gz
gentoo-3b264c6ed2be5f6da4031a0a68e1f593f90de247.tar.bz2
gentoo-3b264c6ed2be5f6da4031a0a68e1f593f90de247.zip
dev-lang/jsonnet: enable py3.14, python3.14t
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/jsonnet/jsonnet-0.21.0.ebuild')
-rw-r--r--dev-lang/jsonnet/jsonnet-0.21.0.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-lang/jsonnet/jsonnet-0.21.0.ebuild b/dev-lang/jsonnet/jsonnet-0.21.0.ebuild
index 95cbd4889da8..6f11d2fbdee8 100644
--- a/dev-lang/jsonnet/jsonnet-0.21.0.ebuild
+++ b/dev-lang/jsonnet/jsonnet-0.21.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} python3_13t )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t )
inherit cmake toolchain-funcs flag-o-matic distutils-r1
@@ -18,17 +18,17 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86"
IUSE="custom-optimization doc examples python test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
dev-cpp/nlohmann_json:=
python? ( ${PYTHON_DEPS} )
"
-
DEPEND="
${RDEPEND}
test? ( dev-cpp/gtest )
"
-
BDEPEND="
python? (
${PYTHON_DEPS}
@@ -36,9 +36,6 @@ BDEPEND="
>=dev-python/setuptools-72.2[${PYTHON_USEDEP}]
)
"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
PATCHES=(
"${FILESDIR}/jsonnet-0.16.0-libdir.patch"