# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12,13} )

inherit distutils-r1

DESCRIPTION=" Flexible Python configuration system. The last one you will ever need"
HOMEPAGE="https://github.com/omry/omegaconf"
SRC_URI="https://github.com/omry/omegaconf/archive/refs/tags/v2.4.0dev4.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="
	virtual/jre
"

DEPEND="
	dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/antlr4-python3-runtime[${PYTHON_USEDEP}]
"

S=${WORKDIR}/omegaconf-2.4.0dev4