Skip to content

Commit

Permalink
dev-lang/jsonnet: enable py3.12
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/929401
Signed-off-by: Patrick McLean <[email protected]>
  • Loading branch information
chutz committed Apr 23, 2024
1 parent 06ad386 commit 2f7bd5c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dev-lang/jsonnet/jsonnet-0.20.0.ebuild
Original file line number Diff line number Diff line change
@@ -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:=
Expand Down

0 comments on commit 2f7bd5c

Please sign in to comment.