diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-14 13:29:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-14 13:29:08 +0100 |
commit | b73600a227282c980f229233f5ec8ee45320f837 (patch) | |
tree | 27815162c7c4840d936fd22e50847dec042abaab /dev-python/pytest-httpx | |
parent | dev-python/pytest-django: Remove old (diff) | |
download | gentoo-b73600a227282c980f229233f5ec8ee45320f837.tar.gz gentoo-b73600a227282c980f229233f5ec8ee45320f837.tar.bz2 gentoo-b73600a227282c980f229233f5ec8ee45320f837.zip |
dev-python/pytest-httpx: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-httpx')
-rw-r--r-- | dev-python/pytest-httpx/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-httpx/pytest-httpx-0.28.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest index 080c45b91fff..0c4447db80e5 100644 --- a/dev-python/pytest-httpx/Manifest +++ b/dev-python/pytest-httpx/Manifest @@ -1,2 +1 @@ -DIST pytest_httpx-0.28.0.tar.gz 34065 BLAKE2B 13b52ba38a6e98f0d9aa10109b2d476feedfef516492b4cbe3f2cc91d1b1809934409e0e696021e1b2d5e3668cf3493834f44cb11940bac73f64949a73401308 SHA512 5dae77c04e1d801ba63a487d91e2d80a94e0626673749453ce0d273bbe876967d73789dc7811f1e96ad7366de2a00a5cee1a512398693b41e7cbc2424cb0c44f DIST pytest_httpx-0.29.0.tar.gz 34103 BLAKE2B b8ee299ce17861732050f0059905193ee964ca375734584356b26a179979f2f967b69d134b8fc9c0fd4ae75172c404dc8e9ec27bb50e6bed58f8e7e76a4aa9e6 SHA512 ada6f5f419de3fbe835a5ce9fba9e5d368cbb01d1826d61cd4bb5a7f2941030d40afa17e582eca20743a546bf98699ecc2d8a0c640efa69b390dc32f2349bb13 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.28.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.28.0.ebuild deleted file mode 100644 index 8e76ea54f017..000000000000 --- a/dev-python/pytest-httpx/pytest-httpx-0.28.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Send responses to HTTPX using pytest" -HOMEPAGE=" - https://colin-b.github.io/pytest_httpx/ - https://github.com/Colin-b/pytest_httpx/ - https://pypi.org/project/pytest-httpx/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -RDEPEND=" - =dev-python/httpx-0.26*[${PYTHON_USEDEP}] - <dev-python/pytest-8[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |