diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-04-09 09:37:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-09 09:41:49 +0700 |
commit | 6e118364df72ef162554a75c6432b7de1b9fcb86 (patch) | |
tree | 694ac392e49cb64a0dfa33e477c0e8c57489b074 /python/simplegeneric/slack-desc | |
parent | 9e2a149a6a37dcfe957f1dab3accf25c242bd675 (diff) | |
download | slackbuilds-6e118364df72ef162554a75c6432b7de1b9fcb86.tar.gz |
python/simplegeneric: Updated for version 0.8.1 (moved from libs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/simplegeneric/slack-desc')
-rw-r--r-- | python/simplegeneric/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/simplegeneric/slack-desc b/python/simplegeneric/slack-desc new file mode 100644 index 0000000000..bbc352eb13 --- /dev/null +++ b/python/simplegeneric/slack-desc @@ -0,0 +1,19 @@ +# 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------------------------------------------------------| +simplegeneric: simplegeneric (Simple generic functions) +simplegeneric: +simplegeneric: The simplegeneric module lets you define simple single-dispatch +simplegeneric: generic functions, akin to Python's built-in generic functions like +simplegeneric: len(), iter() and so on. +simplegeneric: +simplegeneric: +simplegeneric: +simplegeneric: +simplegeneric: +simplegeneric: |