summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/python/hooks/python-runtime-deps-check-hook.sh
AgeCommit message (Collapse)Author
2024-09-03treewide: handle preInstallPhases __structuredAttrs-agnosticallyYueh-Shun Li
Always specify the preInstallPhases attribute as a list instead of a string. Append elements to the preInstallPhases Bash variable using appendToVar instead of string or Bash array concatenation.
2023-12-20python3.pkgs.pythonRuntimeDepsCheckHook: initMartin Weinelt
Implements a hook, that checks whether all dependencies, as specified by the wheel manifest, are present in the current environment. Complains about missing packages, as well as version specifier mismatches.