diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-02-13 11:03:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:28:05 +0700 |
commit | 6e24604f691ba4acbc60a886b5019613872f6b90 (patch) | |
tree | 1d68e1653d7e65e799e0042b01657c1ebefb0472 /python/importlib-resources/slack-desc | |
parent | 3a66f7c213d3087f535f8f75b48565946f1246f5 (diff) |
python/importlib-resources: Added (Python stdlib function backport).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/importlib-resources/slack-desc')
-rw-r--r-- | python/importlib-resources/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/importlib-resources/slack-desc b/python/importlib-resources/slack-desc new file mode 100644 index 0000000000000..9f8a7c40de134 --- /dev/null +++ b/python/importlib-resources/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------------------------------------------------------| +importlib-resources: importlib-resources (backport of Python stdlib importlib.resources) +importlib-resources: +importlib-resources: importlib-resources is a backport of Python standard library +importlib-resources: importlib.resources module for older Pythons. +importlib-resources: +importlib-resources: https://pypi.org/project/importlib-resources/ +importlib-resources: +importlib-resources: +importlib-resources: +importlib-resources: +importlib-resources: |