diff options
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 |
commit | 67cb0aab24ad97b5174cf8cccf0d0b44fa751d92 (patch) | |
tree | 6b11d5a6195bfbc47b2a8598cb487527d04672d0 /python/python-odict/slack-desc | |
parent | 2e49de07f7a6ee7c15b1c412280a572f7b979349 (diff) |
python/python-odict: Removed (replaced with odict).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-odict/slack-desc')
-rw-r--r-- | python/python-odict/slack-desc | 19 |
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 9a922bdae26ab..0000000000000 --- 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: |