dev-python/pydantic-settings - 2.15.0 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/pydantic-settings-2.15.0

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

autounmask =dev-python/pydantic-settings-2.15.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pydantic-settings-2.15.0

Package Information

Description:
Settings management using Pydantic.
Homepage:
https://github.com/pydantic/pydantic-settings
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.15.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..14} )
DISTUTILS_USE_PEP517=hatchling

PYPI_VERIFY_REPO="https://github.com/pydantic/pydantic-settings"

inherit distutils-r1 pypi

DESCRIPTION="Settings management using Pydantic."
HOMEPAGE="https://github.com/pydantic/pydantic-settings"

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

RDEPEND=">=dev-python/pydantic-2.7.0[${PYTHON_USEDEP}]
	>=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}]
	>=dev-python/typing-inspection-0.4.0[${PYTHON_USEDEP}]"
BDEPEND="test? (
	dev-python/chardet[${PYTHON_USEDEP}]
	dev-python/moto[${PYTHON_USEDEP}]
	dev-python/pytest-examples[${PYTHON_USEDEP}]
	dev-python/pytest-mock[${PYTHON_USEDEP}]
	dev-python/pytest-pretty[${PYTHON_USEDEP}]
)"

EPYTEST_PLUGINS=( pytest-examples pytest-mock pytest-pretty )
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/pydantic-2.7.0[]
	>=dev-python/python-dotenv-0.21.0[]
	>=dev-python/typing-inspection-0.4.0[]

BDEPEND

test? (
	dev-python/chardet[]
	dev-python/moto[]
	dev-python/pytest-examples[]
	dev-python/pytest-mock[]
	dev-python/pytest-pretty[]
)