dev-python/respx: drop 0.19.0, 0.19.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-11 19:58:23 +02:00
committed by Andreas Billmeier
parent f3e5b72ef1
commit 67f24e7132
3 changed files with 0 additions and 64 deletions

View File

@@ -1,7 +1,3 @@
DIST respx-0.19.0.tar.gz 24264 BLAKE2B 330b02875b1ca7c3835ed951bb0637bfb5459ca767a2d4d71fe81534e1397aa8540267cbf339271e69645a74965481ea38250edc36fa7f662e2ab49cd11ab022 SHA512 e5669d8816baf47a980c1900ff2c2acf57a69abb2417af8e56f0d2b6323b9f720fa36b14c9e8b48a77eaac354c0bd13d26e191ddd127fea35da48f78bcb1a66f
DIST respx-0.19.2.tar.gz 24437 BLAKE2B 38eb60a3f88272b728a00e69bf2c72d56a73e4b26430201af2f5a9fafcaee63ef18872135f83d79cb7ad6ac355630d681467efd51933b2bf8cdbba50df8d4dc8 SHA512 82d4c93f7af1d9563e1b313dbe04cb9a83b6882cf28b01bc224176f06b8cc74775f9fd52bcc7ca4db3ee925e71bac9c5b744fde7bbbcce97e8d13d9695ab9e06
DIST respx-0.20.1.tar.gz 25557 BLAKE2B 2326887d51618d5b66d73645205a0ad28d1b7205a2db4b5d3180783a1c9dd937756b8a4074a00f76c7bf29585442833503d4a8a85fc0ad9cd3208e907e4923f9 SHA512 bade20a2925e8564fb55ab45030d79c843b360a3283b6e1eacbdb61e94b9096056eeb0e0d0719be0b96f367bae28576f9a77bbc0b0f44c552975b215f203f019
EBUILD respx-0.19.0.ebuild 635 BLAKE2B 653d027175c2a51a7719cb141e772e37969c9e882ab06e47ecdac0ac616dc1588138cfe3d9637c84decce7fe4d148f1bbf8d9340c0cbe886fbdcdca440bb89b7 SHA512 f48aa9ac45100affb928161ed056fd0235b4c87461955514ab8415c2073341af9fbdcb27ec5de3d90b537a3d1e253f4d9026f4dea519cbbdc0843f67327e70e4
EBUILD respx-0.19.2.ebuild 666 BLAKE2B c6a5cb88528726de9f7362476b2fc1da910f61727fcdcabf107506bb605beb87a3b561325367d814fc731970891fece6fe2ea83d642ed257b41260e90645f203 SHA512 b8dbc9cbd1c61e5b353e2c6ca694b32d73aaf516e74a85ce7b0e061d01d66ec955155dfbfa637a8bbebb09864b37e69efcc7860f357436f86a19284c4c53edf3
EBUILD respx-0.20.1.ebuild 666 BLAKE2B 1211a515bfd333bc60a57b43b79ed96f1d3d116dbb9e8165bc1736eb593b89c23c219867901af4432e7d874b0f7409cea9da2fe1e9637b8da7edf8da5b4440d8 SHA512 5ffe7625e9d33f6454d7c6709aa3bb24315eb1511578055d62c9d4d98e7392e73a8dba0e525b50109bb5ec96f49c6b338f8a4257d08c6784800daf5ef24ad7e0
MISC metadata.xml 505 BLAKE2B aa6f8c72fb543b60cef233dc7554befef7d7bff367388fdbd8b2cb1626c61e492b5990f341ba2a9388ffed8c73c2dafc6c4b12277c5a8a3dde33650bf8039044 SHA512 1a88f2f5d95a5cd63920a9bba3072af463fb15edb8ce6eac93c2fc06dd1ff4283ae320f319f6982e1ad4b6d63e7e8d29daa967911d3b62326246c2d6fd4a79e9

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A utility for mocking out the Python HTTPX and HTTP Core libraries."
HOMEPAGE="https://lundberg.github.io/respx/ https://pypi.org/project/respx/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/httpx-0.21.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A utility for mocking out the Python HTTPX and HTTP Core libraries."
HOMEPAGE="https://lundberg.github.io/respx/ https://pypi.org/project/respx/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/httpx-0.21.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest