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, 20 Jan 2022 13:56:51
Message-Id: 1642686883.06617a3d3b26155e9713fd596540aa32ba7176b4.mgorny@gentoo
1 commit: 06617a3d3b26155e9713fd596540aa32ba7176b4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 13:48:57 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 13:54:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06617a3d
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 | 3 ---
13 dev-python/pytest-httpx/pytest-httpx-0.13.0.ebuild | 29 ----------------------
14 dev-python/pytest-httpx/pytest-httpx-0.17.1.ebuild | 29 ----------------------
15 dev-python/pytest-httpx/pytest-httpx-0.17.2.ebuild | 29 ----------------------
16 4 files changed, 90 deletions(-)
17
18 diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest
19 index c679b3bd6362..7e0bc5b8f108 100644
20 --- a/dev-python/pytest-httpx/Manifest
21 +++ b/dev-python/pytest-httpx/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST pytest-httpx-0.13.0.tar.gz 21515 BLAKE2B 691ce45dd2b27c8f47724e3356ba96e62a0d6a7ce7d3feea68295a873c12f9a3df00d5b25aad7ef8a1154e887077ae6f6c1b12f3685a0669534a0d0ee8aae68c SHA512 514d9acacdfd60d13b5ce2c5ebe46d0e4d16c1b06fd359b0b9515ae2fa9091296537f369882a78bdfad48e9a0aad0b2f8c172c2e54f4ae9e23ba03220c7c17fb
24 -DIST pytest-httpx-0.17.1.tar.gz 23310 BLAKE2B 3b26a50380916a556657a02bc4d44ceb523261f14404eaf3461dae8adb99e913e820c55942bc200b6d23f85447bf74e37c8cbfea2c934489e5d91a56f47b186a SHA512 8fa9447bf50f9bf46ad781abbf9e5d46609e2796a6ec26d39b15c1cda99fc936af6b540c27f9cbe4f40948f041ceedd074c312815fe5ea6b023da20112c83f69
25 -DIST pytest-httpx-0.17.2.tar.gz 23385 BLAKE2B 17a00a7c733bca7faf8e05914c0744288fe8555bc9d8f94d45ce0162b86417fcf608d339d9d4a24514e2897db879a6d13c41f665a8cf5d3c1ac1769c246a582e SHA512 aaeded94d204d53bf96f802668449361c291d4b0accbe614d8c80d609482f6b10945afb255b81d4199187f3c50cb98d35d5acfd75423283907223ca924b85444
26 DIST pytest-httpx-0.17.3.tar.gz 23737 BLAKE2B 1f335542c1d6940d68b023682df6a1fabe93e8e21b70e113830bc4895481fe1cbf074490b176ecd91f595df960790f7e305c3809af3ba5039b96c8748b40ee40 SHA512 b3c2dc8c5015f44a511659b51843cb9cf8ada163ebd7fe4ccb50438d6e191fdc84bb84f38fcd0c27dbfe0592314da0df8d319caecad32f37e3a30de40b496299
27 DIST pytest-httpx-0.18.0.gh.tar.gz 22939 BLAKE2B a55923e63ad47ebd6ef05eafdadcec4caabab1341ab5f70e68357bc44cab53006a38b0d07f9540007ac46686499fd7355610a22a82b075a1e674d1fa3250efe9 SHA512 a7f24eefb8ba371e8c86526dd63e5ec7a6fa2e7a122643c8907a3da3b9a17a06e99416c5dc927f42320aa88fc213d5a327f53ec92e345853d5350902801fa1bc
28
29 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.13.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.13.0.ebuild
30 deleted file mode 100644
31 index b655394efae8..000000000000
32 --- a/dev-python/pytest-httpx/pytest-httpx-0.13.0.ebuild
33 +++ /dev/null
34 @@ -1,29 +0,0 @@
35 -# Copyright 2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -inherit distutils-r1
42 -
43 -MY_PN="${PN/-/_}"
44 -DESCRIPTION="Send responses to HTTPX using pytest"
45 -HOMEPAGE="https://colin-b.github.io/pytest_httpx/"
46 -SRC_URI="https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -S="${WORKDIR}/${MY_PN}-${PV}"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="amd64 x86"
52 -
53 -RDEPEND="
54 - =dev-python/httpx-0.19*[${PYTHON_USEDEP}]
55 - =dev-python/pytest-6*[${PYTHON_USEDEP}]
56 -"
57 -BDEPEND="
58 - test? (
59 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
60 - )
61 -"
62 -
63 -distutils_enable_tests --install pytest
64
65 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.17.1.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.17.1.ebuild
66 deleted file mode 100644
67 index d3b09a2a7442..000000000000
68 --- a/dev-python/pytest-httpx/pytest-httpx-0.17.1.ebuild
69 +++ /dev/null
70 @@ -1,29 +0,0 @@
71 -# Copyright 2021 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -PYTHON_COMPAT=( python3_{8..10} )
77 -inherit distutils-r1
78 -
79 -MY_PN="${PN/-/_}"
80 -DESCRIPTION="Send responses to HTTPX using pytest"
81 -HOMEPAGE="https://colin-b.github.io/pytest_httpx/"
82 -SRC_URI="https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
83 -S="${WORKDIR}/${MY_PN}-${PV}"
84 -
85 -LICENSE="MIT"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~x86"
88 -
89 -RDEPEND="
90 - =dev-python/httpx-0.21*[${PYTHON_USEDEP}]
91 - =dev-python/pytest-6*[${PYTHON_USEDEP}]
92 -"
93 -BDEPEND="
94 - test? (
95 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
96 - )
97 -"
98 -
99 -distutils_enable_tests --install pytest
100
101 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.17.2.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.17.2.ebuild
102 deleted file mode 100644
103 index d3b09a2a7442..000000000000
104 --- a/dev-python/pytest-httpx/pytest-httpx-0.17.2.ebuild
105 +++ /dev/null
106 @@ -1,29 +0,0 @@
107 -# Copyright 2021 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=8
111 -
112 -PYTHON_COMPAT=( python3_{8..10} )
113 -inherit distutils-r1
114 -
115 -MY_PN="${PN/-/_}"
116 -DESCRIPTION="Send responses to HTTPX using pytest"
117 -HOMEPAGE="https://colin-b.github.io/pytest_httpx/"
118 -SRC_URI="https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
119 -S="${WORKDIR}/${MY_PN}-${PV}"
120 -
121 -LICENSE="MIT"
122 -SLOT="0"
123 -KEYWORDS="~amd64 ~x86"
124 -
125 -RDEPEND="
126 - =dev-python/httpx-0.21*[${PYTHON_USEDEP}]
127 - =dev-python/pytest-6*[${PYTHON_USEDEP}]
128 -"
129 -BDEPEND="
130 - test? (
131 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
132 - )
133 -"
134 -
135 -distutils_enable_tests --install pytest