diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-20 23:09:46 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:00 +0700 |
commit | 32ad78346760c9c68f0d0bb1588c9edafb9a6227 (patch) | |
tree | c1a2d315504c8cde9f3661e123e66635ff57524d /python/python3-distlib/slack-desc | |
parent | 8d34716daee99452632373a5d138683ae3584739 (diff) |
python/python3-distlib: Added (functions for dist. Python software)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-distlib/slack-desc')
-rw-r--r-- | python/python3-distlib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-distlib/slack-desc b/python/python3-distlib/slack-desc new file mode 100644 index 000000000000..38c0e9e61156 --- /dev/null +++ b/python/python3-distlib/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------------------------------------------------------| +python3-distlib: python3-distlib (low-level functions for distributing Python software) +python3-distlib: +python3-distlib: Distlib is a library which implements low-level functions that relate +python3-distlib: to packaging and distribution of Python software. It is intended to be +python3-distlib: used as the basis for third-party packaging tools. The documentation +python3-distlib: is available at https://distlib.readthedocs.io/ +python3-distlib: +python3-distlib: +python3-distlib: +python3-distlib: +python3-distlib: |