dev-python/httpx-aiohttp: new package, add 0.1.12

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Florian Albrechtskirchinger
2026-03-27 15:32:49 +01:00
parent a17172009d
commit f289fd9b30
3 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
# 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/karpetrosyan/httpx-aiohttp
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Aiohttp transport for HTTPX"
HOMEPAGE="
https://github.com/karpetrosyan/httpx-aiohttp
https://pypi.org/project/httpx-aiohttp/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
ROPERTIES="test_network"
RESTRICT="test"
RDEPEND="
>=dev-python/aiohttp-3.10.0[${PYTHON_USEDEP}]
>=dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( anyio pytest-asyncio trio )
EPYTEST_IGNORE=(
scripts/httpx_test.py
)
distutils_enable_tests pytest