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:
parent
11f6e63047
commit
f4c51a1f1a
@ -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
|
||||
|
26
devel/py-jupyter-collaboration-ui/Makefile
Normal file
26
devel/py-jupyter-collaboration-ui/Makefile
Normal 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>
|
3
devel/py-jupyter-collaboration-ui/distinfo
Normal file
3
devel/py-jupyter-collaboration-ui/distinfo
Normal 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
|
2
devel/py-jupyter-collaboration-ui/pkg-descr
Normal file
2
devel/py-jupyter-collaboration-ui/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
jupyter-collaboration-ui is a JupyterLab/Jupyter Notebook 7+ extension providing
|
||||
user interface integration for real time collaboration.
|
Loading…
Reference in New Issue
Block a user