mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
Rewrap dev-python DESCRIPTIONs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user