Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/
Date: Wed, 28 Aug 2019 23:39:12
Message-Id: 1567035540.27adf15439207875162c8e1b2bbc7fdce840ba66.zmedico@gentoo
1 commit: 27adf15439207875162c8e1b2bbc7fdce840ba66
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 23:36:43 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 23:39:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27adf154
7
8 dev-python/aiohttp: Remove old versions
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 dev-python/aiohttp/Manifest | 3 --
14 dev-python/aiohttp/aiohttp-3.0.6.ebuild | 70 -----------------------------
15 dev-python/aiohttp/aiohttp-3.3.0.ebuild | 70 -----------------------------
16 dev-python/aiohttp/aiohttp-3.4.4.ebuild | 79 ---------------------------------
17 4 files changed, 222 deletions(-)
18
19 diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
20 index 54f2d887d58..65bba973f49 100644
21 --- a/dev-python/aiohttp/Manifest
22 +++ b/dev-python/aiohttp/Manifest
23 @@ -1,5 +1,2 @@
24 DIST aiohttp-2.3.10.tar.gz 848324 BLAKE2B c32a7be3f3d9ba0bd1308c5bea779a10e177b9c018a03fb3cf95d1a1392180f3b4ea294dc23e2e946cc1065d16d212a169ec262a79034ae94b3a5067fbaf362c SHA512 e4ea725bbd3d7d749f2ec21eea1ff9f5c836fbeaa17ad72f77e378c69b008448e57503175bee6adff86110f65edc915cb6368df3011d1d9d61cf47718b086be0
25 -DIST aiohttp-3.0.6.tar.gz 738111 BLAKE2B 28a3560a7b351ee974db8bbdd372798e01696e66660b6330707c542253c4d8a0405e6e8c2c8ec03c3b0ea8b548516ffb2dfe14b800b5f17e908991244bfd9335 SHA512 43f1b3c2da1bc57ac6e83a01abb3568b71ed5514e9331aaba4b691ff036d2d3e72eeddadd0f2f20608fa1f622a673ce1d4489bced2096ae546a350ad5f438d0d
26 -DIST aiohttp-3.3.0.tar.gz 722307 BLAKE2B 3bf1906e8a518d443a2f1bfff536fe9c4024dd18d12ed791dd4a81cfa3f81260bbbf293ae093086fa45c068f3417bcc797d1ee01e64a890a9427944ac9836760 SHA512 e7dd320abb0d9baa0dd583ce034b2d2dd328aa37750197789207e80eabfaf1e998a58e9aa0a6b98ff213f8c78ca90b85698ac559c57f44ce1b643fc317735a4b
27 -DIST aiohttp-3.4.4.tar.gz 822110 BLAKE2B 808c125f0d826b11d5b333ecfc35ed15cfe5a4f4242df5dd1b1e8edf6502c78d6162ad21e4fb7026294bc7013251a3b55d50c9cf34539b06b32348be2b1627a9 SHA512 968b701b8a19aa445a4af402f4bb38754565e3b80b4248127e5017671c921c370eea63fcec4148b7229ac1a74bb8739f33513abd6cb7fe02f3feddfd3ec1a6b1
28 DIST aiohttp-3.5.4.tar.gz 1097647 BLAKE2B 27d3631cf33cc5052deecfeca23f6c052fce344d9a889b0c0c0e68d9dcc19eb56e2ef2496f025c795dea4f906a59ae579ecd489188f8c56bc41255b4f450f4bf SHA512 9bc31457029f7db5bbfe1e213c1f428bf90ac96d83b6d2c8838261a3910ab9f7632a4299618377acb1bed04b0cbb4b4f6d9ee814495c05f210ed9bb4f4c61714
29
30 diff --git a/dev-python/aiohttp/aiohttp-3.0.6.ebuild b/dev-python/aiohttp/aiohttp-3.0.6.ebuild
31 deleted file mode 100644
32 index 578bdb45940..00000000000
33 --- a/dev-python/aiohttp/aiohttp-3.0.6.ebuild
34 +++ /dev/null
35 @@ -1,70 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="6"
40 -
41 -PYTHON_COMPAT=( python3_{5,6} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="http client/server for asyncio"
46 -HOMEPAGE="https://pypi.org/project/aiohttp/"
47 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="doc test"
53 -
54 -CDEPEND="
55 - >=dev-python/async_timeout-1.2.0[${PYTHON_USEDEP}]
56 - >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
57 - dev-python/chardet[${PYTHON_USEDEP}]
58 - >=dev-python/multidict-4.0.0[${PYTHON_USEDEP}]
59 - >=dev-python/yarl-1.0[${PYTHON_USEDEP}]
60 - dev-python/idna-ssl[${PYTHON_USEDEP}]
61 -"
62 -DEPEND="
63 - dev-python/setuptools[${PYTHON_USEDEP}]
64 - dev-python/cython[${PYTHON_USEDEP}]
65 - doc? (
66 - >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
67 - dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}]
68 - dev-python/sphinxcontrib-newsfeed[${PYTHON_USEDEP}]
69 - dev-python/sphinxcontrib-spelling[${PYTHON_USEDEP}]
70 - dev-python/sphinx[${PYTHON_USEDEP}]
71 - )
72 - test? (
73 - ${CDEPEND}
74 - >=dev-python/pytest-3.4.0[${PYTHON_USEDEP}]
75 - dev-python/pytest-mock[${PYTHON_USEDEP}]
76 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
77 - www-servers/gunicorn[${PYTHON_USEDEP}]
78 - )
79 -"
80 -RDEPEND="${CDEPEND}"
81 -
82 -DOCS=( CHANGES.rst CONTRIBUTING.rst CONTRIBUTORS.txt HISTORY.rst README.rst )
83 -PATCHES=( "${FILESDIR}"/${PN}-3.0.5-tests.patch )
84 -
85 -python_prepare_all() {
86 - # skip failing tests until cause is determined
87 - rm tests/{test_pytest_plugin.py,test_worker.py} || die
88 -
89 - distutils-r1_python_prepare_all
90 -}
91 -
92 -python_compile_all() {
93 - use doc && emake -C docs html
94 -}
95 -
96 -python_test() {
97 - #PYTHONPATH="${PWD}:${PYTHONPATH}" py.test -v tests || die "Tests failed under ${EPYTHON}"
98 - esetup.py test
99 -}
100 -
101 -python_install_all() {
102 - use doc && local HTML_DOCS=( docs/_build/html/. )
103 -
104 - distutils-r1_python_install_all
105 -}
106
107 diff --git a/dev-python/aiohttp/aiohttp-3.3.0.ebuild b/dev-python/aiohttp/aiohttp-3.3.0.ebuild
108 deleted file mode 100644
109 index f4498aa7e38..00000000000
110 --- a/dev-python/aiohttp/aiohttp-3.3.0.ebuild
111 +++ /dev/null
112 @@ -1,70 +0,0 @@
113 -# Copyright 1999-2018 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI="6"
117 -
118 -PYTHON_COMPAT=( python3_{5,6} )
119 -
120 -inherit distutils-r1
121 -
122 -DESCRIPTION="http client/server for asyncio"
123 -HOMEPAGE="https://pypi.org/project/aiohttp/"
124 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
125 -
126 -LICENSE="Apache-2.0"
127 -SLOT="0"
128 -KEYWORDS="~amd64 ~x86"
129 -IUSE="doc test"
130 -
131 -CDEPEND="
132 - >=dev-python/async_timeout-3.0.0[${PYTHON_USEDEP}]
133 - >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
134 - dev-python/chardet[${PYTHON_USEDEP}]
135 - >=dev-python/multidict-4.0.0[${PYTHON_USEDEP}]
136 - >=dev-python/yarl-1.0[${PYTHON_USEDEP}]
137 - dev-python/idna-ssl[${PYTHON_USEDEP}]
138 -"
139 -DEPEND="
140 - dev-python/setuptools[${PYTHON_USEDEP}]
141 - dev-python/cython[${PYTHON_USEDEP}]
142 - doc? (
143 - >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
144 - dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}]
145 - dev-python/sphinxcontrib-newsfeed[${PYTHON_USEDEP}]
146 - dev-python/sphinxcontrib-spelling[${PYTHON_USEDEP}]
147 - dev-python/sphinx[${PYTHON_USEDEP}]
148 - )
149 - test? (
150 - ${CDEPEND}
151 - >=dev-python/pytest-3.4.0[${PYTHON_USEDEP}]
152 - dev-python/pytest-mock[${PYTHON_USEDEP}]
153 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
154 - www-servers/gunicorn[${PYTHON_USEDEP}]
155 - )
156 -"
157 -RDEPEND="${CDEPEND}"
158 -
159 -DOCS=( CHANGES.rst CONTRIBUTING.rst CONTRIBUTORS.txt HISTORY.rst README.rst )
160 -PATCHES=( "${FILESDIR}"/${PN}-3.0.5-tests.patch )
161 -
162 -python_prepare_all() {
163 - # skip failing tests until cause is determined
164 - rm tests/{test_pytest_plugin.py,test_worker.py} || die
165 -
166 - distutils-r1_python_prepare_all
167 -}
168 -
169 -python_compile_all() {
170 - use doc && emake -C docs html
171 -}
172 -
173 -python_test() {
174 - #PYTHONPATH="${PWD}:${PYTHONPATH}" py.test -v tests || die "Tests failed under ${EPYTHON}"
175 - esetup.py test
176 -}
177 -
178 -python_install_all() {
179 - use doc && local HTML_DOCS=( docs/_build/html/. )
180 -
181 - distutils-r1_python_install_all
182 -}
183
184 diff --git a/dev-python/aiohttp/aiohttp-3.4.4.ebuild b/dev-python/aiohttp/aiohttp-3.4.4.ebuild
185 deleted file mode 100644
186 index ec6ebeb0b47..00000000000
187 --- a/dev-python/aiohttp/aiohttp-3.4.4.ebuild
188 +++ /dev/null
189 @@ -1,79 +0,0 @@
190 -# Copyright 1999-2019 Gentoo Authors
191 -# Distributed under the terms of the GNU General Public License v2
192 -
193 -EAPI="6"
194 -
195 -PYTHON_COMPAT=( python3_{5,6} )
196 -
197 -inherit distutils-r1
198 -
199 -DESCRIPTION="http client/server for asyncio"
200 -HOMEPAGE="https://pypi.org/project/aiohttp/"
201 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
202 -
203 -LICENSE="Apache-2.0"
204 -SLOT="0"
205 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
206 -IUSE="doc test"
207 -RESTRICT="!test? ( test )"
208 -
209 -CDEPEND="
210 - >=dev-python/async_timeout-3.0.0[${PYTHON_USEDEP}]
211 - >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
212 - dev-python/chardet[${PYTHON_USEDEP}]
213 - >=dev-python/multidict-4.0.0[${PYTHON_USEDEP}]
214 - >=dev-python/yarl-1.0[${PYTHON_USEDEP}]
215 - dev-python/idna-ssl[${PYTHON_USEDEP}]
216 -"
217 -DEPEND="
218 - dev-python/setuptools[${PYTHON_USEDEP}]
219 - dev-python/cython[${PYTHON_USEDEP}]
220 - doc? (
221 - >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
222 - dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}]
223 - dev-python/sphinxcontrib-blockdiag[${PYTHON_USEDEP}]
224 - dev-python/sphinxcontrib-newsfeed[${PYTHON_USEDEP}]
225 - dev-python/sphinxcontrib-spelling[${PYTHON_USEDEP}]
226 - dev-python/sphinx[${PYTHON_USEDEP}]
227 - dev-python/sphinx-aiohttp-theme[${PYTHON_USEDEP}]
228 - )
229 - test? (
230 - ${CDEPEND}
231 - dev-python/async_generator[${PYTHON_USEDEP}]
232 - >=dev-python/pytest-3.4.0[${PYTHON_USEDEP}]
233 - dev-python/pytest-mock[${PYTHON_USEDEP}]
234 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
235 - www-servers/gunicorn[${PYTHON_USEDEP}]
236 - )
237 -"
238 -RDEPEND="${CDEPEND}"
239 -
240 -DOCS=( CHANGES.rst CONTRIBUTING.rst CONTRIBUTORS.txt HISTORY.rst README.rst )
241 -PATCHES=( "${FILESDIR}"/${PN}-3.0.5-tests.patch )
242 -
243 -python_prepare_all() {
244 - # skip failing tests until cause is determined
245 - rm tests/{test_pytest_plugin.py,test_worker.py} || die
246 - # AttributeError: 'brotli.Decompressor' object has no attribute 'flush'
247 - sed -e 's:test_compression_brotli:_\0:' \
248 - -e 's:test_feed_eof_no_err_brotli:_\0:' \
249 - -i tests/test_http_parser.py || die
250 - # make pytest warnings non-fatal, to unbreak tests
251 - sed -i -e '/filterwarnings/d' setup.cfg || die
252 -
253 - distutils-r1_python_prepare_all
254 -}
255 -
256 -python_compile_all() {
257 - use doc && emake -C docs html
258 -}
259 -
260 -python_test() {
261 - pytest -vv || die "Tests fail with ${EPYTHON}"
262 -}
263 -
264 -python_install_all() {
265 - use doc && local HTML_DOCS=( docs/_build/html/. )
266 -
267 - distutils-r1_python_install_all
268 -}