Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-lsp-server/
Date: Fri, 05 Nov 2021 15:13:19
Message-Id: 1636125178.1d1054ba499098a2dd97ec5fe705334ce2ca036e.arthurzam@gentoo
1 commit: 1d1054ba499098a2dd97ec5fe705334ce2ca036e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 15:12:43 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 15:12:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1054ba
7
8 dev-python/python-lsp-server: drop 1.2.2, 1.2.3
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/python-lsp-server/Manifest | 2 -
13 .../python-lsp-server-1.2.2.ebuild | 85 ----------------------
14 .../python-lsp-server-1.2.3.ebuild | 85 ----------------------
15 3 files changed, 172 deletions(-)
16
17 diff --git a/dev-python/python-lsp-server/Manifest b/dev-python/python-lsp-server/Manifest
18 index 5b458b0658a..e83a06d3fd4 100644
19 --- a/dev-python/python-lsp-server/Manifest
20 +++ b/dev-python/python-lsp-server/Manifest
21 @@ -1,3 +1 @@
22 -DIST python-lsp-server-1.2.2.tar.gz 61742 BLAKE2B d0886549d9ebf79bf97be30abb361be1fdee243abf9ed4707e27857122e9721dcc59f968c4ad7d2904ba11f06e6e6dc34593e5255ce0c9c528defdab7b6e3b7e SHA512 afeb0798fef151ab7cb79b3a0b294a30111d4bb409a4a8ad5148f9cb3dfb9a56e0033541b44a2b683bf043fcb31a8d83a788b0c9c22587b6ae532abb288542a6
23 -DIST python-lsp-server-1.2.3.tar.gz 62072 BLAKE2B 3d84e2d1eb77a706eee2da0e02bfab5e075faec9a0279070e2e43bd9dbfb973c6e343c5c2e3826fd64b55987603f7b1b27762d598bd1b5689f2013e3f5d06e90 SHA512 48b9441962d9d00010cee9b482f141259ff4944f737626630ef5051cac82578c9a37f62eea238c6e9df1b90dae739db335195a9eff4f50d0120721763791dad1
24 DIST python-lsp-server-1.2.4.tar.gz 62073 BLAKE2B b1426d71a4da5ac29fa6b3e956010625d594eee7924a51eb5074933866254189a9738895bc5dd4aae8acc1733b9f162b73646d9a3eee3ac17a587456f2da00e4 SHA512 862d59426c6e7c19f9d3d2766ec5f9ec818d29988ee72cde9553e4b1725fbbe4230ed2f6d7e8d08983c9ef1ced8d5afe42d6751ea529d3d8799c8930b1e10a26
25
26 diff --git a/dev-python/python-lsp-server/python-lsp-server-1.2.2.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.2.2.ebuild
27 deleted file mode 100644
28 index 7486604609a..00000000000
29 --- a/dev-python/python-lsp-server/python-lsp-server-1.2.2.ebuild
30 +++ /dev/null
31 @@ -1,85 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..9} )
38 -
39 -DISTUTILS_USE_SETUPTOOLS=rdepend
40 -inherit distutils-r1 optfeature
41 -
42 -DESCRIPTION="Python Language Server for the Language Server Protocol"
43 -HOMEPAGE="https://github.com/python-lsp/python-lsp-server"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm64 x86"
49 -
50 -IUSE="all-plugins"
51 -
52 -BDEPEND="
53 - test? (
54 - dev-python/autopep8[${PYTHON_USEDEP}]
55 - dev-python/flaky[${PYTHON_USEDEP}]
56 - >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
57 - dev-python/matplotlib[${PYTHON_USEDEP}]
58 - >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
59 - <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
60 - dev-python/numpy[${PYTHON_USEDEP}]
61 - dev-python/pandas[${PYTHON_USEDEP}]
62 - >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
63 - >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
64 - >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
65 - <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
66 - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
67 - <dev-python/pylint-2.10.0[${PYTHON_USEDEP}]
68 - dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
69 - >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
70 - dev-python/yapf[${PYTHON_USEDEP}]
71 - )"
72 -
73 -RDEPEND="
74 - >=dev-python/jedi-0.17.2[${PYTHON_USEDEP}]
75 - <dev-python/jedi-0.19.0[${PYTHON_USEDEP}]
76 - >=dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}]
77 - dev-python/pluggy[${PYTHON_USEDEP}]
78 - all-plugins? (
79 - dev-python/autopep8[${PYTHON_USEDEP}]
80 - >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
81 - >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
82 - <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
83 - >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
84 - >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
85 - >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
86 - <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
87 - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
88 - <dev-python/pylint-2.10.0[${PYTHON_USEDEP}]
89 - >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
90 - dev-python/yapf[${PYTHON_USEDEP}]
91 - )
92 -"
93 -
94 -distutils_enable_tests pytest
95 -
96 -python_prepare_all() {
97 - # remove pytest-cov dep
98 - sed -i -e '0,/addopts/I!d' setup.cfg || die
99 -
100 - # This test is continuously breaking
101 - sed -i -e 's/test_folding/_&/' test/plugins/test_folding.py || die
102 -
103 - distutils-r1_python_prepare_all
104 -}
105 -
106 -pkg_postinst() {
107 - optfeature "Automatically formats Python code to conform to the PEP 8 style guide" dev-python/autopep8
108 - optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
109 - optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
110 - optfeature "Python style guide checker (fka pep8)" dev-python/pycodestyle
111 - optfeature "Python docstring style checker" dev-python/pydocstyle
112 - optfeature "Passive checker for Python programs" dev-python/pyflakes
113 - optfeature "Python code static checker" dev-python/pylint
114 - optfeature "Python refactoring library" dev-python/rope
115 - optfeature "A formatter for Python files" dev-python/yapf
116 -}
117
118 diff --git a/dev-python/python-lsp-server/python-lsp-server-1.2.3.ebuild b/dev-python/python-lsp-server/python-lsp-server-1.2.3.ebuild
119 deleted file mode 100644
120 index 422d457a592..00000000000
121 --- a/dev-python/python-lsp-server/python-lsp-server-1.2.3.ebuild
122 +++ /dev/null
123 @@ -1,85 +0,0 @@
124 -# Copyright 1999-2021 Gentoo Authors
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI=8
128 -
129 -PYTHON_COMPAT=( python3_{8..9} )
130 -
131 -DISTUTILS_USE_SETUPTOOLS=rdepend
132 -inherit distutils-r1 optfeature
133 -
134 -DESCRIPTION="Python Language Server for the Language Server Protocol"
135 -HOMEPAGE="https://github.com/python-lsp/python-lsp-server"
136 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
137 -
138 -LICENSE="MIT"
139 -SLOT="0"
140 -KEYWORDS="~amd64 ~arm64 ~x86"
141 -
142 -IUSE="all-plugins"
143 -
144 -BDEPEND="
145 - test? (
146 - dev-python/autopep8[${PYTHON_USEDEP}]
147 - dev-python/flaky[${PYTHON_USEDEP}]
148 - >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
149 - dev-python/matplotlib[${PYTHON_USEDEP}]
150 - >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
151 - <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
152 - dev-python/numpy[${PYTHON_USEDEP}]
153 - dev-python/pandas[${PYTHON_USEDEP}]
154 - >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
155 - >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
156 - >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
157 - <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
158 - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
159 - <dev-python/pylint-2.10.0[${PYTHON_USEDEP}]
160 - dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
161 - >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
162 - dev-python/yapf[${PYTHON_USEDEP}]
163 - )"
164 -
165 -RDEPEND="
166 - >=dev-python/jedi-0.17.2[${PYTHON_USEDEP}]
167 - <dev-python/jedi-0.19.0[${PYTHON_USEDEP}]
168 - >=dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}]
169 - dev-python/pluggy[${PYTHON_USEDEP}]
170 - all-plugins? (
171 - dev-python/autopep8[${PYTHON_USEDEP}]
172 - >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
173 - >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
174 - <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
175 - >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
176 - >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
177 - >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
178 - <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
179 - >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
180 - <dev-python/pylint-2.10.0[${PYTHON_USEDEP}]
181 - >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
182 - dev-python/yapf[${PYTHON_USEDEP}]
183 - )
184 -"
185 -
186 -distutils_enable_tests pytest
187 -
188 -python_prepare_all() {
189 - # remove pytest-cov dep
190 - sed -i -e '0,/addopts/I!d' setup.cfg || die
191 -
192 - # This test is continuously breaking
193 - sed -i -e 's/test_folding/_&/' test/plugins/test_folding.py || die
194 -
195 - distutils-r1_python_prepare_all
196 -}
197 -
198 -pkg_postinst() {
199 - optfeature "Automatically formats Python code to conform to the PEP 8 style guide" dev-python/autopep8
200 - optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
201 - optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
202 - optfeature "Python style guide checker (fka pep8)" dev-python/pycodestyle
203 - optfeature "Python docstring style checker" dev-python/pydocstyle
204 - optfeature "Passive checker for Python programs" dev-python/pyflakes
205 - optfeature "Python code static checker" dev-python/pylint
206 - optfeature "Python refactoring library" dev-python/rope
207 - optfeature "A formatter for Python files" dev-python/yapf
208 -}