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: Mon, 28 Feb 2022 21:56:05
Message-Id: 1646085353.be44ed51cd37bc2a5e273028ddad80d861e7aeb4.mgorny@gentoo
1 commit: be44ed51cd37bc2a5e273028ddad80d861e7aeb4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 21:52:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 21:55:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be44ed51
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.18.0.ebuild | 32 ---------------------
14 dev-python/pytest-httpx/pytest-httpx-0.19.0.ebuild | 33 ----------------------
15 3 files changed, 67 deletions(-)
16
17 diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest
18 index a00a357b5107..8a04845c7ac8 100644
19 --- a/dev-python/pytest-httpx/Manifest
20 +++ b/dev-python/pytest-httpx/Manifest
21 @@ -1,3 +1 @@
22 -DIST pytest-httpx-0.18.0.gh.tar.gz 22939 BLAKE2B a55923e63ad47ebd6ef05eafdadcec4caabab1341ab5f70e68357bc44cab53006a38b0d07f9540007ac46686499fd7355610a22a82b075a1e674d1fa3250efe9 SHA512 a7f24eefb8ba371e8c86526dd63e5ec7a6fa2e7a122643c8907a3da3b9a17a06e99416c5dc927f42320aa88fc213d5a327f53ec92e345853d5350902801fa1bc
23 -DIST pytest-httpx-0.19.0.gh.tar.gz 22971 BLAKE2B e62dbd043ff727d6b91d82963514d62f23766ad69380675334b6a429c11f00e2062cd0cc9dedce662c5ec13ff42f3eb9bb2620d0f021bfe9b5f4ad7ae7694d28 SHA512 a3a296445894cb8f68a8ce367b5e3e399471be45c6fa1d5fa4957910b45af244393957f49b5fb0ec2c0a0e8c507e63d572a0fa672430fe030b2529c2fefa6911
24 DIST pytest-httpx-0.20.0.gh.tar.gz 23106 BLAKE2B b44890bc0f916a10d57b1fe16523808cc9ab9a364d39980c49b4d26823afe7c9388b442cf99225605d741d192b5f282acdce0c7929e00ea076f10f04a55597a3 SHA512 54f588ddaaa0b9909f38a25ae1cf08d63f943a0fa169d4b77d2e8b967fc001af1f667b7c91dfcaf14bbed948d72df22ec133468ad692157b31259b2b155ebd88
25
26 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.18.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.18.0.ebuild
27 deleted file mode 100644
28 index 0c37b4098463..000000000000
29 --- a/dev-python/pytest-httpx/pytest-httpx-0.18.0.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -MY_PN="${PN/-/_}"
41 -DESCRIPTION="Send responses to HTTPX using pytest"
42 -HOMEPAGE="https://colin-b.github.io/pytest_httpx/"
43 -SRC_URI="
44 - https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz
45 - -> ${P}.gh.tar.gz
46 -"
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.21*[${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.19.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.19.0.ebuild
66 deleted file mode 100644
67 index f33c4f734d50..000000000000
68 --- a/dev-python/pytest-httpx/pytest-httpx-0.19.0.ebuild
69 +++ /dev/null
70 @@ -1,33 +0,0 @@
71 -# Copyright 2022 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -DISTUTILS_USE_PEP517=setuptools
77 -PYTHON_COMPAT=( python3_{8..10} )
78 -inherit distutils-r1
79 -
80 -MY_PN="${PN/-/_}"
81 -DESCRIPTION="Send responses to HTTPX using pytest"
82 -HOMEPAGE="https://colin-b.github.io/pytest_httpx/"
83 -SRC_URI="
84 - https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz
85 - -> ${P}.gh.tar.gz
86 -"
87 -S="${WORKDIR}/${MY_PN}-${PV}"
88 -
89 -LICENSE="MIT"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~x86"
92 -
93 -RDEPEND="
94 - =dev-python/httpx-0.22*[${PYTHON_USEDEP}]
95 - =dev-python/pytest-6*[${PYTHON_USEDEP}]
96 -"
97 -BDEPEND="
98 - test? (
99 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
100 - )
101 -"
102 -
103 -distutils_enable_tests pytest