commit:     1139e67a7b28715e741c6726bb2f6471ac254e2a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 06:03:55 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 06:04:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1139e67a

dev-python/python-lsp-server: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-lsp-server/Manifest              |  1 -
 .../python-lsp-server-1.2.1.ebuild                 | 83 ----------------------
 2 files changed, 84 deletions(-)

diff --git a/dev-python/python-lsp-server/Manifest 
b/dev-python/python-lsp-server/Manifest
index 0a12015b8f0..613de13e20c 100644
--- a/dev-python/python-lsp-server/Manifest
+++ b/dev-python/python-lsp-server/Manifest
@@ -1,3 +1,2 @@
-DIST python-lsp-server-1.2.1.tar.gz 61448 BLAKE2B 
28294bf1f62a4fd0bf7b32b51a34b6206551614523130d7bb11f7f2e0175d4c061decada8c4f7713dc6c775f09f423d2c622d17354307faa557a48f5db2cdad3
 SHA512 
7a82af96508db943699ae63c90576205fca78e2ff47093934f26d9c5547199753acbc83ac0bdddb00d373761bebb31b5b869a9a02f734a5a4e033e7f024bf2d1
 DIST python-lsp-server-1.2.2.tar.gz 61742 BLAKE2B 
d0886549d9ebf79bf97be30abb361be1fdee243abf9ed4707e27857122e9721dcc59f968c4ad7d2904ba11f06e6e6dc34593e5255ce0c9c528defdab7b6e3b7e
 SHA512 
afeb0798fef151ab7cb79b3a0b294a30111d4bb409a4a8ad5148f9cb3dfb9a56e0033541b44a2b683bf043fcb31a8d83a788b0c9c22587b6ae532abb288542a6
 DIST python-lsp-server-1.2.3.tar.gz 62072 BLAKE2B 
3d84e2d1eb77a706eee2da0e02bfab5e075faec9a0279070e2e43bd9dbfb973c6e343c5c2e3826fd64b55987603f7b1b27762d598bd1b5689f2013e3f5d06e90
 SHA512 
48b9441962d9d00010cee9b482f141259ff4944f737626630ef5051cac82578c9a37f62eea238c6e9df1b90dae739db335195a9eff4f50d0120721763791dad1

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
deleted file mode 100644
index c1af542c10d..00000000000
--- a/dev-python/python-lsp-server/python-lsp-server-1.2.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Python Language Server for the Language Server Protocol"
-HOMEPAGE="https://github.com/python-lsp/python-lsp-server";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-IUSE="all-plugins"
-
-BDEPEND="
-       test? (
-               dev-python/autopep8[${PYTHON_USEDEP}]
-               dev-python/flaky[${PYTHON_USEDEP}]
-               >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
-               dev-python/matplotlib[${PYTHON_USEDEP}]
-               >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
-               <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
-               >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
-               >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
-               <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
-               >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
-               dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
-               >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
-               dev-python/yapf[${PYTHON_USEDEP}]
-       )"
-
-RDEPEND="
-       >=dev-python/jedi-0.17.2[${PYTHON_USEDEP}]
-       <dev-python/jedi-0.19.0[${PYTHON_USEDEP}]
-       >=dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}]
-       dev-python/pluggy[${PYTHON_USEDEP}]
-       all-plugins? (
-               dev-python/autopep8[${PYTHON_USEDEP}]
-               >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
-               >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
-               <dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
-               >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
-               >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
-               >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
-               <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
-               >=dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
-               >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
-               dev-python/yapf[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # remove pytest-cov dep
-       sed -i -e '0,/addopts/I!d' setup.cfg || die
-
-       # This test is continuously breaking
-       sed -i -e 's/test_folding/_&/' test/plugins/test_folding.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-pkg_postinst() {
-       optfeature "Automatically formats Python code to conform to the PEP 8 
style guide" dev-python/autopep8
-       optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
-       optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
-       optfeature "Python style guide checker (fka pep8)" 
dev-python/pycodestyle
-       optfeature "Python docstring style checker" dev-python/pydocstyle
-       optfeature "Passive checker for Python programs" dev-python/pyflakes
-       optfeature "Python code static checker" dev-python/pylint
-       optfeature "Python refactoring library" dev-python/rope
-       optfeature "A formatter for Python files" dev-python/yapf
-}

Reply via email to