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 +}