a4d616aff9
Alternative PEP-517 build frontend, originally from Gentoo Despite the requires-python specifier, this does work on 3.7.
7 lines
435 B
Text
7 lines
435 B
Text
gpep517 is a minimal tool to aid building wheels for Python packages
|
|
through PEP 517-compliant build systems and installing them. The
|
|
tool originated from Gentoo with its primary goals being absolutely
|
|
minimal dependency footprint to ease clean bootstrap without bundling
|
|
dependencies, and clean separation of functions to aid external
|
|
package managers. It is the tool of choice for a world that does
|
|
not revolve around pip and venvs.
|