Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpx/
Date: Thu, 23 Jun 2022 08:17:31
Message-Id: 1655972240.24d00a695f2eaabbe6916b7b45e6071383504eb9.mgorny@gentoo
1 commit: 24d00a695f2eaabbe6916b7b45e6071383504eb9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 08:08:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 08:17:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d00a69
7
8 dev-python/pytest-httpx: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-httpx/Manifest | 1 -
13 dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild | 38 ----------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest
17 index 1d2b179c45d1..65a8873eb2cc 100644
18 --- a/dev-python/pytest-httpx/Manifest
19 +++ b/dev-python/pytest-httpx/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-httpx-0.20.0.gh.tar.gz 23106 BLAKE2B b44890bc0f916a10d57b1fe16523808cc9ab9a364d39980c49b4d26823afe7c9388b442cf99225605d741d192b5f282acdce0c7929e00ea076f10f04a55597a3 SHA512 54f588ddaaa0b9909f38a25ae1cf08d63f943a0fa169d4b77d2e8b967fc001af1f667b7c91dfcaf14bbed948d72df22ec133468ad692157b31259b2b155ebd88
22 DIST pytest-httpx-0.21.0.gh.tar.gz 23123 BLAKE2B a9a1bc9effc557829071f13cec76aa1d164ae7040b685390c92f33c644c804448eba1ad3e841abdb667a2c0289abd64f5d3633779bd8b0355a1c03d390d94bd5 SHA512 6be6fb39ad1ef233ce9be7cf510422754b6c97a1b565d49224e82cbe4218ee24051b6c5865215ed575f200446dfe8dd1470908467c67077c51a4f5412b113c2a
23
24 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild
25 deleted file mode 100644
26 index c43d99511ed4..000000000000
27 --- a/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..11} )
37 -
38 -inherit distutils-r1
39 -
40 -MY_PN="${PN/-/_}"
41 -DESCRIPTION="Send responses to HTTPX using pytest"
42 -HOMEPAGE="
43 - https://colin-b.github.io/pytest_httpx/
44 - https://github.com/Colin-b/pytest_httpx/
45 - https://pypi.org/project/pytest-httpx/
46 -"
47 -SRC_URI="
48 - https://github.com/Colin-b/pytest_httpx/archive/v${PV}.tar.gz
49 - -> ${P}.gh.tar.gz
50 -"
51 -S="${WORKDIR}/${MY_PN}-${PV}"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -KEYWORDS="amd64 x86"
56 -
57 -RDEPEND="
58 - =dev-python/httpx-0.22*[${PYTHON_USEDEP}]
59 - <dev-python/pytest-8[${PYTHON_USEDEP}]
60 -"
61 -BDEPEND="
62 - test? (
63 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
64 - )
65 -"
66 -
67 -distutils_enable_tests pytest