git: f4c51a1f1ad6 - main - devel/py-jupyter-collaboration-ui: Add py-jupyter-collaboration-ui 1.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 09:23:45 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4c51a1f1ad62a6c6820f8ac2e73b236bc06e9b7 commit f4c51a1f1ad62a6c6820f8ac2e73b236bc06e9b7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-31 09:07:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-31 09:22:50 +0000 devel/py-jupyter-collaboration-ui: Add py-jupyter-collaboration-ui 1.0.0 jupyter-collaboration-ui is a JupyterLab/Jupyter Notebook 7+ extension providing user interface integration for real time collaboration. --- devel/Makefile | 1 + devel/py-jupyter-collaboration-ui/Makefile | 26 ++++++++++++++++++++++++++ devel/py-jupyter-collaboration-ui/distinfo | 3 +++ devel/py-jupyter-collaboration-ui/pkg-descr | 2 ++ 4 files changed, 32 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index d00fbc4689d1..1c043ee501af 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5098,6 +5098,7 @@ SUBDIR += py-jupyter SUBDIR += py-jupyter-client SUBDIR += py-jupyter-collaboration + SUBDIR += py-jupyter-collaboration-ui SUBDIR += py-jupyter-core SUBDIR += py-jupyter-events SUBDIR += py-jupyter-kernel-test diff --git a/devel/py-jupyter-collaboration-ui/Makefile b/devel/py-jupyter-collaboration-ui/Makefile new file mode 100644 index 000000000000..4c94e199a500 --- /dev/null +++ b/devel/py-jupyter-collaboration-ui/Makefile @@ -0,0 +1,26 @@ +PORTNAME= jupyter-collaboration-ui +PORTVERSION= 1.0.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= jupyter_collaboration_ui-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= JupyterLab/Jupyter Notebook 7+ extension providing user interface integration for real time collaboration +WWW= https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/ \ + https://github.com/jupyterlab/jupyter-collaboration/tree/main/projects/jupyter-collaboration-ui \ + https://github.com/jupyterlab/jupyter-collaboration + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.5:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=1.4.0:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.0.0:devel/py-jupyterlab@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-jupyter-collaboration-ui/distinfo b/devel/py-jupyter-collaboration-ui/distinfo new file mode 100644 index 000000000000..ecbf251d078a --- /dev/null +++ b/devel/py-jupyter-collaboration-ui/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1730301000 +SHA256 (jupyter_collaboration_ui-1.0.0.tar.gz) = 853c9498bcd1bdec4d4d9c53bf831b7e59be3935bd8f41d178ba4026e93f5a76 +SIZE (jupyter_collaboration_ui-1.0.0.tar.gz) = 58462 diff --git a/devel/py-jupyter-collaboration-ui/pkg-descr b/devel/py-jupyter-collaboration-ui/pkg-descr new file mode 100644 index 000000000000..9845d1b3789f --- /dev/null +++ b/devel/py-jupyter-collaboration-ui/pkg-descr @@ -0,0 +1,2 @@ +jupyter-collaboration-ui is a JupyterLab/Jupyter Notebook 7+ extension providing +user interface integration for real time collaboration.