nixpkgs/pkgs/development/interpreters/python/hooks
Frederik Rietdijk adbc59c9d3 buildPython*: store dist (wheel/sdist) in dist output
Store the intermediate artifacts. In time, we should build, install and
test in separate derivations as that reduces circular dependencies,
avoids rebuilds when fixing tests, and makes it possible to use the
wheels for creating say virtualenv's.
2022-09-12 22:15:39 +02:00
..
conda-install-hook.sh buildPythonPackage: add support for conda 2021-05-28 14:31:40 +02:00
conda-unpack-hook.sh buildPythonPackage: add support for conda 2021-05-28 14:31:40 +02:00
default.nix buildPython*: store dist (wheel/sdist) in dist output 2022-09-12 22:15:39 +02:00
egg-build-hook.sh python: Add support for installing Python eggs 2020-01-08 13:59:04 +00:00
egg-install-hook.sh python: Add support for installing Python eggs 2020-01-08 13:59:04 +00:00
egg-unpack-hook.sh python: Add support for installing Python eggs 2020-01-08 13:59:04 +00:00
flit-build-hook.sh
pip-build-hook.sh pythonPackages.buildPythonPackage: enable verbose output with pyproject 2021-05-19 12:16:15 -07:00
pip-install-hook.sh pythonPackages.pip-install-hook: remove --build option 2020-12-01 14:44:26 +01:00
pytest-check-hook.sh pytestCheckHook: improve disabledTestPaths whitespace handling 2021-05-14 21:59:55 -07:00
python-catch-conflicts-hook.sh
python-imports-check-hook.sh python: execute pythonImportsCheckPhase in subshell 2020-02-19 22:30:50 -08:00
python-namespaces-hook.sh python.pkgs.pythonNamespacesHook: check parent directory exists before removing child 2021-12-02 17:38:40 -08:00
python-output-dist-hook.sh buildPython*: store dist (wheel/sdist) in dist output 2022-09-12 22:15:39 +02:00
python-recompile-bytecode-hook.sh buildPythonPackage: recompile bytecode for reproducibility 2020-06-13 10:36:28 +02:00
python-relax-deps-hook.sh pythonRelaxDepsHook: correct handles multiple wheels 2022-06-12 11:48:52 +01:00
python-remove-bin-bytecode-hook.sh pythonRemoveBinBytecodeHook: fix explanation 2020-06-13 10:20:14 +02:00
python-remove-tests-dir-hook.sh python: pythonRemoveTestsDirHook removes /test 2021-06-21 16:48:39 -07:00
setuptools-build-hook.sh python: use whitespace to split possible existing options 2022-04-24 14:28:26 +02:00
setuptools-check-hook.sh
sphinx-hook.sh python3Packages.sphinxHook: run install phase in predist 2022-08-24 23:02:27 +02:00
unittest-check-hook.sh pythonPackages.unittestCheckHook: init 2022-08-13 14:09:43 -04:00
venv-shell-hook.sh python3Packages.venvShellHook: add postVenvCreation (#87850) 2020-05-16 09:34:11 +02:00
wheel-unpack-hook.sh