Install this version:
emerge -a =dev-python/pydantic-settings-2.10.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pydantic-settings-2.10.1
Or alternatively:
emerge --autounmask-write -a =dev-python/pydantic-settings-2.10.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.10.1 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="hatchling"
PYTHON_COMPAT=( python3_13 )
inherit distutils-r1
DESCRIPTION=" Settings management using pydantic "
HOMEPAGE="https://github.com/pydantic/pydantic-settings"
SRC_URI="https://github.com/pydantic/pydantic-settings/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
dev-python/pydantic[${PYTHON_USEDEP}]
dev-python/python-dotenv[${PYTHON_USEDEP}]
dev-python/typing-inspection[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
BDEPEND=""
dev-python/pydantic[] dev-python/python-dotenv[] dev-python/typing-inspection[]
dev-python/pydantic[] dev-python/python-dotenv[] dev-python/typing-inspection[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pydantic-settings-2.10.1.tar.gz | 175098 bytes | https://github.com/pydantic/pydantic-settings/archive/refs/tags/2.10.1.tar.gz |