mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: python3-jupyter-lsp-2.2.5
This commit is contained in:
parent
3ce34f9cb2
commit
a066c6dbf9
2 changed files with 27 additions and 0 deletions
24
srcpkgs/python3-jupyter-lsp/template
Normal file
24
srcpkgs/python3-jupyter-lsp/template
Normal 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
|
||||
}
|
3
srcpkgs/python3-jupyter-lsp/update
Normal file
3
srcpkgs/python3-jupyter-lsp/update
Normal file
|
@ -0,0 +1,3 @@
|
|||
# override since the github also contains jupyterlab-server tags
|
||||
site=https://pypi.org/simple/jupyter-lsp
|
||||
pkgname=jupyter-lsp
|
Loading…
Add table
Reference in a new issue