nixpkgs/pkgs/development/interpreters/python/hooks
Frederik Rietdijk 76966f8ddd pythonPackages.pip-install-hook: remove --build option
Pip had the option --build to build in a custom or temporary directory.
Nowadays, pip just listens to TMPDIR, which we already set.

This option was deprecated and is removed in pip 20.3.
2020-12-01 14:44:26 +01:00
..
default.nix python/hooks/pythonNamespaces: fix __pycache__ logic 2020-11-23 08:33:04 -08:00
egg-build-hook.sh
egg-install-hook.sh
egg-unpack-hook.sh
flit-build-hook.sh
pip-build-hook.sh pythonPackages.pipBuildHook: do not build in an isolated environment 2020-06-06 10:05:26 +02:00
pip-install-hook.sh pythonPackages.pip-install-hook: remove --build option 2020-12-01 14:44:26 +01:00
pytest-check-hook.sh
python-catch-conflicts-hook.sh
python-imports-check-hook.sh
python-namespaces-hook.sh python/hooks/pythonNamespaces: fix __pycache__ being empty, or not existing 2020-11-26 13:51:05 -08:00
python-recompile-bytecode-hook.sh buildPythonPackage: recompile bytecode for reproducibility 2020-06-13 10:36:28 +02:00
python-remove-bin-bytecode-hook.sh pythonRemoveBinBytecodeHook: fix explanation 2020-06-13 10:20:14 +02:00
python-remove-tests-dir-hook.sh
setuptools-build-hook.sh pythonPackages.setuptoolsBuildHook: do not build in an isolated environment 2020-06-06 10:05:26 +02:00
setuptools-check-hook.sh
venv-shell-hook.sh python3Packages.venvShellHook: add postVenvCreation (#87850) 2020-05-16 09:34:11 +02:00
wheel-unpack-hook.sh