New package: python3-jupyterlab-lsp-5.1.0

This commit is contained in:
Gonzalo Tornaría 2025-04-18 09:44:54 -03:00 committed by Andrew J. Hesford
parent a066c6dbf9
commit c074176709

View file

@ -0,0 +1,19 @@
# Template file for 'python3-jupyterlab-lsp'
pkgname=python3-jupyterlab-lsp
version=5.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-jupyter-lsp jupyterlab"
short_desc="Coding assistance for JupyterLab with Language Server Protocol"
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/jupyterlab-lsp/jupyterlab-lsp-${version}.tar.gz"
checksum=aeac84093ada6d20ef57ae0e97811cc5796a0cab7237b32f8eddf993c0bb0356
make_check=no # Upstream defines no tests
post_install() {
vlicense LICENSE
}