1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

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.
This commit is contained in:
Po-Chuan Hsieh 2024-10-31 17:07:45 +08:00
parent 11f6e63047
commit f4c51a1f1a
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -0,0 +1,2 @@
jupyter-collaboration-ui is a JupyterLab/Jupyter Notebook 7+ extension providing
user interface integration for real time collaboration.