Port details |
- py-immutabledict Immutable wrapper around dictionaries for Python3
- 3.0.0 devel
=2 3.0.0Version of this port present on the latest quarterly branch. - Maintainer: lwhsu@FreeBSD.org
 - Port Added: 2023-04-23 16:57:07
- Last Update: 2023-09-27 06:50:10
- Commit Hash: 4f02c4d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/corenting/immutabledict
- Description:
- A fork of the original frozendict, an immutable wrapper around dictionaries.
This library is a pure Python, MIT-licensed alternative to the new LGPL-3.0
licensed frozendict.
It implements the complete mapping interface and can be used as a drop-in
replacement for dictionaries where immutability is desired. The immutabledict
constructor mimics dict, and all of the expected interfaces (iter, len, repr,
hash, getitem) are provided. Note that an immutabledict does not guarantee the
immutability of its values, so the utility of hash method is restricted by
usage.
The only difference is that the copy() method of immutable takes variable
keyword arguments, which will be present as key/value pairs in the new,
immutable copy.
¦ ¦ ¦ ¦ 
- 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}immutabledict>0:devel/py-immutabledict@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-immutabledict/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-immutabledict
- pkg install py39-immutabledict
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-immutabledict listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-immutabledict
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1695789387
SHA256 (immutabledict-3.0.0.tar.gz) = 5a23cd369a6187f76a8c29d7d687980b092538eb9800e58964603f1b973c56fe
SIZE (immutabledict-3.0.0.tar.gz) = 4478
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-poetry-core>0 : devel/py-poetry-core@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/pytype
- net-im/py-matrix-synapse
Configuration Options:
- No options to configure
- Options name:
- devel_py-immutabledict
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.0 27 Sep 2023 06:50:10
    |
Li-Wen Hsu (lwhsu)  |
devel/py-immutabledict: Update to 3.0.0 |
2.2.5 21 Jul 2023 03:25:12
    |
Li-Wen Hsu (lwhsu)  |
devel/py-immutabledict: Update to 2.2.5 |
2.2.4_1 09 Jul 2023 10:31:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-immutabledict: Add NO_ARCH
Approved by: portmgr (blanket) |
2.2.4_1 26 Apr 2023 09:09:05
    |
Li-Wen Hsu (lwhsu)  |
devel/py-immutabledict: Add missing BUILD_DEPENDS |
2.2.4 23 Apr 2023 16:53:59
    |
Li-Wen Hsu (lwhsu)  |
Add devel/py-immutabledict: Immutable wrapper around dictionaries for Python3
This will be used for the new version of net-im/py-matrix-synapse |