Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/py-ruamel-ordereddict,
Version of dict that keeps keys in insertion resp. sorted order
Branch: CURRENT,
Version: 0.4.15nb1,
Package name: py27-ruamel-ordereddict-0.4.15nb1,
Maintainer: gdeThis 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)
- (2022-11-27) Package deleted from pkgsrc
- (2022-01-05) Updated to version: py27-ruamel-ordereddict-0.4.15nb1
- (2020-11-19) Updated to version: py27-ruamel-ordereddict-0.4.15
- (2020-01-03) Updated to version: py27-ruamel-ordereddict-0.4.14
- (2017-11-23) Package has been reborn
- (2017-10-28) Updated to version: py27-ruamel-ordereddict-0.4.13
CVS history: (Expand)