mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
+github.com/python-lsp/python-lsp-server
This commit is contained in:
parent
f99e611b38
commit
9535e70590
1 changed files with 19 additions and 0 deletions
19
projects/github.com/python-lsp/python-lsp-server/package.yml
Normal file
19
projects/github.com/python-lsp/python-lsp-server/package.yml
Normal 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}}"
|
Loading…
Reference in a new issue