NOTICE: This package has been removed from pkgsrc

./devel/py-collections_extended, Python Collections (Bag, setlist, IndexedDict, etc.)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0.2, Package name: py39-collections-extended-2.0.2, Maintainer: pkgsrc-users

collections_extended is a pure Python module with no dependencies
providing extra collections. The new collections include bags AKA
multisets, setlists AKA unique lists or ordered sets, a bijection, a
RangeMap which is a mapping from ranges to values, and an IndexedDict
class. There are also frozen (hashable) varieties of bags and
setlists.


Master sites:

Filesize: 22.22 KB

Version history: (Expand)


CVS history: (Expand)


   2022-06-16 00:29:15 by Greg Troxel | Files touched by this commit (4) | Package removed
Log message:
devel: Rename py-collections_extended to py-collections-extended

(This follows a guideline I just added to the pkgsrc guide: PKGNAME
should match the pip install name, not the Python module name.)
   2022-06-16 00:00:26 by Greg Troxel | Files touched by this commit (4)
Log message:
devel/py-collections-extended: Add version 2.0.2

collections_extended is a pure Python module with no dependencies
providing extra collections. The new collections include bags AKA
multisets, setlists AKA unique lists or ordered sets, a bijection, a
RangeMap which is a mapping from ranges to values, and an IndexedDict
class. There are also frozen (hashable) varieties of bags and
setlists.