Merge pull request #254309 from pbsds/flit-prune

python3Packages.flitBuildHook: remove
This commit is contained in:
Frederik Rietdijk
2023-09-25 11:34:15 +02:00
committed by GitHub
74 changed files with 320 additions and 161 deletions

View File

@@ -459,7 +459,6 @@ are used in [`buildPythonPackage`](#buildpythonpackage-function).
with the `eggInstallHook`
- `eggBuildHook` to skip building for eggs.
- `eggInstallHook` to install eggs.
- `flitBuildHook` to build a wheel using `flit`.
- `pipBuildHook` to build a wheel using `pip` and PEP 517. Note a build system
(e.g. `setuptools` or `flit`) should still be added as `nativeBuildInput`.
- `pypaBuildHook` to build a wheel using