pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-ruamel-ordereddict



Module Name:    pkgsrc
Committed By:   nils
Date:           Mon May 16 10:35:20 UTC 2016

Added Files:
        pkgsrc/devel/py-ruamel-ordereddict: DESCR Makefile PLIST distinfo

Log Message:
Initial import of py-ruamel-ordereddict, version 0.4.9,
into the NetBSD Packages Collection.

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)).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-ruamel-ordereddict/DESCR \
    pkgsrc/devel/py-ruamel-ordereddict/Makefile \
    pkgsrc/devel/py-ruamel-ordereddict/PLIST \
    pkgsrc/devel/py-ruamel-ordereddict/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index