notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
py-frozendict Immutable dictionary implementation for Python
2.4.7 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.7Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-01-08 04:48:28
Last Update: 2025-11-29 23:24:20
Commit Hash: 26e66ea
People watching this port, also watch:: py311-Automat, freeimage, font-misc-meltho, libjxl, py311-pycparser
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found 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>)
  • py311: py311-frozendict
distinfo:
TIMESTAMP = 1763853314 SHA256 (frozendict-2.4.7.tar.gz) = e478fb2a1391a56c8a6e10cc97c4a9002b410ecd1ac28c18d780661762e271bd SIZE (frozendict-2.4.7.tar.gz) = 317082

Packages (timestamps in pop-ups are UTC):
py37-frozendict
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.2--n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py39-frozendict
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly--2.3.8--n/an/an/a
FreeBSD:14:latest--2.3.4--2.3.8-2.3.8
FreeBSD:14:quarterly-----2.3.102.3.102.3.10
FreeBSD:15:latest--n/a-n/an/a2.3.102.3.10
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py311-frozendict
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.4.72.4.7-2.4.62.4.7n/an/an/a
FreeBSD:13:quarterly2.4.72.4.7-2.4.62.4.7n/an/an/a
FreeBSD:14:latest2.4.72.4.7-2.4.62.4.7---
FreeBSD:14:quarterly2.4.72.4.7-2.4.62.4.7---
FreeBSD:15:latest2.4.72.4.7n/a2.4.6n/an/a--
FreeBSD:15:quarterly2.4.72.4.7n/a-n/an/a--
FreeBSD:16:latest2.4.72.4.7n/a-n/an/a--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. finance/py-yfinance

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net/py-matrix-synapse*
  2. Collapse this list of deleted ports.
* - 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:
Expand this list (3 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/f/frozendict/
  2. https://github.com/Marco-Sulla/python-frozendict/releases/download/v/
  3. https://pypi.org/packages/source/f/frozendict/
Collapse this list.

There are no commits on branch 2020Q3 for this port