dev-python/httpx-aiohttp - 0.1.12 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/httpx-aiohttp-0.1.12

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/httpx-aiohttp-0.1.12

Or alternatively:

emerge --autounmask-write -a =dev-python/httpx-aiohttp-0.1.12

Package Information

Description:
Aiohttp transport for HTTPX
Homepage:
https://github.com/karpetrosyan/httpx-aiohttp https://pypi.org/project/httpx-aiohttp/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.1.12 8 ~amd64 ~arm64 0
View Raw Ebuild
# 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

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/aiohttp-3.10.0[]
	>=dev-python/httpx-0.27.0[]

BDEPEND

	dev-python/hatch-fancy-pypi-readme[]