diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-04-13 22:15:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:26 +0700 |
commit | ef888beca3304937f8501fb4f52ff16be0f1e8ab (patch) | |
tree | 0164f6173ce7bf3afd7ed539727ab7262237f25c /python/python3-flit_scm/slack-desc | |
parent | f0dff5bc249476bb67538f400e317815482dd4f9 (diff) |
python/python3-flit_scm: Added (PEP 518 build backend library)
PEP 518 build backend library for SCM version files.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-flit_scm/slack-desc')
-rw-r--r-- | python/python3-flit_scm/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-flit_scm/slack-desc b/python/python3-flit_scm/slack-desc new file mode 100644 index 0000000000..225b83ec33 --- /dev/null +++ b/python/python3-flit_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------------------------------------------------------| +python3-flit_scm: python3-flit_scm (PEP 518 build backend library for SCM version files) +python3-flit_scm: +python3-flit_scm: A PEP 518 build backend that uses setuptools_scm to generate a version +python3-flit_scm: file from your version control system, then flit_core to build the +python3-flit_scm: package. +python3-flit_scm: +python3-flit_scm: Homepage: https://gitlab.com/WillDaSilva/flit_scm +python3-flit_scm: +python3-flit_scm: +python3-flit_scm: +python3-flit_scm: |