Gentoo Archives: gentoo-commits

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