From bb1ac6ef15f838ed732212c6819ba21d005f0bd9 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 13 Dec 2025 21:42:10 -0800 Subject: python/python3-lsp-server: Restore default yapf >= 0.33.0 requirement Signed-off-by: Willy Sudiarto Raharjo --- python/python3-lsp-server/python3-lsp-server.SlackBuild | 6 ------ 1 file changed, 6 deletions(-) (limited to 'python/python3-lsp-server') diff --git a/python/python3-lsp-server/python3-lsp-server.SlackBuild b/python/python3-lsp-server/python3-lsp-server.SlackBuild index 132424d63a..1e1103c2df 100644 --- a/python/python3-lsp-server/python3-lsp-server.SlackBuild +++ b/python/python3-lsp-server/python3-lsp-server.SlackBuild @@ -71,12 +71,6 @@ sed -i "s|pycodestyle>=2.11.0,<2.12.0|pycodestyle>=2.11.0|" -i pyproject.toml sed -i "s|pyflakes>=3.1.0,<3.2.0|pyflakes>=3.1.0|" -i pyproject.toml sed -i "s|pylint>=2.5.0,<3.1|pylint>=2.5.0|" -i pyproject.toml -# If yapf is still on 0.32.0, take this into account -# This involves reverting the following pull requests: -# https://github.com/python-lsp/python-lsp-server/pull/346 -# https://github.com/python-lsp/python-lsp-server/pull/377 -sed -i "s|yapf>=0.33.0|yapf>=0.32.0|" -i pyproject.toml - PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') export PYTHONPATH=/opt/python$PYVER/site-packages/ -- cgit v1.2.3