diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-15 22:33:54 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:21 +0700 |
commit | 2c082184d69fa68f23f465aa7b588a3b4b072ca6 (patch) | |
tree | 451d258c8fa191d5cec4f957b5853e96dda59f6d /python/python3-setuptools-scm-opt/slack-desc | |
parent | 3d1d35da07b309f5a3399d0a12ccd1ee9e68a910 (diff) |
python/python3-setuptools-scm-opt: Added (plugin for setuptools).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-setuptools-scm-opt/slack-desc')
-rw-r--r-- | python/python3-setuptools-scm-opt/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-setuptools-scm-opt/slack-desc b/python/python3-setuptools-scm-opt/slack-desc new file mode 100644 index 0000000000..5a43ac0548 --- /dev/null +++ b/python/python3-setuptools-scm-opt/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-setuptools-scm-opt: python3-setuptools-scm-opt (setuptools-scm installed to /opt) +python3-setuptools-scm-opt: +python3-setuptools-scm-opt: setuptools_scm extracts Python package versions from git or hg +python3-setuptools-scm-opt: metadata instead of declaring them as the version argument or in a SCM +python3-setuptools-scm-opt: managed file. +python3-setuptools-scm-opt: +python3-setuptools-scm-opt: +python3-setuptools-scm-opt: +python3-setuptools-scm-opt: +python3-setuptools-scm-opt: Homepage: https://github.com/pypa/setuptools_scm +python3-setuptools-scm-opt: |