dev-python/omegaconf - 2.4.0 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-python/omegaconf-2.4.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/omegaconf-2.4.0

Or alternatively:

emerge --autounmask-write -a =dev-python/omegaconf-2.4.0

Package Information

Description:
Flexible Python configuration system. The last one you will ever need
Homepage:
https://github.com/omry/omegaconf
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2.4.0 8 ~amd64 0
View Raw Ebuild
# 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..14} )

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

Inherited Eclasses

Dependencies

DEPEND

	dev-python/pyyaml[]
	dev-python/antlr4-python3-runtime[]

BDEPEND

	virtual/jre

Manifest for 2.4.0

Type File Size Source URLs
DIST omegaconf-2.4.0.tar.gz 3488790 bytes https://github.com/omry/omegaconf/archive/refs/tags/v2.4.0dev4.tar.gz