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.xml12
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/httpx-aiohttp/Manifest b/dev-python/httpx-aiohttp/Manifest
deleted file mode 100644
index 18f409fb3669..000000000000
--- a/dev-python/httpx-aiohttp/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 05d54fbccc5c..000000000000
--- a/dev-python/httpx-aiohttp/httpx-aiohttp-0.1.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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_{13..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
deleted file mode 100644
index 004eb473a535..000000000000
--- a/dev-python/httpx-aiohttp/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>falbrechtskirchinger@gmail.com</email>
- <name>Florian Albrechtskirchinger</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">httpx-aiohttp</remote-id>
- <remote-id type="github">karpetrosyan/httpx-aiohttp</remote-id>
- </upstream>
-</pkgmetadata>