Port details |
- py-frozendict Immutable dictionary implementation for Python
- 2.3.5 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2016-01-08 04:48:28
- Last Update: 2023-03-21 19:20:38
- Commit Hash: 70dda74
- People watching this port, also watch:: py39-Automat, freeimage, font-misc-meltho, libjxl, py39-pycparser
- Also Listed In: python
- License: MIT
- Description:
- frozendict is an immutable wrapper around dictionaries that implements the
complete mapping interface. It can be used as a drop-in replacement for
dictionaries where immutability is desired.
Of course, this is python, and you can still poke around the object's internals
if you want.
The frozendict constructor mimics dict, and all of the expected interfaces
(iter, len, repr, hash, getitem) are provided. Note that a frozendict 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 frozendict takes variable
keyword arguments, which will be present as key/value pairs in the new,
immutable copy.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}frozendict>0:devel/py-frozendict@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-frozendict/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-frozendict
- pkg install py39-frozendict
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-frozendict listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-frozendict
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1677771211
SHA256 (frozendict-2.3.5.tar.gz) = 65d7e3995c9174b77d7d80514d7062381750491e112bbeb44323368baa3e636a
SIZE (frozendict-2.3.5.tar.gz) = 309687
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>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- net-im/py-matrix-synapse
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-frozendict
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|