summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/python/hooks/python-recompile-bytecode-hook.sh
AgeCommit message (Collapse)Author
2024-10-08buildPython hooks: format with shfmtYueh-Shun Li
2024-09-03treewide: handle postPhases __structuredAttrs-agnosticallyYueh-Shun Li
Always specify the postPhases attribute as a list instead of a string. Append elements to the postPhases Bash variable using appendToVar instead of string or Bash array concatenation.
2020-06-13buildPythonPackage: recompile bytecode for reproducibilityFrederik Rietdijk
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