summaryrefslogtreecommitdiff
path: root/dev-python/pytest-httpx
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-httpx')
-rw-r--r--dev-python/pytest-httpx/Manifest4
-rw-r--r--dev-python/pytest-httpx/pytest-httpx-0.29.0.ebuild32
-rw-r--r--dev-python/pytest-httpx/pytest-httpx-0.30.0.ebuild2
3 files changed, 2 insertions, 36 deletions
diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest
index bc0ab6ccfdc8..8af08e55402a 100644
--- a/dev-python/pytest-httpx/Manifest
+++ b/dev-python/pytest-httpx/Manifest
@@ -1,5 +1,3 @@
DIST pytest-httpx-0.30.0.tar.gz 36959 BLAKE2B b56f0e51558ffa6eb0c0af61aa3633a8e358f8c78916d101f1de853f683136a68e195bf0af099bbc6766198b4136a560ffd2676d9a49f0b350882896a61d935a SHA512 6aadb544bda5003156bf9c0fa309a166636dc87aea033d9a48ee10e1e8b77e6cb52350930e97cab89cff7c10111d5e26d1d74cd33f0a6c54e34c3fb7ef72ea05
-DIST pytest_httpx-0.29.0.tar.gz 34103 BLAKE2B b8ee299ce17861732050f0059905193ee964ca375734584356b26a179979f2f967b69d134b8fc9c0fd4ae75172c404dc8e9ec27bb50e6bed58f8e7e76a4aa9e6 SHA512 ada6f5f419de3fbe835a5ce9fba9e5d368cbb01d1826d61cd4bb5a7f2941030d40afa17e582eca20743a546bf98699ecc2d8a0c640efa69b390dc32f2349bb13
-EBUILD pytest-httpx-0.29.0.ebuild 643 BLAKE2B 77b87f46554bc527119ac01805339a4d39b8bf1298006e75334fe4bb387cd32b778bd16857414e39201af9a7ffba5d2cdf97b66771b1779636f1543a22aa4502 SHA512 638f197b9543758848c29a6949e21cdd8991b70e0f426b576e37aaf555ef4dee375a712929a3b5dfe7d8e29a1b28eea63187c9dfd6c09367741b80c9aa7e6f16
-EBUILD pytest-httpx-0.30.0.ebuild 711 BLAKE2B e04e40d290ef2decc31663d3134061e869334c0451c6e659d2ebcfdee06e9557edc6bec6cb954ddec99c6fc5d01ddbce7ec367e14bed4244e34be366392e83fe SHA512 58d58b1dc617c6c8082afed01f5c32f2c3bf845acaca0d4352b0b969a875e1fa064d2438ea2247a569380324d26db00910583a2a598cbd5d6023f5aea4a1570b
+EBUILD pytest-httpx-0.30.0.ebuild 708 BLAKE2B bbb11d3136bab7a83bc1b99f5d2118ce1f5e91c270bae7968941423e934ac5ce4e489d0bf6ab96fcaaacc2ac83a183b7a70817aa17eef44070e9c42be8ab57a6 SHA512 29c093dcae6490257f043e5ab7a806b5f25ad238191c6658cced80f2ce1e0defce2e467d51b563c21065bef87bde433864490cc01ec39a8bdb27e2f44c5de852
MISC metadata.xml 468 BLAKE2B e0f824f05936a831a958b027366ba18cad85307ac6c81b74b299f58270bcff53e06f32b2471d6433bd7014ffde83ddb24f787c07632453d14f4ee6e4679ffd10 SHA512 16bf024801db3c0d7b789cd1f16520a1ff2520e8b3e2abbeeff5b1192c19b8ac64f55fa678c922f8a817debcfe05242ce11e0164a00422445d7301858718b359
diff --git a/dev-python/pytest-httpx/pytest-httpx-0.29.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.29.0.ebuild
deleted file mode 100644
index 835002398de5..000000000000
--- a/dev-python/pytest-httpx/pytest-httpx-0.29.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-9[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pytest-httpx/pytest-httpx-0.30.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.30.0.ebuild
index 20f3b769ac44..44b20f584851 100644
--- a/dev-python/pytest-httpx/pytest-httpx-0.30.0.ebuild
+++ b/dev-python/pytest-httpx/pytest-httpx-0.30.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
RDEPEND="
=dev-python/httpx-0.27*[${PYTHON_USEDEP}]