diff options
| author | Isaac Yu <isaacyu@protonmail.com> | 2025-12-13 21:42:10 -0800 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-12-16 06:52:25 +0700 |
| commit | bb1ac6ef15f838ed732212c6819ba21d005f0bd9 (patch) | |
| tree | 0854059d4886203e41834b1a42ed67b188077734 /python/python3-lsp-server | |
| parent | 4ded90de8b2713aef3f87d1f4caba4cadb579085 (diff) | |
python/python3-lsp-server: Restore default yapf >= 0.33.0 requirement
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lsp-server')
| -rw-r--r-- | python/python3-lsp-server/python3-lsp-server.SlackBuild | 6 |
1 files changed, 0 insertions, 6 deletions
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/ |
