diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-11 13:45:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | 2d637e0b4e0336a964ddea1fdfdaf83d287d4aad (patch) | |
tree | bf01f3d96c3f27f44baf812cb3e2444600cfac74 /python/typing/slack-desc | |
parent | 61367802ae2e41acaa7fbe053cf3e67f035af59f (diff) | |
download | slackbuilds-2d637e0b4e0336a964ddea1fdfdaf83d287d4aad.tar.gz |
python/typing: Added (Type Hints for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/typing/slack-desc')
-rw-r--r-- | python/typing/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/typing/slack-desc b/python/typing/slack-desc new file mode 100644 index 0000000000..b57a2cc3d9 --- /dev/null +++ b/python/typing/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------------------------------------------------------| +typing: typing (Type Hints for Python) +typing: +typing: This is a backport of the standard library typing module to Python +typing: versions older than 3.5. +typing: +typing: Homepage: https://docs.python.org/3.5/library/typing.html +typing: +typing: +typing: +typing: +typing: |