Subject: CVS commit: pkgsrc/devel
From: Adam Ciarcinski
Date: 2022-01-16 09:51:11
Message id: 20220116085111.230B5FB24@cvs.NetBSD.org

Log Message:
py-frozenlist: added version 1.2.0

frozenlist.FrozenList is a list-like structure which implements
collections.abc.MutableSequence. The list is mutable until FrozenList.freeze is
called, after which list modifications raise RuntimeError. FrozenList is also
hashable, but only when frozen. Otherwise it also throws a RuntimeError.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-frozenlist/DESCR
1.1addpkgsrc/devel/py-frozenlist/Makefile
1.1addpkgsrc/devel/py-frozenlist/PLIST
1.1addpkgsrc/devel/py-frozenlist/distinfo