slackbuilds/python/python3-pep517
toolonely 528f919467
python/python3-pep517: Added (API to call PEP 517 hooks).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-16 12:12:54 +07:00
..
README
python3-pep517.SlackBuild
python3-pep517.info
slack-desc

README

PEP 517 specifies a standard API for systems which build Python
packages.

PEP 660 extends it with a build mode that leads to editable installs.

This package contains wrappers around the hooks specified by PEP 517
and PEP 660. It provides:

- A mechanism to call the hooks in a subprocess, so they are isolated
  from the current process.
- Fallbacks for the optional hooks, so that frontends can call the
  hooks without checking which are defined.