mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-jupyter-server-ydoc: Add py-jupyter-server-ydoc 1.0.0
jupyter-server-ydoc is a jupyter-server extension integrating collaborative shared models. The collaborative shared models are used for both: - real time collaboration, and - server-side execution of notebooks
This commit is contained in:
parent
608361c04e
commit
e3ca4a0d6e
5 changed files with 41 additions and 1 deletions
1
MOVED
1
MOVED
|
@ -2482,7 +2482,6 @@ net/rubygem-octokit5|net/rubygem-octokit|2023-10-06|Use net/rubygem-octokit
|
|||
games/minilens||2023-10-08|Has expired: Depends on expired devel/godot2 (use devel/godot instead)
|
||||
games/tanks-of-freedom||2023-10-08|Has expired: Depends on expired devel/godot2 (use devel/godot instead)
|
||||
devel/godot2|devel/godot|2023-10-08|Has expired: Requires legacy OpenSSL 1.1.1 so use devel/godot
|
||||
devel/py-jupyter-server-ydoc|devel/py-jupyter-collaboration|2023-10-11|Remove obsoleted port. Use devel/py-jupyter-collaboration instead
|
||||
devel/py-packaging21|devel/py-packaging|2023-10-11|Remove obsoleted port. Use devel/py-packaging instead
|
||||
devel/rubygem-google-protobuf323|devel/rubygem-google-protobuf|2023-10-11|Remove obsoleted port. Use devel/rubygem-google-protobuf instead
|
||||
audio/rem||2023-10-12|Has expired: Deprecated, replaced by libre
|
||||
|
|
|
@ -5110,6 +5110,7 @@
|
|||
SUBDIR += py-jupyter-server-fileid
|
||||
SUBDIR += py-jupyter-server-mathjax
|
||||
SUBDIR += py-jupyter-server-terminals
|
||||
SUBDIR += py-jupyter-server-ydoc
|
||||
SUBDIR += py-jupyter-telemetry
|
||||
SUBDIR += py-jupyter-ydoc
|
||||
SUBDIR += py-jupyter_console
|
||||
|
|
31
devel/py-jupyter-server-ydoc/Makefile
Normal file
31
devel/py-jupyter-server-ydoc/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
PORTNAME= jupyter-server-ydoc
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= jupyter_server_ydoc-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Jupyter-server extension integrating collaborative shared models
|
||||
WWW= https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/ \
|
||||
https://github.com/jupyterlab/jupyter-collaboration/tree/main/projects/jupyter-server-ydoc \
|
||||
https://github.com/jupyterlab/jupyter-collaboration
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.4.0:devel/py-hatchling@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18.0:devel/py-jsonschema@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jupyter-events>=0.10.0:devel/py-jupyter-events@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jupyter-server>=2.11.1<3.0.0:devel/py-jupyter-server@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jupyter-server-fileid>=0.7.0<1:devel/py-jupyter-server-fileid@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jupyter-ydoc>=2.1.2<4.0.0:devel/py-jupyter-ydoc@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycrdt>=0:devel/py-pycrdt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycrdt-websocket>=0.15.0<0.16.0:devel/py-pycrdt-websocket@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-jupyter-server-ydoc/distinfo
Normal file
3
devel/py-jupyter-server-ydoc/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1730301004
|
||||
SHA256 (jupyter_server_ydoc-1.0.0.tar.gz) = 3017524c1da068815b748c8f1ebe7ec08eda047fc597ce72c125b18009a391e9
|
||||
SIZE (jupyter_server_ydoc-1.0.0.tar.gz) = 24542
|
6
devel/py-jupyter-server-ydoc/pkg-descr
Normal file
6
devel/py-jupyter-server-ydoc/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
jupyter-server-ydoc is a jupyter-server extension integrating collaborative
|
||||
shared models.
|
||||
|
||||
The collaborative shared models are used for both:
|
||||
- real time collaboration, and
|
||||
- server-side execution of notebooks
|
Loading…
Add table
Reference in a new issue