Port details |
- py-pycrdt Python bindings for Yrs
- 0.10.6_1 devel =2 0.9.11_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-12-14 20:54:09
- Last Update: 2024-11-08 08:24:20
- Commit Hash: ca048c2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://jupyter-server.github.io/pycrdt/
- https://github.com/jupyter-server/pycrdt
- Description:
- Pycrdt is a Python CRDT library that provides bindings for Yrs, the Rust port of
the Yjs framework.
Conflict-free Replicated Data Types (CRDTs) allow creating shared documents that
can automatically merge changes made concurrently on different "copies" of the
data. When the data lives on different machines, they make it possible to build
distributed systems that work with local data, leaving the synchronization and
conflict resolution with remote data to the CRDT algorithm, which ensures that
all data replicas eventually converge to the same state.
- ¦ ¦ ¦ ¦
- 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}pycrdt>0:devel/py-pycrdt@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pycrdt/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pycrdt
- pkg install py311-pycrdt
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-pycrdt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pycrdt
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730257769
SHA256 (pycrdt-0.10.6.tar.gz) = fb3fe63f69b859721ccc3dfa38bf83a9286045a468f448226cea3b8d06ff3822
SIZE (pycrdt-0.10.6.tar.gz) = 63967
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-maturin>=1.4.0<2 : devel/py-maturin@py311
- rust>=1.82.0 : lang/rust
- 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-anyio>=4.4.0<5.0.0 : devel/py-anyio@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-jupyter-server-ydoc
- devel/py-jupyter-ydoc
- devel/py-pycrdt-websocket
Configuration Options:
- No options to configure
- Options name:
- devel_py-pycrdt
- USES:
- cargo python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|