Files
guru/dev-python/httpx-aiohttp/httpx-aiohttp-0.1.12.ebuild
Florian Albrechtskirchinger f289fd9b30 dev-python/httpx-aiohttp: new package, add 0.1.12
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
2026-03-27 16:01:51 +01:00

38 lines
789 B
Bash

# 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