diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-08 15:03:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:07:53 +0700 |
commit | 079ca62a14175daae27e2b6a45d91ed9d7e3a5eb (patch) | |
tree | b4734be4d0a7f748a3e1ad97b8e1af6b8c9f2b00 /python/decorator/slack-desc | |
parent | a91ebe6f0382426f5e680b1608d7b42b1cb07bd8 (diff) |
python/decorator: Removed, replaced by python3-decorator
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/decorator/slack-desc')
-rw-r--r-- | python/decorator/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/python/decorator/slack-desc b/python/decorator/slack-desc deleted file mode 100644 index e2247aa4b1..0000000000 --- a/python/decorator/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------------------------------------------------------| -decorator: decorator (decorator module for Python) -decorator: -decorator: The aim of the decorator module it to simplify the usage of -decorator: decorators for the average programmer, and to popularize decorators -decorator: usage giving examples of useful decorators, such as memoize, tracing, -decorator: redirecting_stdout, locked, etcetera. -decorator: -decorator: https://pypi.python.org/pypi/decorator -decorator: -decorator: -decorator: |