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: Mon, 04 Oct 2021 19:30:37
Message-Id: 1633375825.a813ea2bb8bc0874fe099ba42a954440301515ae.andrewammerlaan@gentoo
1 commit: a813ea2bb8bc0874fe099ba42a954440301515ae
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 19:24:10 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 19:30:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a813ea2b
7
8 dev-python/python-lsp-server: add version 1.2.3
9
10 Package-Manager: Portage-3.0.26, 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.3.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 b3f0c8c6603..0a12015b8f0 100644
19 --- a/dev-python/python-lsp-server/Manifest
20 +++ b/dev-python/python-lsp-server/Manifest
21 @@ -1,2 +1,3 @@
22 DIST python-lsp-server-1.2.1.tar.gz 61448 BLAKE2B 28294bf1f62a4fd0bf7b32b51a34b6206551614523130d7bb11f7f2e0175d4c061decada8c4f7713dc6c775f09f423d2c622d17354307faa557a48f5db2cdad3 SHA512 7a82af96508db943699ae63c90576205fca78e2ff47093934f26d9c5547199753acbc83ac0bdddb00d373761bebb31b5b869a9a02f734a5a4e033e7f024bf2d1
23 DIST python-lsp-server-1.2.2.tar.gz 61742 BLAKE2B d0886549d9ebf79bf97be30abb361be1fdee243abf9ed4707e27857122e9721dcc59f968c4ad7d2904ba11f06e6e6dc34593e5255ce0c9c528defdab7b6e3b7e SHA512 afeb0798fef151ab7cb79b3a0b294a30111d4bb409a4a8ad5148f9cb3dfb9a56e0033541b44a2b683bf043fcb31a8d83a788b0c9c22587b6ae532abb288542a6
24 +DIST python-lsp-server-1.2.3.tar.gz 62072 BLAKE2B 3d84e2d1eb77a706eee2da0e02bfab5e075faec9a0279070e2e43bd9dbfb973c6e343c5c2e3826fd64b55987603f7b1b27762d598bd1b5689f2013e3f5d06e90 SHA512 48b9441962d9d00010cee9b482f141259ff4944f737626630ef5051cac82578c9a37f62eea238c6e9df1b90dae739db335195a9eff4f50d0120721763791dad1
25
26 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
27 new file mode 100644
28 index 00000000000..422d457a592
29 --- /dev/null
30 +++ b/dev-python/python-lsp-server/python-lsp-server-1.2.3.ebuild
31 @@ -0,0 +1,85 @@
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 +}