nixpkgs/pkgs/development/interpreters/python/hooks
Alexandre Macabies fc235bb0fc python/hooks: use python.pythonVersion to support PyPy
f292ef4 introduced a check for the Python version but uses `.version`,
which isn't friendly to other Pythons like PyPy which use versions
strings like 7.3, failing the >=3.10 check.

Using `.pythonVersion` fixes this check.

Co-authored-by: Pierre Bourdon <delroth@gmail.com>
2023-11-25 13:38:39 +01:00
..
conda-install-hook.sh
conda-unpack-hook.sh
default.nix python/hooks: use python.pythonVersion to support PyPy 2023-11-25 13:38:39 +01:00
egg-build-hook.sh
egg-install-hook.sh
egg-unpack-hook.sh
pip-build-hook.sh
pip-install-hook.sh
pypa-build-hook-test.nix treewide: change pythonForBuild to pythonOnBuildForHost 2023-11-05 17:42:12 -08:00
pypa-build-hook.sh python3.pkgs.pypaBuildHook: fix conflicts 2023-09-12 21:04:26 +02:00
pypa-install-hook.sh pypaInstallHook: enter "dist" directory before installing (#250464) 2023-08-21 08:45:47 +02:00
pytest-check-hook.sh
python-catch-conflicts-hook.sh
python-imports-check-hook.sh
python-namespaces-hook.sh
python-output-dist-hook.sh
python-recompile-bytecode-hook.sh
python-relax-deps-hook.sh python3.pkgs.pythonRelaxDepsHook: don't propagate wheel 2023-08-20 11:00:51 +02:00
python-remove-bin-bytecode-hook.sh
python-remove-tests-dir-hook.sh
setuptools-build-hook.sh
setuptools-check-hook.sh
setuptools-rust-hook.sh
sphinx-hook.sh python3Packages.sphinxHook: Avoid propagating sphinx 2023-09-30 18:21:18 +02:00
unittest-check-hook.sh
venv-shell-hook.sh
wheel-unpack-hook.sh