commit: 050b52ffac32fedb3f3c355340c64b868e8a7e9d Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Jun 14 11:16:04 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Jun 14 11:25:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050b52ff
profiles/package.mask: mask python-language-server for removal unmaintained upstream, alternatives available. Bug: https://bugs.gentoo.org/783615 Bug: https://bugs.gentoo.org/795924 Bug: https://bugs.gentoo.org/783618 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/package.mask | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index ce1581a0c45..975e0ed7f2a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,30 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan <[email protected]> (2021-06-14) +# The original Python Language Server by Palantir is no longer actively +# developed [1]. Development on a language server for Python is continued by +# the Spyder IDE community under a new name and in a new package. To continue +# using pyls, please switch to the maintained forks [2]: +# dev-python/python-language-server --> dev-python/python-lsp-server +# dev-python/python-jsonrpc-server --> dev-python/python-lsp-jsonrpc +# dev-python/pyls-black --> dev-python/python-lsp-black +# +# Note that dev-python/pyls-spyder has already switched to the new language +# server as of version 0.4.0. Users of the Spyder IDE will automatically +# switch to the new language server when upgrading to version 4.2.5-r1 or +# 5.0.4-r1. Manual adjustments to the settings may be required in certain +# configurations [3]. +# +# Masked for removal in 30 days (2021-07-14). +# +# [1] https://github.com/palantir/python-language-server/issues/935 +# [2] https://bugs.gentoo.org/795924 +# [3] https://bugs.gentoo.org/783615 +dev-python/python-language-server +dev-python/python-jsonrpc-server +dev-python/pyls-black + # Volkmar W. Pogatzki <[email protected]> (2021-06-14) # DeprecatedDep jre-1.3, upstream dead,removal in 30 days # see bug: https://bugs.gentoo.org/787410
