slackbuilds/python/odict
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
odict.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
odict.info
slack-desc

README

Dictionary in which the insertion order of items is preserved
(using an internal double linked list). In this implementation
replacing an existing item keeps it at its original position.

If you want to build the package with python3 support
you have to pass the PYTHON3 parameter to the script
as follows:
  PYTHON3=yes ./odict.SlackBuild