Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Mon, 14 Jun 2021 11:25:10
Message-Id: 1623669901.050b52ffac32fedb3f3c355340c64b868e8a7e9d.andrewammerlaan@gentoo
1 commit: 050b52ffac32fedb3f3c355340c64b868e8a7e9d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 11:16:04 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 11:25:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050b52ff
7
8 profiles/package.mask: mask python-language-server for removal
9
10 unmaintained upstream, alternatives available.
11
12 Bug: https://bugs.gentoo.org/783615
13 Bug: https://bugs.gentoo.org/795924
14 Bug: https://bugs.gentoo.org/783618
15 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
16
17 profiles/package.mask | 24 ++++++++++++++++++++++++
18 1 file changed, 24 insertions(+)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index ce1581a0c45..975e0ed7f2a 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -32,6 +32,30 @@
25
26 #--- END OF EXAMPLES ---
27
28 +# Andrew Ammerlaan <andrewammerlaan@g.o> (2021-06-14)
29 +# The original Python Language Server by Palantir is no longer actively
30 +# developed [1]. Development on a language server for Python is continued by
31 +# the Spyder IDE community under a new name and in a new package. To continue
32 +# using pyls, please switch to the maintained forks [2]:
33 +# dev-python/python-language-server --> dev-python/python-lsp-server
34 +# dev-python/python-jsonrpc-server --> dev-python/python-lsp-jsonrpc
35 +# dev-python/pyls-black --> dev-python/python-lsp-black
36 +#
37 +# Note that dev-python/pyls-spyder has already switched to the new language
38 +# server as of version 0.4.0. Users of the Spyder IDE will automatically
39 +# switch to the new language server when upgrading to version 4.2.5-r1 or
40 +# 5.0.4-r1. Manual adjustments to the settings may be required in certain
41 +# configurations [3].
42 +#
43 +# Masked for removal in 30 days (2021-07-14).
44 +#
45 +# [1] https://github.com/palantir/python-language-server/issues/935
46 +# [2] https://bugs.gentoo.org/795924
47 +# [3] https://bugs.gentoo.org/783615
48 +dev-python/python-language-server
49 +dev-python/python-jsonrpc-server
50 +dev-python/pyls-black
51 +
52 # Volkmar W. Pogatzki <gentoo@××××××××.net> (2021-06-14)
53 # DeprecatedDep jre-1.3, upstream dead,removal in 30 days
54 # see bug: https://bugs.gentoo.org/787410