diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-23 15:56:09 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:11 -0600 |
commit | ab39307833e25819ff748e0777b34514b0b6751d (patch) | |
tree | b570b0fc9857f61a853b7cb1c1dc0ccf3b9c9932 /libraries/enum34/slack-desc | |
parent | 60a8dd1005a206e042f30ab0eaba554b2598b4f5 (diff) | |
download | slackbuilds-ab39307833e25819ff748e0777b34514b0b6751d.tar.gz |
libraries/enum34: Added (backported Python 3.4 Enum).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/enum34/slack-desc')
-rw-r--r-- | libraries/enum34/slack-desc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/enum34/slack-desc b/libraries/enum34/slack-desc new file mode 100644 index 0000000000..be9d4908d4 --- /dev/null +++ b/libraries/enum34/slack-desc @@ -0,0 +1,20 @@ +# 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------------------------------------------------------| +enum34: enum34 (backported Python 3.4 Enum) +enum34: +enum34: An enumeration is a set of symbolic names (members) bound to unique, +enum34: constant values. Within an enumeration, the members can be compared +enum34: by identity, and the enumeration itself can be iterated over. +enum34: +enum34: Homepage : https://pypi.python.org/pypi/enum34 +enum34: +enum34: +enum34: +enum34: +enum34: |