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, 02 Sep 2021 06:33:16
Message-Id: 1630564384.cb0f7367e706034d08040bcf0293fd5aae5b67d2.andrewammerlaan@gentoo
1 commit: cb0f7367e706034d08040bcf0293fd5aae5b67d2
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 06:12:42 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 06:33:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0f7367
7
8 dev-python/python-lsp-server: add version 1.2.2
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/python-lsp-server/Manifest | 1 +
14 .../python-lsp-server-1.2.2.ebuild | 85 ++++++++++++++++++++++
15 2 files changed, 86 insertions(+)
16
17 diff --git a/dev-python/python-lsp-server/Manifest b/dev-python/python-lsp-server/Manifest
18 index 3acca426d45..2a80ed50fcd 100644
19 --- a/dev-python/python-lsp-server/Manifest
20 +++ b/dev-python/python-lsp-server/Manifest
21 @@ -1,3 +1,4 @@
22 DIST python-lsp-server-1.0.1.tar.gz 56835 BLAKE2B 430e215b7d65bff2008136783539c262ee201d651bf83750333d41353483882fe7a603208c2725c89530a34cef22e73fe1ef26ec80fe7fb42d2df79eae511528 SHA512 bf116d92bdebea41e4f6647673d390887d84be70d612b92b8c3973aa55db4b151c1188b06fb8e3b6dccb814fd22f938572e998f0b1329bf0b69d0e4750b8f5f6
23 DIST python-lsp-server-1.1.0.tar.gz 58194 BLAKE2B bc1d542e90a1295e7bddf68d366a738b371895a453e8fb7de5b0d688c49b45b9c3441d479c1f760291e32eedc6fd42cb5ee0966ed32a10ee7f883dee3559932f SHA512 fd9f1985bd55f93740671e83696b02567b12b9b77db14c495482494d23f0a73b2048d99fce9c1be0b7d7c847f213a681d379c342d128a95cf40bd3ffeca9766f
24 DIST python-lsp-server-1.2.1.tar.gz 61448 BLAKE2B 28294bf1f62a4fd0bf7b32b51a34b6206551614523130d7bb11f7f2e0175d4c061decada8c4f7713dc6c775f09f423d2c622d17354307faa557a48f5db2cdad3 SHA512 7a82af96508db943699ae63c90576205fca78e2ff47093934f26d9c5547199753acbc83ac0bdddb00d373761bebb31b5b869a9a02f734a5a4e033e7f024bf2d1
25 +DIST python-lsp-server-1.2.2.tar.gz 61742 BLAKE2B d0886549d9ebf79bf97be30abb361be1fdee243abf9ed4707e27857122e9721dcc59f968c4ad7d2904ba11f06e6e6dc34593e5255ce0c9c528defdab7b6e3b7e SHA512 afeb0798fef151ab7cb79b3a0b294a30111d4bb409a4a8ad5148f9cb3dfb9a56e0033541b44a2b683bf043fcb31a8d83a788b0c9c22587b6ae532abb288542a6
26
27 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
28 new file mode 100644
29 index 00000000000..422d457a592
30 --- /dev/null
31 +++ b/dev-python/python-lsp-server/python-lsp-server-1.2.2.ebuild
32 @@ -0,0 +1,85 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +PYTHON_COMPAT=( python3_{8..9} )
39 +
40 +DISTUTILS_USE_SETUPTOOLS=rdepend
41 +inherit distutils-r1 optfeature
42 +
43 +DESCRIPTION="Python Language Server for the Language Server Protocol"
44 +HOMEPAGE="https://github.com/python-lsp/python-lsp-server"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm64 ~x86"
50 +
51 +IUSE="all-plugins"
52 +
53 +BDEPEND="
54 + test? (
55 + dev-python/autopep8[${PYTHON_USEDEP}]
56 + dev-python/flaky[${PYTHON_USEDEP}]
57 + >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
58 + dev-python/matplotlib[${PYTHON_USEDEP}]
59 + >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
60 + <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
61 + dev-python/numpy[${PYTHON_USEDEP}]
62 + dev-python/pandas[${PYTHON_USEDEP}]
63 + >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
64 + >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
65 + >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
66 + <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
67 + >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
68 + <dev-python/pylint-2.10.0[${PYTHON_USEDEP}]
69 + dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
70 + >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
71 + dev-python/yapf[${PYTHON_USEDEP}]
72 + )"
73 +
74 +RDEPEND="
75 + >=dev-python/jedi-0.17.2[${PYTHON_USEDEP}]
76 + <dev-python/jedi-0.19.0[${PYTHON_USEDEP}]
77 + >=dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}]
78 + dev-python/pluggy[${PYTHON_USEDEP}]
79 + all-plugins? (
80 + dev-python/autopep8[${PYTHON_USEDEP}]
81 + >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
82 + >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
83 + <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
84 + >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
85 + >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
86 + >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
87 + <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
88 + >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
89 + <dev-python/pylint-2.10.0[${PYTHON_USEDEP}]
90 + >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
91 + dev-python/yapf[${PYTHON_USEDEP}]
92 + )
93 +"
94 +
95 +distutils_enable_tests pytest
96 +
97 +python_prepare_all() {
98 + # remove pytest-cov dep
99 + sed -i -e '0,/addopts/I!d' setup.cfg || die
100 +
101 + # This test is continuously breaking
102 + sed -i -e 's/test_folding/_&/' test/plugins/test_folding.py || die
103 +
104 + distutils-r1_python_prepare_all
105 +}
106 +
107 +pkg_postinst() {
108 + optfeature "Automatically formats Python code to conform to the PEP 8 style guide" dev-python/autopep8
109 + optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
110 + optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
111 + optfeature "Python style guide checker (fka pep8)" dev-python/pycodestyle
112 + optfeature "Python docstring style checker" dev-python/pydocstyle
113 + optfeature "Passive checker for Python programs" dev-python/pyflakes
114 + optfeature "Python code static checker" dev-python/pylint
115 + optfeature "Python refactoring library" dev-python/rope
116 + optfeature "A formatter for Python files" dev-python/yapf
117 +}