summaryrefslogtreecommitdiff
path: root/dev-python/httpx-aiohttp
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/httpx-aiohttp')
-rw-r--r--dev-python/httpx-aiohttp/Manifest2
-rw-r--r--dev-python/httpx-aiohttp/httpx-aiohttp-0.1.12.ebuild37
-rw-r--r--dev-python/httpx-aiohttp/metadata.xml10
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-python/httpx-aiohttp/Manifest b/dev-python/httpx-aiohttp/Manifest
new file mode 100644
index 000000000000..18f409fb3669
--- /dev/null
+++ b/dev-python/httpx-aiohttp/Manifest
@@ -0,0 +1,2 @@
+DIST httpx_aiohttp-0.1.12.tar.gz 275945 BLAKE2B e863b249e794e42af1b08172bc99a4df5f528370e7a4410d7e444db1877c0ad138e66e09b8c5d9b742c039e80cce99cd6e5a673fce6fe3c0fae9223380e5b163 SHA512 312892e45390e2a3cdc52454406ae607aa8aa28ba93d8bdabc94259390d644193800c60bde0a19828b2b0c65689a9ffe1733750d3a1c1ec0f73f6d1a60637c14
+DIST httpx_aiohttp-0.1.12.tar.gz.provenance 9445 BLAKE2B cb844a825e21370ade9adfb1a3b41c853a1cba188d7febd93e8abeb88b2ad6588a1f7836b2c7b764d2d829839fff609bfc2874f4653d3ca5901f12cc81e4f4c6 SHA512 5f261dde7883cbfdb491a4137bacbb442337faab37b0772fd32d8bac73e28e519679ad04a6faf3dd1681277470f94ea605336af05f0de6adfdd6f9a44e04b8ed
diff --git a/dev-python/httpx-aiohttp/httpx-aiohttp-0.1.12.ebuild b/dev-python/httpx-aiohttp/httpx-aiohttp-0.1.12.ebuild
new file mode 100644
index 000000000000..ce5653421bb2
--- /dev/null
+++ b/dev-python/httpx-aiohttp/httpx-aiohttp-0.1.12.ebuild
@@ -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_{10..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
diff --git a/dev-python/httpx-aiohttp/metadata.xml b/dev-python/httpx-aiohttp/metadata.xml
new file mode 100644
index 000000000000..a2cf3f904da1
--- /dev/null
+++ b/dev-python/httpx-aiohttp/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>falbrechtskirchinger@gmail.com</email>
+ <name>Florian Albrechtskirchinger</name>
+ </maintainer>
+
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file