summaryrefslogtreecommitdiffstats
path: root/python/python3-pyproject-hooks/slack-desc
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-04-28 05:00:32 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-29 18:11:43 +0700
commit59c24133372d80e2e5a70ab5bd2898cd4870e9b3 (patch)
tree62c2a5bb626b5286f8206f89bc19e156f2cb9abb /python/python3-pyproject-hooks/slack-desc
parent1b72e7e62967be7daf69cb23950f9b7e425cfa1d (diff)
downloadslackbuilds-59c24133372d80e2e5a70ab5bd2898cd4870e9b3.tar.gz
slackbuilds-59c24133372d80e2e5a70ab5bd2898cd4870e9b3.tar.xz
python/python3-pyproject-hooks: Added (call PEP517 backend hooks)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--python/python3-pyproject-hooks/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-pyproject-hooks/slack-desc b/python/python3-pyproject-hooks/slack-desc
new file mode 100644
index 0000000000..57fe2f9534
--- /dev/null
+++ b/python/python3-pyproject-hooks/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-pyproject-hooks: python3-pyproject-hooks (Wrappers to call PEP 517 build backend hooks)
+python3-pyproject-hooks:
+python3-pyproject-hooks: This is a low-level library for calling build-backends in
+python3-pyproject-hooks: pyproject.toml-based project. It provides the basic functionality to
+python3-pyproject-hooks: help write tooling that generates distribution files from
+python3-pyproject-hooks: Python projects.
+python3-pyproject-hooks:
+python3-pyproject-hooks: The pep517 project has been replaced by this project (low level) and
+python3-pyproject-hooks: the build project (high level).
+python3-pyproject-hooks:
+python3-pyproject-hooks: Homepage: https://github.com/pypa/pyproject-hooks