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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-immutabledict Immutable wrapper around dictionaries for Python3
3.0.0 devel on this many watch lists=0 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 3.0.0Version of this port present on the latest quarterly branch.
Maintainer: lwhsu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-04-23 16:57:07
Last Update: 2023-09-27 06:50:10
Commit Hash: 4f02c4d
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py39: py39-immutabledict
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):
py39-immutabledict
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.03.0.0-3.0.03.0.0---
FreeBSD:13:quarterly3.0.03.0.02.2.4_13.0.03.0.03.0.03.0.03.0.0
FreeBSD:14:latest3.0.03.0.0-3.0.03.0.02.2.4_1-2.2.4_1
FreeBSD:14:quarterly3.0.03.0.0-3.0.03.0.03.0.03.0.03.0.0
FreeBSD:15:latest3.0.03.0.0n/a3.0.0n/a3.0.03.0.03.0.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-poetry-core>0 : devel/py-poetry-core@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/pytype
  2. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/i/immutabledict/
  2. https://pypi.org/packages/source/i/immutabledict/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.0
27 Sep 2023 06:50:10
commit hash: 4f02c4db88bf1954c730373a361ce74cc1d10830commit hash: 4f02c4db88bf1954c730373a361ce74cc1d10830commit hash: 4f02c4db88bf1954c730373a361ce74cc1d10830commit hash: 4f02c4db88bf1954c730373a361ce74cc1d10830 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
devel/py-immutabledict: Update to 3.0.0
2.2.5
21 Jul 2023 03:25:12
commit hash: fcaa05c549f303697fcf7a9306ca9d2dabe5f97fcommit hash: fcaa05c549f303697fcf7a9306ca9d2dabe5f97fcommit hash: fcaa05c549f303697fcf7a9306ca9d2dabe5f97fcommit hash: fcaa05c549f303697fcf7a9306ca9d2dabe5f97f files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
devel/py-immutabledict: Update to 2.2.5
2.2.4_1
09 Jul 2023 10:31:55
commit hash: e54cd05870e61e9a8fb751106d71c71e7dcce287commit hash: e54cd05870e61e9a8fb751106d71c71e7dcce287commit hash: e54cd05870e61e9a8fb751106d71c71e7dcce287commit hash: e54cd05870e61e9a8fb751106d71c71e7dcce287 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-immutabledict: Add NO_ARCH

Approved by:	portmgr (blanket)
2.2.4_1
26 Apr 2023 09:09:05
commit hash: cddba1cb342d36a4a636ead6b485e174981901becommit hash: cddba1cb342d36a4a636ead6b485e174981901becommit hash: cddba1cb342d36a4a636ead6b485e174981901becommit hash: cddba1cb342d36a4a636ead6b485e174981901be files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
devel/py-immutabledict: Add missing BUILD_DEPENDS
2.2.4
23 Apr 2023 16:53:59
commit hash: 0da1795726472eb2a540fb9b2f8cc295cf80dd29commit hash: 0da1795726472eb2a540fb9b2f8cc295cf80dd29commit hash: 0da1795726472eb2a540fb9b2f8cc295cf80dd29commit hash: 0da1795726472eb2a540fb9b2f8cc295cf80dd29 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Add devel/py-immutabledict: Immutable wrapper around dictionaries for Python3

This will be used for the new version of net-im/py-matrix-synapse

Number of commits found: 5