summaryrefslogtreecommitdiff
path: root/dev-python/pydantic-settings/pydantic-settings-2.14.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pydantic-settings/pydantic-settings-2.14.1.ebuild')
-rw-r--r--dev-python/pydantic-settings/pydantic-settings-2.14.1.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/pydantic-settings/pydantic-settings-2.14.1.ebuild b/dev-python/pydantic-settings/pydantic-settings-2.14.1.ebuild
new file mode 100644
index 000000000000..9bdd7bc86b59
--- /dev/null
+++ b/dev-python/pydantic-settings/pydantic-settings-2.14.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_VERIFY_REPO=https://github.com/pydantic/pydantic-settings
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Settings management using Pydantic"
+HOMEPAGE="
+ https://github.com/pydantic/pydantic-settings/
+ https://pypi.org/project/pydantic-settings/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+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}]
+"
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # TODO; can't repro in venv
+ tests/test_precedence_and_merging.py::test_merging_preserves_earlier_values
+)
+
+EPYTEST_IGNORE=(
+ # require pytest-examples
+ tests/test_docs.py
+)