New package: python3-jupyter-lsp-2.2.5

This commit is contained in:
Gonzalo Tornaría 2025-04-18 09:32:49 -03:00 committed by Andrew J. Hesford
parent 3ce34f9cb2
commit a066c6dbf9
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,24 @@
# Template file for 'python3-jupyter-lsp'
pkgname=python3-jupyter-lsp
version=2.2.5
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-jupyter_server"
checkdepends="$depends python3-pytest"
short_desc="Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server"
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter-lsp/jupyterlab-lsp"
changelog="https://github.com/jupyter-lsp/jupyterlab-lsp/releases"
distfiles="${PYPI_SITE}/j/jupyter-lsp/jupyter-lsp-${version}.tar.gz"
checksum=793147a05ad446f809fd53ef1cd19a9f5256fd0a2d6b7ce943a982cb4f545001
# This test needs R package languageserver which we don't have
make_check_args="
--deselect jupyter_lsp/tests/test_detect.py::test_r_package_detection"
post_install() {
mv ${DESTDIR}/usr/etc ${DESTDIR}
vlicense LICENSE
}

View file

@ -0,0 +1,3 @@
# override since the github also contains jupyterlab-server tags
site=https://pypi.org/simple/jupyter-lsp
pkgname=jupyter-lsp