# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 pypi DESCRIPTION="Settings management using pydantic." HOMEPAGE="https://github.com/pydantic/pydantic-settings" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" BDEPEND="dev-python/hatchling[${PYTHON_USEDEP}]" RDEPEND=" dev-python/pydantic[${PYTHON_USEDEP}] dev-python/python-dotenv[${PYTHON_USEDEP}] "