+github.com/python-lsp/python-lsp-server

This commit is contained in:
Branch Vincent 2023-04-22 12:31:09 -07:00 committed by Jacob Heider
parent f99e611b38
commit 9535e70590

View file

@ -0,0 +1,19 @@
distributable:
url: https://github.com/python-lsp/python-lsp-server/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: python-lsp/python-lsp-server/releases/tags
strip: /^v/
dependencies:
python.org: ^3
build: python-venv.sh {{prefix}}/bin/pylsp
provides:
- bin/pylsp
test:
script: |
test "$(pylsp --version)" = "pylsp v{{version}}"