+3
doc/languages-frameworks/python.section.md
+3
doc/languages-frameworks/python.section.md
···- `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`.
···+- `eggUnpackhook` to move an egg to the correct folder so it can be installed with the `eggInstallHook`- `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`.
+21
pkgs/development/interpreters/python/hooks/default.nix
+21
pkgs/development/interpreters/python/hooks/default.nix
···
+15
pkgs/development/interpreters/python/hooks/egg-build-hook.sh
+15
pkgs/development/interpreters/python/hooks/egg-build-hook.sh
···
···
+21
pkgs/development/interpreters/python/hooks/egg-install-hook.sh
+21
pkgs/development/interpreters/python/hooks/egg-install-hook.sh
···
···
+17
pkgs/development/interpreters/python/hooks/egg-unpack-hook.sh
+17
pkgs/development/interpreters/python/hooks/egg-unpack-hook.sh
···
···
+5
pkgs/development/interpreters/python/mk-python-derivation.nix
+5
pkgs/development/interpreters/python/mk-python-derivation.nix
······
······
+1
-1
pkgs/top-level/python-packages.nix
+1
-1
pkgs/top-level/python-packages.nix
···-flitBuildHook pipBuildHook pipInstallHook pytestCheckHook pythonCatchConflictsHook pythonImportsCheckHook pythonRemoveBinBytecodeHook setuptoolsBuildHook setuptoolsCheckHook wheelUnpackHook;
···+eggUnpackHook eggBuildHook eggInstallHook flitBuildHook pipBuildHook pipInstallHook pytestCheckHook pythonCatchConflictsHook pythonImportsCheckHook pythonRemoveBinBytecodeHook setuptoolsBuildHook setuptoolsCheckHook wheelUnpackHook;