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: Sat, 18 Sep 2021 17:07:09
Message-Id: 1631984823.a7d9d1adf32c20458959c2dac0d43a4d2f487c93.mgorny@gentoo
1 commit: a7d9d1adf32c20458959c2dac0d43a4d2f487c93
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 08:30:10 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 17:07:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d9d1ad
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 | 2 --
13 dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild | 30 ----------------------
14 dev-python/pytest-httpx/pytest-httpx-0.12.1.ebuild | 29 ---------------------
15 3 files changed, 61 deletions(-)
16
17 diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest
18 index 34c0621a19e..c158f72a0c2 100644
19 --- a/dev-python/pytest-httpx/Manifest
20 +++ b/dev-python/pytest-httpx/Manifest
21 @@ -1,3 +1 @@
22 -DIST pytest-httpx-0.12.0.tar.gz 21319 BLAKE2B 59c3678937a7756f13971e3f1f8d312b227f56339b4234ac8e5544f4370622bcff401f76f68c2ee042fdc64deae6a7a9dd05ca8a54b60b14bfb74b2d2d724de4 SHA512 b5866ab0123755020fad679d27d4d113132b2a79da85c52a334904d19aea90ddc71088a6e0f27110498da2731be664c525f3cab256d447a37d9a507f9a508b43
23 -DIST pytest-httpx-0.12.1.tar.gz 21422 BLAKE2B 6336a79d3aedbba7ec32fdafc6ed6fd70a24354adcdd3803af73522f9eb2d5bb1ac51364c107d3ca663f2c627a29fa9d3b0c12ba1bcba94259932a36c7695ed4 SHA512 959906c366b3cfc4d3df46773888f1da0c65ca4a9d31de302c859a61a71f10df5712b058bf89132756028eda15c35241aa245bc708d69560a0d3a80f9fa1e814
24 DIST pytest-httpx-0.13.0.tar.gz 21515 BLAKE2B 691ce45dd2b27c8f47724e3356ba96e62a0d6a7ce7d3feea68295a873c12f9a3df00d5b25aad7ef8a1154e887077ae6f6c1b12f3685a0669534a0d0ee8aae68c SHA512 514d9acacdfd60d13b5ce2c5ebe46d0e4d16c1b06fd359b0b9515ae2fa9091296537f369882a78bdfad48e9a0aad0b2f8c172c2e54f4ae9e23ba03220c7c17fb
25
26 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild
27 deleted file mode 100644
28 index 89a57541947..00000000000
29 --- a/dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..10} )
38 -
39 -inherit distutils-r1
40 -
41 -MY_PN="${PN/-/_}"
42 -DESCRIPTION="Send responses to HTTPX using pytest"
43 -HOMEPAGE="https://colin-b.github.io/pytest_httpx/"
44 -SRC_URI="https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -S="${WORKDIR}/${MY_PN}-${PV}"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -RDEPEND="
52 - =dev-python/httpx-0.18*[${PYTHON_USEDEP}]
53 - =dev-python/pytest-6*[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="
56 - test? (
57 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
58 - )
59 -"
60 -
61 -distutils_enable_tests --install pytest
62
63 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.12.1.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.12.1.ebuild
64 deleted file mode 100644
65 index ce7fceeea82..00000000000
66 --- a/dev-python/pytest-httpx/pytest-httpx-0.12.1.ebuild
67 +++ /dev/null
68 @@ -1,29 +0,0 @@
69 -# Copyright 2021 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=8
73 -
74 -PYTHON_COMPAT=( python3_{8..10} )
75 -inherit distutils-r1
76 -
77 -MY_PN="${PN/-/_}"
78 -DESCRIPTION="Send responses to HTTPX using pytest"
79 -HOMEPAGE="https://colin-b.github.io/pytest_httpx/"
80 -SRC_URI="https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
81 -S="${WORKDIR}/${MY_PN}-${PV}"
82 -
83 -LICENSE="MIT"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -
87 -RDEPEND="
88 - =dev-python/httpx-0.18*[${PYTHON_USEDEP}]
89 - =dev-python/pytest-6*[${PYTHON_USEDEP}]
90 -"
91 -BDEPEND="
92 - test? (
93 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
94 - )
95 -"
96 -
97 -distutils_enable_tests --install pytest