Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/redis-py/
Date: Fri, 03 Jun 2022 02:19:37
Message-Id: 1654222766.a3761b555e1e8953411b05b52e10ba1b5822a449.sam@gentoo
1 commit: a3761b555e1e8953411b05b52e10ba1b5822a449
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 02:19:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 02:19:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3761b55
7
8 dev-python/redis-py: drop 4.3.0, 4.3.1, 4.3.2
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/redis-py/Manifest | 3 --
13 dev-python/redis-py/redis-py-4.3.0.ebuild | 72 -------------------------------
14 dev-python/redis-py/redis-py-4.3.1.ebuild | 72 -------------------------------
15 dev-python/redis-py/redis-py-4.3.2.ebuild | 72 -------------------------------
16 4 files changed, 219 deletions(-)
17
18 diff --git a/dev-python/redis-py/Manifest b/dev-python/redis-py/Manifest
19 index 00895337b6f1..9e212f46c8a5 100644
20 --- a/dev-python/redis-py/Manifest
21 +++ b/dev-python/redis-py/Manifest
22 @@ -1,6 +1,3 @@
23 DIST redis-py-4.1.4.tar.gz 2352106 BLAKE2B a7f40d381e3e1d295d2ce88f0adb897704d0065ee7d5bb00108c2c8c67ef649ea63d4ca06dbbe2b21b2f92d70d96f8e2d32a7992ecf702bb4c73589f30c1bae8 SHA512 6dd1bc7622529382901b2fe6e63a5f9d6a4b89175b486c879a63cc8f0e708737431dfe5b834124f0d33f34540ac54813a0e6953bbed3a9dbd226597b4b1cb3ae
24 DIST redis-py-4.2.2.tar.gz 2421362 BLAKE2B ab59a649e8bc08d706536f994f0462505cea39828072884739b1a6434b45fd120e3b8acb51e8e88ec9fe0ce9acc0bfd6a5ff92bb67080724c7b121ef539af16f SHA512 80673d48cd97af1c5ebc67e919f16891ccb20cd30bc06619ddffeb117ad87f82b73f9b9bda6d36829bc51a35aa3c9b2af7c879ec665cc9664bdd86ac6510095b
25 -DIST redis-py-4.3.0.gh.tar.gz 4605505 BLAKE2B a7cdf8941f99291f6c6f53e6b11b1cd45fd64d0d96e11848d648964518a970275152c00c3aec3a0342ffc5a4805624344076154d007684ce90137f37df4d90f7 SHA512 881f250f04cd0376d2e617ff07cba3c4f987574d64b0813890310412293c7825bb11a5117b65b27dad05bbdff250f44a736d542ee116034b7a644c6e58f981fd
26 -DIST redis-py-4.3.1.gh.tar.gz 4605537 BLAKE2B 239dd9be0e6c30dbaeeb609f222802f33e4a4e4a743fe1f348f542fe899b89e47ad9513bf99db713d3cbcb13df0e6593d4631745c3afc3368f8a9e8333b759a8 SHA512 8d38876fbf3593825bf593188a9749bec0f652907f510657e32043ed26fd6d59b1554870f59af65939754500645e4c4c8f15bcb8eab1385a0640c374aa938643
27 -DIST redis-py-4.3.2.gh.tar.gz 4610682 BLAKE2B 1fe8a0aadfbc094fb0904cf2ed71a8d14245cf9f09638073f2fdc5713560cf66d5e00eaef7ab2ad9d68f00b838c5b762c95ca4589075db72b16cfaf5aa31477a SHA512 0d6458c4ecc676a1af6ec96648eecc30e872cbf5546701ee6b8b06feb0f30cab2bfd5de8700ea3e9628ec7cdc8e851460fa248963a745ac73cc0611c6a8787e5
28 DIST redis-py-4.3.3.gh.tar.gz 4610718 BLAKE2B 7edcade0d1d192d49480b10ddd635934dbb8a580e3b92e4cf2fec995520fa26f805f258f1af0a22077c1421f6a7234674c5fbba0da029d0346ab2019b40c88df SHA512 f16e8367258c3042ab687b7435cf481a64e89acd0687f6ee5ff1babe7b0bf120300e38601e8c3c7f0d8a864774c5f77e856a0f720e9eae8bc3a1711fb342e62b
29
30 diff --git a/dev-python/redis-py/redis-py-4.3.0.ebuild b/dev-python/redis-py/redis-py-4.3.0.ebuild
31 deleted file mode 100644
32 index 9f000b888e29..000000000000
33 --- a/dev-python/redis-py/redis-py-4.3.0.ebuild
34 +++ /dev/null
35 @@ -1,72 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -DISTUTILS_USE_PEP517=setuptools
42 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Python client for Redis key-value store"
47 -HOMEPAGE="
48 - https://github.com/redis/redis-py/
49 - https://pypi.org/project/redis/
50 -"
51 -SRC_URI="
52 - https://github.com/redis/redis-py/archive/v${PV}.tar.gz
53 - -> ${P}.gh.tar.gz
54 -"
55 -
56 -LICENSE="MIT"
57 -SLOT="0"
58 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
59 -
60 -RDEPEND="
61 - >=dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
62 - >=dev-python/deprecated-1.2.3[${PYTHON_USEDEP}]
63 - >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
64 -"
65 -BDEPEND="
66 - test? (
67 - <dev-db/redis-7
68 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
69 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
70 - )
71 -"
72 -
73 -distutils_enable_tests pytest
74 -
75 -python_test() {
76 - local EPYTEST_DESELECT=(
77 - # Flaky test
78 - tests/test_pubsub.py::TestPubSubDeadlock::test_pubsub_deadlock
79 - )
80 -
81 - # TODO: try to run more servers?
82 - epytest -m "not redismod and not onlycluster and not replica and not ssl"
83 -}
84 -
85 -src_test() {
86 - local redis_pid="${T}"/redis.pid
87 - local redis_port=6379
88 -
89 - # Spawn Redis itself for testing purposes
90 - # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
91 - # I'm not restricting tests yet because this doesn't happen for anyone else AFAICT.
92 - einfo "Spawning Redis"
93 - einfo "NOTE: Port ${redis_port} must be free"
94 - # "${EPREFIX}"/usr/sbin/redis-server - <<< "${redis_test_config}" || die
95 - "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start redis server"
96 - daemonize yes
97 - pidfile ${redis_pid}
98 - port ${redis_port}
99 - bind 127.0.0.1
100 - EOF
101 -
102 - # Run the tests
103 - distutils-r1_src_test
104 -
105 - # Clean up afterwards
106 - kill "$(<"${redis_pid}")" || die
107 -}
108
109 diff --git a/dev-python/redis-py/redis-py-4.3.1.ebuild b/dev-python/redis-py/redis-py-4.3.1.ebuild
110 deleted file mode 100644
111 index 2ff14c069707..000000000000
112 --- a/dev-python/redis-py/redis-py-4.3.1.ebuild
113 +++ /dev/null
114 @@ -1,72 +0,0 @@
115 -# Copyright 1999-2022 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=8
119 -
120 -DISTUTILS_USE_PEP517=setuptools
121 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
122 -
123 -inherit distutils-r1
124 -
125 -DESCRIPTION="Python client for Redis key-value store"
126 -HOMEPAGE="
127 - https://github.com/redis/redis-py/
128 - https://pypi.org/project/redis/
129 -"
130 -SRC_URI="
131 - https://github.com/redis/redis-py/archive/v${PV}.tar.gz
132 - -> ${P}.gh.tar.gz
133 -"
134 -
135 -LICENSE="MIT"
136 -SLOT="0"
137 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
138 -
139 -RDEPEND="
140 - >=dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
141 - >=dev-python/deprecated-1.2.3[${PYTHON_USEDEP}]
142 - >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
143 -"
144 -BDEPEND="
145 - test? (
146 - <dev-db/redis-7
147 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
148 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
149 - )
150 -"
151 -
152 -distutils_enable_tests pytest
153 -
154 -python_test() {
155 - local EPYTEST_DESELECT=(
156 - # Flaky test
157 - tests/test_pubsub.py::TestPubSubDeadlock::test_pubsub_deadlock
158 - )
159 -
160 - # TODO: try to run more servers?
161 - epytest -m "not redismod and not onlycluster and not replica and not ssl"
162 -}
163 -
164 -src_test() {
165 - local redis_pid="${T}"/redis.pid
166 - local redis_port=6379
167 -
168 - # Spawn Redis itself for testing purposes
169 - # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
170 - # I'm not restricting tests yet because this doesn't happen for anyone else AFAICT.
171 - einfo "Spawning Redis"
172 - einfo "NOTE: Port ${redis_port} must be free"
173 - # "${EPREFIX}"/usr/sbin/redis-server - <<< "${redis_test_config}" || die
174 - "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start redis server"
175 - daemonize yes
176 - pidfile ${redis_pid}
177 - port ${redis_port}
178 - bind 127.0.0.1
179 - EOF
180 -
181 - # Run the tests
182 - distutils-r1_src_test
183 -
184 - # Clean up afterwards
185 - kill "$(<"${redis_pid}")" || die
186 -}
187
188 diff --git a/dev-python/redis-py/redis-py-4.3.2.ebuild b/dev-python/redis-py/redis-py-4.3.2.ebuild
189 deleted file mode 100644
190 index 2ff14c069707..000000000000
191 --- a/dev-python/redis-py/redis-py-4.3.2.ebuild
192 +++ /dev/null
193 @@ -1,72 +0,0 @@
194 -# Copyright 1999-2022 Gentoo Authors
195 -# Distributed under the terms of the GNU General Public License v2
196 -
197 -EAPI=8
198 -
199 -DISTUTILS_USE_PEP517=setuptools
200 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
201 -
202 -inherit distutils-r1
203 -
204 -DESCRIPTION="Python client for Redis key-value store"
205 -HOMEPAGE="
206 - https://github.com/redis/redis-py/
207 - https://pypi.org/project/redis/
208 -"
209 -SRC_URI="
210 - https://github.com/redis/redis-py/archive/v${PV}.tar.gz
211 - -> ${P}.gh.tar.gz
212 -"
213 -
214 -LICENSE="MIT"
215 -SLOT="0"
216 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
217 -
218 -RDEPEND="
219 - >=dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
220 - >=dev-python/deprecated-1.2.3[${PYTHON_USEDEP}]
221 - >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
222 -"
223 -BDEPEND="
224 - test? (
225 - <dev-db/redis-7
226 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
227 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
228 - )
229 -"
230 -
231 -distutils_enable_tests pytest
232 -
233 -python_test() {
234 - local EPYTEST_DESELECT=(
235 - # Flaky test
236 - tests/test_pubsub.py::TestPubSubDeadlock::test_pubsub_deadlock
237 - )
238 -
239 - # TODO: try to run more servers?
240 - epytest -m "not redismod and not onlycluster and not replica and not ssl"
241 -}
242 -
243 -src_test() {
244 - local redis_pid="${T}"/redis.pid
245 - local redis_port=6379
246 -
247 - # Spawn Redis itself for testing purposes
248 - # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
249 - # I'm not restricting tests yet because this doesn't happen for anyone else AFAICT.
250 - einfo "Spawning Redis"
251 - einfo "NOTE: Port ${redis_port} must be free"
252 - # "${EPREFIX}"/usr/sbin/redis-server - <<< "${redis_test_config}" || die
253 - "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start redis server"
254 - daemonize yes
255 - pidfile ${redis_pid}
256 - port ${redis_port}
257 - bind 127.0.0.1
258 - EOF
259 -
260 - # Run the tests
261 - distutils-r1_src_test
262 -
263 - # Clean up afterwards
264 - kill "$(<"${redis_pid}")" || die
265 -}