git: 4cf130ce9e82 - main - devel/py-jupyterlab-lsp: Add py-jupyterlab-lsp 4.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:39:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cf130ce9e826520a22c50472b7d943903a64366 commit 4cf130ce9e826520a22c50472b7d943903a64366 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:16:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:25 +0000 devel/py-jupyterlab-lsp: Add py-jupyterlab-lsp 4.0.1 Language Server Protocol integration for Jupyter(Lab) --- devel/Makefile | 1 + devel/py-jupyterlab-lsp/Makefile | 22 ++++++++++++++++++++++ devel/py-jupyterlab-lsp/distinfo | 3 +++ devel/py-jupyterlab-lsp/pkg-descr | 1 + 4 files changed, 27 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 745cfde32b0a..e09e389979aa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4820,6 +4820,7 @@ SUBDIR += py-jupyter-ydoc SUBDIR += py-jupyter_console SUBDIR += py-jupyterlab + SUBDIR += py-jupyterlab-lsp SUBDIR += py-jupyterlab-server SUBDIR += py-jupyterlab-widgets SUBDIR += py-jupyterlab_launcher diff --git a/devel/py-jupyterlab-lsp/Makefile b/devel/py-jupyterlab-lsp/Makefile new file mode 100644 index 000000000000..1de57c96e0d3 --- /dev/null +++ b/devel/py-jupyterlab-lsp/Makefile @@ -0,0 +1,22 @@ +PORTNAME= jupyterlab-lsp +PORTVERSION= 4.0.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Coding assistance for JupyterLab with Language Server Protocol +WWW= https://github.com/jupyter-lsp/jupyterlab-lsp + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-lsp>=2.0.0:devel/py-jupyter-lsp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.6.0<4.0.0a0:devel/py-jupyterlab@${PY_FLAVOR} + +USES= python:3.8+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-jupyterlab-lsp/distinfo b/devel/py-jupyterlab-lsp/distinfo new file mode 100644 index 000000000000..d2c917549274 --- /dev/null +++ b/devel/py-jupyterlab-lsp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1680726010 +SHA256 (jupyterlab-lsp-4.0.1.tar.gz) = d553d17ecf85db8876c497a8260959429b8270f0e4e8fb5ff1c5ab016dc6e6da +SIZE (jupyterlab-lsp-4.0.1.tar.gz) = 869528 diff --git a/devel/py-jupyterlab-lsp/pkg-descr b/devel/py-jupyterlab-lsp/pkg-descr new file mode 100644 index 000000000000..565764514174 --- /dev/null +++ b/devel/py-jupyterlab-lsp/pkg-descr @@ -0,0 +1 @@ +Language Server Protocol integration for Jupyter(Lab)