Rewrap dev-python DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:56 -05:00
parent 542d5f664a
commit 4e1ffebc1a
13 changed files with 63 additions and 54 deletions

View File

@@ -1,9 +1,8 @@
SUMMARY="A substitute for Py2.7's collections.OrderedDict for Python 2.4-2.6."
DESCRIPTION="
Drop-in substitute for Py2.7's new collections.OrderedDict. The
recipe has big-oh performance that matches regular dictionaries
(amortized O(1) insertion/deletion/lookup and O(n)
iteration/repr/copy/equality_testing).
Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has \
big-oh performance that matches regular dictionaries (amortized O(1) \
insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).
"
HOMEPAGE="https://pypi.python.org/pypi/ordereddict"
SRC_URI="https://pypi.python.org/packages/source/o/ordereddict/ordereddict-1.1.tar.gz"