mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
New package: python3-jupyterlab-lsp-5.1.0
This commit is contained in:
parent
a066c6dbf9
commit
c074176709
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-jupyterlab-lsp/template
Normal file
19
srcpkgs/python3-jupyterlab-lsp/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue