diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-07 21:33:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 21:33:55 +0700 |
commit | 08072a44d0a9aa7663849ff59e2a582fff41e625 (patch) | |
tree | d87279a5ebda91273b57e9edec3493087ee4fbd1 /python/functools32/slack-desc | |
parent | 1ef75b0d98a5a2d3231cb95503efdeba0b0078f6 (diff) | |
download | slackbuilds-08072a44d0a9aa7663849ff59e2a582fff41e625.tar.gz |
python/functools32: Added (Backport Python library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/functools32/slack-desc')
-rw-r--r-- | python/functools32/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/functools32/slack-desc b/python/functools32/slack-desc new file mode 100644 index 0000000000..5334a4c7cf --- /dev/null +++ b/python/functools32/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------------------------------------------------------| +functools32: functools32 (Backport Python library) +functools32: +functools32: This is a backport of the functools standard library module from +functools32: Python 3.2.3 for use on Python 2.7 and PyPy. It includes new features +functools32: lru_cache (Least-recently-used cache decorator). +functools32: +functools32: Homepage: https://github.com/MiCHiLU/python-functools32 +functools32: +functools32: +functools32: +functools32: |