summaryrefslogtreecommitdiffstats
path: root/python/python-odict/slack-desc
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-24 07:49:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-24 08:22:58 +0700
commit67cb0aab24ad97b5174cf8cccf0d0b44fa751d92 (patch)
tree6b11d5a6195bfbc47b2a8598cb487527d04672d0 /python/python-odict/slack-desc
parent2e49de07f7a6ee7c15b1c412280a572f7b979349 (diff)
downloadslackbuilds-67cb0aab24ad97b5174cf8cccf0d0b44fa751d92.tar.gz
slackbuilds-67cb0aab24ad97b5174cf8cccf0d0b44fa751d92.tar.xz
python/python-odict: Removed (replaced with odict).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--python/python-odict/slack-desc19
1 files changed, 0 insertions, 19 deletions
diff --git a/python/python-odict/slack-desc b/python/python-odict/slack-desc
deleted file mode 100644
index 9a922bdae2..0000000000
--- a/python/python-odict/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-python-odict: python-odict (ordered dictionary)
-python-odict:
-python-odict: Dictionary in which the insertion order of items is preserved
-python-odict: (using an internal double linked list). In this implementation
-python-odict: replacing an existing item keeps it at its original position.
-python-odict:
-python-odict: Homepage: https://github.com/bluedynamics/odict
-python-odict:
-python-odict:
-python-odict:
-python-odict: