# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{11..14} ) export URLLIB3_NO_OVERRIDE=1 inherit distutils-r1 pypi DESCRIPTION="HTTP 1.1, 2, and 3 client with both sync and async interfaces" HOMEPAGE=" https://github.com/jawah/urllib3.future https://pypi.org/project/urllib3-future/ " LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RDEPEND=">=dev-python/h11-0.11.0[${PYTHON_USEDEP}] =dev-python/jh2-5.0.3[${PYTHON_USEDEP}]