summaryrefslogtreecommitdiff
path: root/python/odict/README
diff options
context:
space:
mode:
authorCristiano Urban <cristiano.urban.slack@gmail.com>2019-08-24 07:48:12 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-24 07:48:12 +0700
commit2e49de07f7a6ee7c15b1c412280a572f7b979349 (patch)
tree4f3b7258e1f08a83d75b9ca4064fb31ddfec5782 /python/odict/README
parentb08cefd65bd6cb95a8df5ebfcc6825344b5fb20f (diff)
downloadslackbuilds-2e49de07f7a6ee7c15b1c412280a572f7b979349.tar.gz
python/odict: Added (ordered dictionary).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/odict/README')
-rw-r--r--python/odict/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/odict/README b/python/odict/README
new file mode 100644
index 0000000000..f760f155a8
--- /dev/null
+++ b/python/odict/README
@@ -0,0 +1,11 @@
+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.
+
+python3 is an optional dependency.
+
+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