Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-lsp-server/
Date: Thu, 30 Dec 2021 21:00:44
Message-Id: 1640898033.492b09e75bfc7032e7a9ef1a9b72306791f95155.andrewammerlaan@gentoo
1 commit: 492b09e75bfc7032e7a9ef1a9b72306791f95155
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 20:59:38 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 21:00:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492b09e7
7
8 dev-python/python-lsp-server: cleanup old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/python-lsp-server/Manifest | 3 -
14 .../python-lsp-server-1.2.4.ebuild | 86 --------------------
15 .../python-lsp-server-1.3.1.ebuild | 91 ----------------------
16 .../python-lsp-server-1.3.2.ebuild | 91 ----------------------
17 4 files changed, 271 deletions(-)
18
19 diff --git a/dev-python/python-lsp-server/Manifest b/dev-python/python-lsp-server/Manifest
20 index ad77e8554d4e..3255446725a5 100644
21 --- a/dev-python/python-lsp-server/Manifest
22 +++ b/dev-python/python-lsp-server/Manifest
23 @@ -1,4 +1 @@
24 -DIST python-lsp-server-1.2.4.tar.gz 62073 BLAKE2B b1426d71a4da5ac29fa6b3e956010625d594eee7924a51eb5074933866254189a9738895bc5dd4aae8acc1733b9f162b73646d9a3eee3ac17a587456f2da00e4 SHA512 862d59426c6e7c19f9d3d2766ec5f9ec818d29988ee72cde9553e4b1725fbbe4230ed2f6d7e8d08983c9ef1ced8d5afe42d6751ea529d3d8799c8930b1e10a26
25 -DIST python-lsp-server-1.3.1.tar.gz 62464 BLAKE2B 89bcd96aab49c1819df29f5535d527669ce6a1face08647247fb9fe3700882b95afb4c32e8c5b6cab81148476b71b5645a6290a2ab2252fdeb93691430dd7b4b SHA512 45327254b0826d2883d0838734eb97a53fb4c6f61fe72c397de903107dbb852834a4c363aa34189a06a5f40cadb3644cb940fd69c969210c287cd3c21b81283c
26 -DIST python-lsp-server-1.3.2.tar.gz 62480 BLAKE2B 309b36190b3924846d919182fe971a9f201f4f7f788dee814faa2748d4d04ac15e2eabc5a7102afb0e728bd5a9b343859b5c0634999a8233fa17c906536a6e89 SHA512 9d918787648849cad54e7253f69c87aa82418c592a66e2929f678b5f8e127b52ccb4591dc83467158f776afa0f7fd9ccd3eaf6be3f6663ef434153cc66276179
27 DIST python-lsp-server-1.3.3.tar.gz 62604 BLAKE2B 16f49013ccefc0dabcf58c6007c05828a930d0bc873805543fde79630bdc8bd020cb63d0d0ba56c181282a96c57c6084acde30dc2a8011d208040c2a93c3644b SHA512 94e9bf1e74799c395589451c02c1220bc79336e1c1cdc243e95e891f61c7977b2438d78da3db3da572022870e67305b8caca22241e0cfab23d3b546639c69aa7
28
29 diff --git a/dev-python/python-lsp-server/python-lsp-server-1.2.4.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.2.4.ebuild
30 deleted file mode 100644
31 index 1cd1a5e0112f..000000000000
32 --- a/dev-python/python-lsp-server/python-lsp-server-1.2.4.ebuild
33 +++ /dev/null
34 @@ -1,86 +0,0 @@
35 -# Copyright 1999-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..9} )
41 -
42 -DISTUTILS_USE_SETUPTOOLS=rdepend
43 -inherit distutils-r1 optfeature
44 -
45 -DESCRIPTION="Python Language Server for the Language Server Protocol"
46 -HOMEPAGE="https://github.com/python-lsp/python-lsp-server"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm64 x86"
52 -
53 -IUSE="all-plugins"
54 -
55 -BDEPEND="
56 - test? (
57 - dev-python/autopep8[${PYTHON_USEDEP}]
58 - dev-python/flaky[${PYTHON_USEDEP}]
59 - >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
60 - <dev-python/flake8-4.0.0[${PYTHON_USEDEP}]
61 - dev-python/matplotlib[${PYTHON_USEDEP}]
62 - >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
63 - <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
64 - dev-python/numpy[${PYTHON_USEDEP}]
65 - dev-python/pandas[${PYTHON_USEDEP}]
66 - >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
67 - >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
68 - >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
69 - <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
70 - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
71 - dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
72 - >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
73 - dev-python/yapf[${PYTHON_USEDEP}]
74 - )"
75 -
76 -RDEPEND="
77 - >=dev-python/jedi-0.17.2[${PYTHON_USEDEP}]
78 - <dev-python/jedi-0.19.0[${PYTHON_USEDEP}]
79 - >=dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}]
80 - dev-python/pluggy[${PYTHON_USEDEP}]
81 - all-plugins? (
82 - dev-python/autopep8[${PYTHON_USEDEP}]
83 - >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
84 - <dev-python/flake8-4.0.0[${PYTHON_USEDEP}]
85 - >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
86 - <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
87 - >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
88 - >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
89 - >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
90 - <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
91 - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
92 - >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
93 - dev-python/yapf[${PYTHON_USEDEP}]
94 - )
95 -"
96 -
97 -PATCHES=(
98 - "${FILESDIR}/${P}-unpin-pylint.patch"
99 -)
100 -
101 -distutils_enable_tests pytest
102 -
103 -python_prepare_all() {
104 - # remove pytest-cov dep
105 - sed -i -e '0,/addopts/I!d' setup.cfg || die
106 -
107 - distutils-r1_python_prepare_all
108 -}
109 -
110 -pkg_postinst() {
111 - optfeature "Automatically formats Python code to conform to the PEP 8 style guide" dev-python/autopep8
112 - optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
113 - optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
114 - optfeature "Python style guide checker (fka pep8)" dev-python/pycodestyle
115 - optfeature "Python docstring style checker" dev-python/pydocstyle
116 - optfeature "Passive checker for Python programs" dev-python/pyflakes
117 - optfeature "Python code static checker" dev-python/pylint
118 - optfeature "Python refactoring library" dev-python/rope
119 - optfeature "A formatter for Python files" dev-python/yapf
120 -}
121
122 diff --git a/dev-python/python-lsp-server/python-lsp-server-1.3.1.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.3.1.ebuild
123 deleted file mode 100644
124 index 4abe8cd007cd..000000000000
125 --- a/dev-python/python-lsp-server/python-lsp-server-1.3.1.ebuild
126 +++ /dev/null
127 @@ -1,91 +0,0 @@
128 -# Copyright 1999-2021 Gentoo Authors
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=8
132 -
133 -PYTHON_COMPAT=( python3_{8..10} )
134 -
135 -DISTUTILS_USE_SETUPTOOLS=rdepend
136 -inherit distutils-r1 optfeature
137 -
138 -DESCRIPTION="Python Language Server for the Language Server Protocol"
139 -HOMEPAGE="https://github.com/python-lsp/python-lsp-server"
140 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
141 -
142 -LICENSE="MIT"
143 -SLOT="0"
144 -KEYWORDS="~amd64 ~arm64 ~x86"
145 -
146 -IUSE="all-plugins"
147 -
148 -BDEPEND="
149 - test? (
150 - >=dev-python/autopep8-1.6.0[${PYTHON_USEDEP}]
151 - <dev-python/autopep8-1.7.0[${PYTHON_USEDEP}]
152 - dev-python/flaky[${PYTHON_USEDEP}]
153 - >=dev-python/flake8-4.0.0[${PYTHON_USEDEP}]
154 - <dev-python/flake8-4.1.0[${PYTHON_USEDEP}]
155 - dev-python/matplotlib[${PYTHON_USEDEP}]
156 - >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
157 - <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
158 - dev-python/numpy[${PYTHON_USEDEP}]
159 - dev-python/pandas[${PYTHON_USEDEP}]
160 - >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
161 - <dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
162 - >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
163 - >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
164 - <dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
165 - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
166 - dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
167 - >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
168 - dev-python/yapf[${PYTHON_USEDEP}]
169 - )"
170 -
171 -RDEPEND="
172 - >=dev-python/jedi-0.17.2[${PYTHON_USEDEP}]
173 - <dev-python/jedi-0.19.0[${PYTHON_USEDEP}]
174 - >=dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}]
175 - dev-python/pluggy[${PYTHON_USEDEP}]
176 - all-plugins? (
177 - >=dev-python/autopep8-1.6.0[${PYTHON_USEDEP}]
178 - <dev-python/autopep8-1.7.0[${PYTHON_USEDEP}]
179 - >=dev-python/flake8-4.0.0[${PYTHON_USEDEP}]
180 - <dev-python/flake8-4.1.0[${PYTHON_USEDEP}]
181 - >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
182 - <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
183 - >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
184 - <dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
185 - >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
186 - >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
187 - <dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
188 - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
189 - >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
190 - dev-python/yapf[${PYTHON_USEDEP}]
191 - )
192 -"
193 -
194 -distutils_enable_tests pytest
195 -
196 -python_prepare_all() {
197 - # remove pytest-cov dep
198 - sed -i -e '0,/addopts/I!d' setup.cfg || die
199 -
200 - # This fails with py3.10, but it is not important. Instead of
201 - # 'invalid syntax' we now get 'syntax-error'
202 - sed -i -e 's/test_syntax_error_pylint_py3/_&/' \
203 - test/plugins/test_pylint_lint.py || die
204 -
205 - distutils-r1_python_prepare_all
206 -}
207 -
208 -pkg_postinst() {
209 - optfeature "Automatically formats Python code to conform to the PEP 8 style guide" dev-python/autopep8
210 - optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
211 - optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
212 - optfeature "Python style guide checker (fka pep8)" dev-python/pycodestyle
213 - optfeature "Python docstring style checker" dev-python/pydocstyle
214 - optfeature "Passive checker for Python programs" dev-python/pyflakes
215 - optfeature "Python code static checker" dev-python/pylint
216 - optfeature "Python refactoring library" dev-python/rope
217 - optfeature "A formatter for Python files" dev-python/yapf
218 -}
219
220 diff --git a/dev-python/python-lsp-server/python-lsp-server-1.3.2.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.3.2.ebuild
221 deleted file mode 100644
222 index 4abe8cd007cd..000000000000
223 --- a/dev-python/python-lsp-server/python-lsp-server-1.3.2.ebuild
224 +++ /dev/null
225 @@ -1,91 +0,0 @@
226 -# Copyright 1999-2021 Gentoo Authors
227 -# Distributed under the terms of the GNU General Public License v2
228 -
229 -EAPI=8
230 -
231 -PYTHON_COMPAT=( python3_{8..10} )
232 -
233 -DISTUTILS_USE_SETUPTOOLS=rdepend
234 -inherit distutils-r1 optfeature
235 -
236 -DESCRIPTION="Python Language Server for the Language Server Protocol"
237 -HOMEPAGE="https://github.com/python-lsp/python-lsp-server"
238 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
239 -
240 -LICENSE="MIT"
241 -SLOT="0"
242 -KEYWORDS="~amd64 ~arm64 ~x86"
243 -
244 -IUSE="all-plugins"
245 -
246 -BDEPEND="
247 - test? (
248 - >=dev-python/autopep8-1.6.0[${PYTHON_USEDEP}]
249 - <dev-python/autopep8-1.7.0[${PYTHON_USEDEP}]
250 - dev-python/flaky[${PYTHON_USEDEP}]
251 - >=dev-python/flake8-4.0.0[${PYTHON_USEDEP}]
252 - <dev-python/flake8-4.1.0[${PYTHON_USEDEP}]
253 - dev-python/matplotlib[${PYTHON_USEDEP}]
254 - >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
255 - <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
256 - dev-python/numpy[${PYTHON_USEDEP}]
257 - dev-python/pandas[${PYTHON_USEDEP}]
258 - >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
259 - <dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
260 - >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
261 - >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
262 - <dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
263 - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
264 - dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
265 - >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
266 - dev-python/yapf[${PYTHON_USEDEP}]
267 - )"
268 -
269 -RDEPEND="
270 - >=dev-python/jedi-0.17.2[${PYTHON_USEDEP}]
271 - <dev-python/jedi-0.19.0[${PYTHON_USEDEP}]
272 - >=dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}]
273 - dev-python/pluggy[${PYTHON_USEDEP}]
274 - all-plugins? (
275 - >=dev-python/autopep8-1.6.0[${PYTHON_USEDEP}]
276 - <dev-python/autopep8-1.7.0[${PYTHON_USEDEP}]
277 - >=dev-python/flake8-4.0.0[${PYTHON_USEDEP}]
278 - <dev-python/flake8-4.1.0[${PYTHON_USEDEP}]
279 - >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
280 - <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
281 - >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
282 - <dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}]
283 - >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
284 - >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
285 - <dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
286 - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
287 - >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
288 - dev-python/yapf[${PYTHON_USEDEP}]
289 - )
290 -"
291 -
292 -distutils_enable_tests pytest
293 -
294 -python_prepare_all() {
295 - # remove pytest-cov dep
296 - sed -i -e '0,/addopts/I!d' setup.cfg || die
297 -
298 - # This fails with py3.10, but it is not important. Instead of
299 - # 'invalid syntax' we now get 'syntax-error'
300 - sed -i -e 's/test_syntax_error_pylint_py3/_&/' \
301 - test/plugins/test_pylint_lint.py || die
302 -
303 - distutils-r1_python_prepare_all
304 -}
305 -
306 -pkg_postinst() {
307 - optfeature "Automatically formats Python code to conform to the PEP 8 style guide" dev-python/autopep8
308 - optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
309 - optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
310 - optfeature "Python style guide checker (fka pep8)" dev-python/pycodestyle
311 - optfeature "Python docstring style checker" dev-python/pydocstyle
312 - optfeature "Passive checker for Python programs" dev-python/pyflakes
313 - optfeature "Python code static checker" dev-python/pylint
314 - optfeature "Python refactoring library" dev-python/rope
315 - optfeature "A formatter for Python files" dev-python/yapf
316 -}