Port details |
- py-jupyter-server-ydoc Jupyter-server extension integrating collaborative shared models
- 1.0.0 devel =0 0.8.0_2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-03-21 19:24:57
- Last Update: 2024-10-31 09:22:51
- Commit Hash: e3ca4a0
- Also Listed In: python
- License: BSD3CLAUSE
- 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
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}jupyter-server-ydoc>0:devel/py-jupyter-server-ydoc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-jupyter-server-ydoc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-jupyter-server-ydoc
- pkg install py311-jupyter-server-ydoc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-jupyter-server-ydoc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-jupyter-server-ydoc
- Package flavors (<flavor>: <package>)
- py311: py311-jupyter-server-ydoc
- distinfo:
- TIMESTAMP = 1730301004
SHA256 (jupyter_server_ydoc-1.0.0.tar.gz) = 3017524c1da068815b748c8f1ebe7ec08eda047fc597ce72c125b18009a391e9
SIZE (jupyter_server_ydoc-1.0.0.tar.gz) = 24542
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=1.4.0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-jsonschema>=4.18.0 : devel/py-jsonschema@py311
- py311-jupyter-events>=0.10.0 : devel/py-jupyter-events@py311
- py311-jupyter-server>=2.11.1<3.0.0 : devel/py-jupyter-server@py311
- py311-jupyter-server-fileid>=0.7.0<1 : devel/py-jupyter-server-fileid@py311
- py311-jupyter-ydoc>=2.1.2<4.0.0 : devel/py-jupyter-ydoc@py311
- py311-pycrdt>=0 : devel/py-pycrdt@py311
- py311-pycrdt-websocket>=0.15.0<0.16.0 : devel/py-pycrdt-websocket@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-jupyter-collaboration
Configuration Options:
- No options to configure
- Options name:
- devel_py-jupyter-server-ydoc
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0 31 Oct 2024 09:22:51 |
Po-Chuan Hsieh (sunpoet) |
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 |
0.8.0_2 11 Oct 2023 12:53:54 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jupyter-server-ydoc: Remove obsoleted port
Use devel/py-jupyter-collaboration instead. |
0.8.0_2 31 Jul 2023 16:40:02 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jupyter-server-ydoc: Update WWW |
0.8.0_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.8.0_2 05 Jun 2023 18:47:05 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jupyter-server-ydoc: Allow build with py-ypy-websocket 0.10.0
- Bump PORTREVISION for package change |
0.8.0_1 27 Apr 2023 15:46:12 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jupyter-server-ydoc: Allow build with py-ypy-websocket 0.9.0
- Bump PORTREVISION for package change |
0.8.0 05 Apr 2023 17:30:22 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jupyter-server-ydoc: Update to 0.8.0
Changes: https://github.com/jupyterlab/jupyter_collaboration/releases |
0.6.1_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
0.6.1 21 Mar 2023 19:19:52 |
Po-Chuan Hsieh (sunpoet) |
devel/py-jupyter-server-ydoc: Add py-jupyter-server-ydoc 0.6.1
Jupyter Server YDoc is a Jupyter Server Extension providing support for Y
documents. |
Number of commits found: 9
|