Port details |
- py-frozendict Immutable dictionary implementation for Python
- 2.4.6 devel =3 2.4.6Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2016-01-08 04:48:28
- Last Update: 2024-10-17 19:02:51
- Commit Hash: b319990
- People watching this port, also watch:: qtkeychain-qt5, py39-treq, py311-Automat, linux-c7-atk, py39-beautifulsoup
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/Marco-Sulla/python-frozendict
- 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.
- ¦ ¦ ¦ ¦
- 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}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 py311-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 py311-frozendict listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-frozendict
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1728922890
SHA256 (frozendict-2.4.6.tar.gz) = df7cd16470fbd26fc4969a208efadc46319334eb97def1ddf48919b351192b8e
SIZE (frozendict-2.4.6.tar.gz) = 316416
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-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@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:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- finance/py-yfinance
-
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
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|