From c074176709f4a8bcd827c0cdf62d970a9afa53cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 18 Apr 2025 09:44:54 -0300 Subject: [PATCH] New package: python3-jupyterlab-lsp-5.1.0 --- srcpkgs/python3-jupyterlab-lsp/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-jupyterlab-lsp/template diff --git a/srcpkgs/python3-jupyterlab-lsp/template b/srcpkgs/python3-jupyterlab-lsp/template new file mode 100644 index 00000000000..7835a6bb8b6 --- /dev/null +++ b/srcpkgs/python3-jupyterlab-lsp/template @@ -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 , Gonzalo TornarĂ­a " +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 +}