# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_14 ) inherit distutils-r1 pypi DESCRIPTION="Kerberos authentication for HTTPX" HOMEPAGE="https://pypi.org/project/httpx-kerberos/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RDEPEND=" >=dev-python/cryptography-42.0.0[${PYTHON_USEDEP}] >=dev-python/pyspnego-0.10.2[${PYTHON_USEDEP}] =dev-python/httpx-0.25.0[${PYTHON_USEDEP}] " BDEPEND=" dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] "