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-frozendict Immutable dictionary implementation for Python
2.3.10_1 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.3.10Version 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: 2024-04-08 20:16:52
Commit Hash: eda80b6
People watching this port, also watch:: py39-Automat, freeimage, font-misc-meltho, libjxl, py39-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.
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>)
  • py39: py39-frozendict
distinfo:
TIMESTAMP = 1701363704 SHA256 (frozendict-2.3.10.tar.gz) = aadc83510ce82751a0bb3575231f778bc37cbb373f5f05a52b888e26cbb92f79 SIZE (frozendict-2.3.10.tar.gz) = 312896

Packages (timestamps in pop-ups are UTC):
py37-frozendict
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.2---1.2-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-frozendict
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.3.102.3.10-2.3.102.3.10_1---
FreeBSD:13:quarterly2.3.102.3.102.3.82.3.102.3.102.3.102.3.102.3.10
FreeBSD:14:latest2.3.102.3.10_12.3.42.3.102.3.10_12.3.8-2.3.8
FreeBSD:14:quarterly2.3.102.3.10-2.3.102.3.102.3.102.3.102.3.10
FreeBSD:15:latest2.3.102.3.10_1n/a2.3.10n/a2.3.102.3.102.3.10
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-setuptools>=0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. 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. 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.

Number of commits found: 35

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.10_1
08 Apr 2024 20:16:52
commit hash: eda80b66cb9978ccc41852516f248ce0c9a6f3a5commit hash: eda80b66cb9978ccc41852516f248ce0c9a6f3a5commit hash: eda80b66cb9978ccc41852516f248ce0c9a6f3a5commit hash: eda80b66cb9978ccc41852516f248ce0c9a6f3a5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
2.3.10
01 Dec 2023 22:11:42
commit hash: 3557060bd39811d83f291d19236b378da626872fcommit hash: 3557060bd39811d83f291d19236b378da626872fcommit hash: 3557060bd39811d83f291d19236b378da626872fcommit hash: 3557060bd39811d83f291d19236b378da626872f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.10

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.3.9
27 Nov 2023 18:07:51
commit hash: 898c6040b746b447dff91033cf2a267b97ff918fcommit hash: 898c6040b746b447dff91033cf2a267b97ff918fcommit hash: 898c6040b746b447dff91033cf2a267b97ff918fcommit hash: 898c6040b746b447dff91033cf2a267b97ff918f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.9

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.3.8
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2.3.8
02 May 2023 16:20:05
commit hash: fb2271e9844cc24a9c8a2ae2901937c7ada1e323commit hash: fb2271e9844cc24a9c8a2ae2901937c7ada1e323commit hash: fb2271e9844cc24a9c8a2ae2901937c7ada1e323commit hash: fb2271e9844cc24a9c8a2ae2901937c7ada1e323 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.8

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.3.7
18 Apr 2023 18:00:51
commit hash: e51d300c3bb75a3e0e60d516e967e39eb533183bcommit hash: e51d300c3bb75a3e0e60d516e967e39eb533183bcommit hash: e51d300c3bb75a3e0e60d516e967e39eb533183bcommit hash: e51d300c3bb75a3e0e60d516e967e39eb533183b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.7

- Change MASTER_SITES back to PYPI

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.3.6
09 Apr 2023 13:36:48
commit hash: 7d6e03d1bcd1c9a1bb68f64bd341a2be90e607a8commit hash: 7d6e03d1bcd1c9a1bb68f64bd341a2be90e607a8commit hash: 7d6e03d1bcd1c9a1bb68f64bd341a2be90e607a8commit hash: 7d6e03d1bcd1c9a1bb68f64bd341a2be90e607a8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.6

- Change MASTER_SITES from PYPI to GitHub temporarily because the sdist on PYPI
  does not contain C source files for all supported Python versions

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.3.5
21 Mar 2023 19:20:38
commit hash: 70dda745877db722dc835473b242a8552fcd0ed7commit hash: 70dda745877db722dc835473b242a8552fcd0ed7commit hash: 70dda745877db722dc835473b242a8552fcd0ed7commit hash: 70dda745877db722dc835473b242a8552fcd0ed7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.5

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.3.4
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.3.4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.4
30 Jul 2022 19:24:39
commit hash: 6e2afe50b529af5f2e1721ede964f8137f20d96dcommit hash: 6e2afe50b529af5f2e1721ede964f8137f20d96dcommit hash: 6e2afe50b529af5f2e1721ede964f8137f20d96dcommit hash: 6e2afe50b529af5f2e1721ede964f8137f20d96d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.4

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.3.3
30 Jul 2022 05:57:52
commit hash: a8592be29d94d8a317dc9aaf1788a87e25157fa0commit hash: a8592be29d94d8a317dc9aaf1788a87e25157fa0commit hash: a8592be29d94d8a317dc9aaf1788a87e25157fa0commit hash: a8592be29d94d8a317dc9aaf1788a87e25157fa0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.3

- Update MASTER_SITES: Add GitHub

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.3.2
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.2
26 Apr 2022 15:01:23
commit hash: 85d5d8859f94870d715b7cd7ac72794c6321d4b8commit hash: 85d5d8859f94870d715b7cd7ac72794c6321d4b8commit hash: 85d5d8859f94870d715b7cd7ac72794c6321d4b8commit hash: 85d5d8859f94870d715b7cd7ac72794c6321d4b8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.2

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.3.1
16 Apr 2022 04:19:20
commit hash: b70a297c1cf880e0846158ff0f260ce0559f90e3commit hash: b70a297c1cf880e0846158ff0f260ce0559f90e3commit hash: b70a297c1cf880e0846158ff0f260ce0559f90e3commit hash: b70a297c1cf880e0846158ff0f260ce0559f90e3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.1

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.3.0
07 Mar 2022 18:11:05
commit hash: 917bf74f82e13e5226423e1d1b98c0080f8e8d03commit hash: 917bf74f82e13e5226423e1d1b98c0080f8e8d03commit hash: 917bf74f82e13e5226423e1d1b98c0080f8e8d03commit hash: 917bf74f82e13e5226423e1d1b98c0080f8e8d03 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.3.0

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.2.1
28 Jan 2022 23:26:45
commit hash: d8c028bcd0d47a88ab566e94f8b0160c960a281dcommit hash: d8c028bcd0d47a88ab566e94f8b0160c960a281dcommit hash: d8c028bcd0d47a88ab566e94f8b0160c960a281dcommit hash: d8c028bcd0d47a88ab566e94f8b0160c960a281d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.2.1

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.2.0
25 Jan 2022 19:50:15
commit hash: 59d9229f36b04e541c6336f12be0b28d6e43aaf3commit hash: 59d9229f36b04e541c6336f12be0b28d6e43aaf3commit hash: 59d9229f36b04e541c6336f12be0b28d6e43aaf3commit hash: 59d9229f36b04e541c6336f12be0b28d6e43aaf3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.2.0

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.1.3
23 Jan 2022 18:19:21
commit hash: 4cace51b0fd84d511e2a6053252e5a704f7ad160commit hash: 4cace51b0fd84d511e2a6053252e5a704f7ad160commit hash: 4cace51b0fd84d511e2a6053252e5a704f7ad160commit hash: 4cace51b0fd84d511e2a6053252e5a704f7ad160 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.1.3

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.1.2
11 Jan 2022 18:44:23
commit hash: 967f80740a61a22988967e1c2581abedd4708647commit hash: 967f80740a61a22988967e1c2581abedd4708647commit hash: 967f80740a61a22988967e1c2581abedd4708647commit hash: 967f80740a61a22988967e1c2581abedd4708647 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.1.2

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.1.1
21 Dec 2021 18:48:07
commit hash: 25b289ad3781fd9acd5e59a588b18aeecade3286commit hash: 25b289ad3781fd9acd5e59a588b18aeecade3286commit hash: 25b289ad3781fd9acd5e59a588b18aeecade3286commit hash: 25b289ad3781fd9acd5e59a588b18aeecade3286 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.1.1

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.0.7
01 Nov 2021 21:28:44
commit hash: e025b7be2dc9fda3d911c9fd710c561b31dba374commit hash: e025b7be2dc9fda3d911c9fd710c561b31dba374commit hash: e025b7be2dc9fda3d911c9fd710c561b31dba374commit hash: e025b7be2dc9fda3d911c9fd710c561b31dba374 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Revert 909874a677e0427bfda97b630bb03751978cf186

frozendict 2.0.7 (42ec432a51ed43ea0fe1ef995de74e31dd5d9c80)) supports Python
3.10 already.
2.0.7
01 Nov 2021 13:59:10
commit hash: 909874a677e0427bfda97b630bb03751978cf186commit hash: 909874a677e0427bfda97b630bb03751978cf186commit hash: 909874a677e0427bfda97b630bb03751978cf186commit hash: 909874a677e0427bfda97b630bb03751978cf186 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/py-frozendict: limit supported python versions

Python 3.10:
/wrkdirs/usr/ports/devel/py-frozendict/work-py310/frozendict-2.0.6/frozendict/src/3_10/cpython_src/Include/Python.h:72:10:
fatal error: 'pytime.h' file not found
#include "pytime.h"

Python 3.11:
cc: error: no such file or directory:
'/wrkdirs/usr/ports/devel/py-frozendict/work-py311/frozendict-2.0.6/frozendict/src/3_11/cpython_src/Objects/dictobject.c'

Approved by:	portmgr blanket
2.0.7
01 Nov 2021 13:41:39
commit hash: 42ec432a51ed43ea0fe1ef995de74e31dd5d9c80commit hash: 42ec432a51ed43ea0fe1ef995de74e31dd5d9c80commit hash: 42ec432a51ed43ea0fe1ef995de74e31dd5d9c80commit hash: 42ec432a51ed43ea0fe1ef995de74e31dd5d9c80 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.0.7

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
		https://github.com/Marco-Sulla/python-frozendict/commits/master
2.0.6
21 Sep 2021 03:44:26
commit hash: 3474a3b1afde0ec2276ecdc8af7bf0f8eae6b229commit hash: 3474a3b1afde0ec2276ecdc8af7bf0f8eae6b229commit hash: 3474a3b1afde0ec2276ecdc8af7bf0f8eae6b229commit hash: 3474a3b1afde0ec2276ecdc8af7bf0f8eae6b229 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.0.6

- Remove NO_ARCH
- Strip shared library

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
		https://github.com/Marco-Sulla/python-frozendict/commits/master
2.0.3
30 Jun 2021 20:43:41
commit hash: 0491480f61c5de33c1649be6ce0b6093e5d748edcommit hash: 0491480f61c5de33c1649be6ce0b6093e5d748edcommit hash: 0491480f61c5de33c1649be6ce0b6093e5d748edcommit hash: 0491480f61c5de33c1649be6ce0b6093e5d748ed files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.0.3

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
2.0.2
11 May 2021 21:47:08
commit hash: c94e51eda5c716e901772f278484c125b8c70c1fcommit hash: c94e51eda5c716e901772f278484c125b8c70c1fcommit hash: c94e51eda5c716e901772f278484c125b8c70c1fcommit hash: c94e51eda5c716e901772f278484c125b8c70c1f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-frozendict: Update to 2.0.2

Changes:	https://github.com/Marco-Sulla/python-frozendict/releases
1.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.2
22 Apr 2018 08:57:44
Revision:468010Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.2

- Allow concurrent installation (USE_PYTHON=concurrent)
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/slezica/python-frozendict/commits/master
1.0
17 Apr 2018 18:30:54
Revision:467621Original commit files touched by this commit
feld search for other commits by this committer
Reset MAINTAINER

My enthusiasm for Matrix has been throughly exhausted.
1.0
16 Apr 2018 21:22:46
Revision:467534Original commit files touched by this commit
feld search for other commits by this committer
devel/py-frozendict: Update to 1.0

- Take maintainership

Approved by:	maintainer (private communications)
0.5
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
0.5
08 Jan 2016 04:48:19
Revision:405521Original commit files touched by this commit
koobs search for other commits by this committer
[NEW] devel/py-frozendict: Immutable dictionary implementation for Python

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.

WWW: https://github.com/slezica/python-frozendict

PR:		205914
Submitted by:	Brendan Molloy <brendan+freebsd@bbqsrc.net>

Number of commits found: 35