diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-24 03:04:33 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-24 03:04:33 -0500 |
| commit | 719f5679cb7b1141529b574349239e0640bae1ca (patch) | |
| tree | 50e50c55d988644908338c57bfe99cf9b7e00a01 /dev-python/aioresponses | |
| parent | 262287a0872daa2bb1ff43d4b8484c17babc2f51 (diff) | |
| download | baldeagleos-repo-719f5679cb7b1141529b574349239e0640bae1ca.tar.gz baldeagleos-repo-719f5679cb7b1141529b574349239e0640bae1ca.tar.xz baldeagleos-repo-719f5679cb7b1141529b574349239e0640bae1ca.zip | |
Adding metadata
Diffstat (limited to 'dev-python/aioresponses')
| -rw-r--r-- | dev-python/aioresponses/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/aioresponses/aioresponses-0.7.9.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/aioresponses/Manifest b/dev-python/aioresponses/Manifest index 5b405d3b4b8c..fdbc5f218a9d 100644 --- a/dev-python/aioresponses/Manifest +++ b/dev-python/aioresponses/Manifest @@ -1 +1,2 @@ DIST aioresponses-0.7.8.tar.gz 40253 BLAKE2B 470a71e1b9e315cdce32bb35daf3c111f439dc7096a5d991b7da479c4514331debe903b8d0cd1a9503b2c264ed7bf2901399139719e631adcf2f8aa359b9d4e2 SHA512 a7368e9f344d2790df9c10c9a5e2b9124f56b12413a0b52b91dced9513338b22f75887f94fc9c0b4e2709d7ed37f2c0978ba2652745546387b5317d188190390 +DIST aioresponses-0.7.9.tar.gz 34072 BLAKE2B e843eb624030443d2706494537540300912ba56c923772d7f27dd78c7b9a031ef41406be84f56dff551877218a08c4678d39ec74def75ca732ca3cd90a4237a0 SHA512 c4413b858d942bc2cfe68d1097caf4a84d419a5ed9be0b9fbe4f93cac636447ebfc9588c3ee7c5683d87b092a632d132df82939c9bb724ccfeb7e9f65e4b44fa diff --git a/dev-python/aioresponses/aioresponses-0.7.9.ebuild b/dev-python/aioresponses/aioresponses-0.7.9.ebuild new file mode 100644 index 000000000000..917131463e4c --- /dev/null +++ b/dev-python/aioresponses/aioresponses-0.7.9.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Helper to mock/fake web requests in Python's aiohttp package" +HOMEPAGE=" + https://github.com/pnuckowski/aioresponses/ + https://pypi.org/project/aioresponses/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-python/aiohttp-3.8[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/pbr[${PYTHON_USEDEP}] + test? ( + dev-python/ddt[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=( pytest-asyncio ) +distutils_enable_tests pytest + +PATCHES=( + # https://github.com/pnuckowski/aioresponses/pull/292 + "${FILESDIR}/${PN}-0.7.8-aiohttp-3.14.patch" +) + +EPYTEST_DESELECT=( + # These tests require Internet access + tests/test_aioresponses.py::AIOResponsesTestCase::test_address_as_instance_of_url_combined_with_pass_through + tests/test_aioresponses.py::AIOResponsesTestCase::test_pass_through_with_origin_params + tests/test_aioresponses.py::AIOResponseRedirectTest::test_pass_through_unmatched_requests +) |
