diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2017-05-01 07:45:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-01 07:45:52 +0700 |
commit | 1b73a1854dc61af7f6c536fbd7afdec877106fb3 (patch) | |
tree | 848ef610a971fac88797775eed4cb7ef4f5e186c /python/functools-lru-cache/slack-desc | |
parent | f37363d25a127b070979d94ada634e3b738f3a66 (diff) | |
download | slackbuilds-1b73a1854dc61af7f6c536fbd7afdec877106fb3.tar.gz |
python/functools-lru-cache: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/functools-lru-cache/slack-desc')
-rw-r--r-- | python/functools-lru-cache/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/functools-lru-cache/slack-desc b/python/functools-lru-cache/slack-desc new file mode 100644 index 0000000000..b57f97ad5b --- /dev/null +++ b/python/functools-lru-cache/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------------------------------------------------------| +functools-lru-cache: functools-lru-cache (backport of functools.lru_cache) +functools-lru-cache: +functools-lru-cache: This is a backport of functools.lru_cache from Python 3.3 as published +functools-lru-cache: at ActiveState. +functools-lru-cache: +functools-lru-cache: +functools-lru-cache: +functools-lru-cache: +functools-lru-cache: +functools-lru-cache: +functools-lru-cache: |