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:
Po-Chuan Hsieh 2024-10-31 17:07:47 +08:00
parent 608361c04e
commit e3ca4a0d6e
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
5 changed files with 41 additions and 1 deletions

1
MOVED
View file

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

View file

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

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

View 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

View 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