diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 08:26:12 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:55:52 +0700 |
commit | b050716e4a99037b59fd24b34181968adf1d880a (patch) | |
tree | 2c6484676319a70ee248cbb3e306801c2c5df06b /python/python2-setuptools-scm/slack-desc | |
parent | 18c93086b5d280195ac3f2f026464cae863fbfe5 (diff) |
python/python2-setuptools-scm: Added (setuptools-scm for Python 2).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-setuptools-scm/slack-desc')
-rw-r--r-- | python/python2-setuptools-scm/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python2-setuptools-scm/slack-desc b/python/python2-setuptools-scm/slack-desc new file mode 100644 index 0000000000..38e96a5c1d --- /dev/null +++ b/python/python2-setuptools-scm/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------------------------------------------------------| +python2-setuptools-scm: python2-setuptools-scm (manage versions by scm tags - Python 2) +python2-setuptools-scm: +python2-setuptools-scm: setuptools_scm handles managing your python package versions in scm +python2-setuptools-scm: metadata instead of declaring them as the version argument or in a +python2-setuptools-scm: scm managed file. +python2-setuptools-scm: +python2-setuptools-scm: It also handles file finders for the supported scms. +python2-setuptools-scm: +python2-setuptools-scm: Homepage: https://github.com/pypa/setuptools_scm +python2-setuptools-scm: +python2-setuptools-scm: |