diff --git a/projects/github.com/python-lsp/python-lsp-server/package.yml b/projects/github.com/python-lsp/python-lsp-server/package.yml new file mode 100644 index 00000000..bdfa5c7c --- /dev/null +++ b/projects/github.com/python-lsp/python-lsp-server/package.yml @@ -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}}"