3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/interpreters/python/hooks
Frederik Rietdijk 818cf7827b buildPythonPackage: recompile bytecode for reproducibility
Due to a change in pip the unpacked wheels are no longer reproducible.
We recompile the bytecode to cleanup this error.
https://github.com/NixOS/nixpkgs/issues/81441
2020-06-13 10:36:28 +02:00
..
default.nix buildPythonPackage: recompile bytecode for reproducibility 2020-06-13 10:36:28 +02: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
pytest-check-hook.sh
python-catch-conflicts-hook.sh
python-imports-check-hook.sh
python-namespaces-hook.sh
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
wheel-unpack-hook.sh