NOTICE: This package has been removed from pkgsrc

./devel/py-ruamel-ordereddict, Version of dict that keeps keys in insertion resp. sorted order

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


Branch: CURRENT, Version: 0.4.15nb1, Package name: py27-ruamel-ordereddict-0.4.15nb1, Maintainer: gde

This is an implementation of an ordered dictionary with Key Insertion Order
(KIO: updates of values do not affect the position of the key),
Key Value Insertion Order (KVIO, an existing key's position is removed and
put at the back).
The standard library module OrderedDict, implemented later, implements
a subset of ordereddict functionality.

Sorted dictionaries are also provided.
Currently only with Key Sorted Order (KSO, no sorting function can be
specified but you can specify a transform to apply on the key before
comparison (e.g. string.lower)).


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 60.414 KB

Version history: (Expand)


CVS history: (Expand)


   2022-11-26 20:58:45 by Adam Ciarcinski | Files touched by this commit (4) | Package removed
Log message:
py-ruamel-ordereddict: removed, leaf package, delete upstream
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-11-19 11:21:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ruamel-ordereddict: updated to 0.4.15

0.4.15:
Bug fixes
   2020-01-03 09:27:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ruamel-ordereddict: updated to 0.4.14

0.4.14:
Bug fixes.
   2017-10-28 10:49:30 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-ruamel-ordereddict: updated to 0.4.13

0.4.13:
Bug fixes.
   2017-01-01 15:44:09 by Thomas Klausner | Files touched by this commit (577)
Log message:
Add python-3.6 to incompatible versions.