Port details |
- py-synced-collections Interact with persistent key-value stores using Pythonic abstractions
- 1.0.0 misc
=2 1.0.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-07-13 06:48:26
- Last Update: 2023-07-13 06:44:16
- Commit Hash: 02c179d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://signac.io/
- Description:
- The synced_collections package provides Pythonic abstractions over various
underlying data stores, presenting APIs that behave like standard built-in
Python collections like dicts. synced_collections form the backbone of
signac's data and metadata storage, but may be used just as easily outside
of signac. For instance, users wishing to access a JSON file on disk like a
dictionary and automatically persist all changes could use the
synced_collections.JSONDict.
¦ ¦ ¦ ¦ 
- 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}synced-collections>0:misc/py-synced-collections@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-synced-collections/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-synced-collections
- pkg install py39-synced-collections
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 py39-synced-collections listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-synced-collections
- Package flavors (<flavor>: <package>)
- py39: py39-synced-collections
- distinfo:
- TIMESTAMP = 1689230043
SHA256 (synced_collections-1.0.0.tar.gz) = c5c72df4074ce95625f155d8bc1ac608ba4d9fbb0fffde4da3c0e3a88a1e30bd
SIZE (synced_collections-1.0.0.tar.gz) = 48819
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:
-
- py39-setuptools>0 : devel/py-setuptools@py39
- py39-wheel>0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- science/py-signac
- for Run
-
- science/py-signac
Configuration Options:
- No options to configure
- Options name:
- misc_py-synced-collections
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|