nixpkgs/pkgs/development/interpreters/python
Martin Weinelt 48b43e51e5
pythonRelaxDepsHook: make distribution name matching case insensitive
Is it PyOpenSSL or pyOpenSSL or pyopenssl? With this change you don't
have to care. Write it as pYoPeNSsL for all I care¹.

Can we do it like that? Yes, we can. Distribution names should be matched
with `re.IGNORECASE` according to the wheel specification².

[1] https://packaging.python.org/en/latest/specifications/core-metadata/#name
[2] Just kidding, please make it look sane.
2023-12-20 20:46:12 +01:00
..
catch_conflicts python/hooks: restore catchConflictHook for python<3.10 2023-11-18 12:57:18 +01:00
conda
cpython cpython: restore passthru.tests 2023-11-28 02:09:29 +01:00
hooks pythonRelaxDepsHook: make distribution name matching case insensitive 2023-12-20 20:46:12 +01:00
manylinux
pypy pypy: add option to change optimization level, update homepage, cleanup 2023-12-10 03:10:47 +01:00
python2 Revert "python2/mk-python-derivation: disable catchConflictsHook" 2023-11-18 12:58:15 +01:00
rustpython rustpython: mark broken on x86_64-darwin 2023-11-22 19:20:39 +01:00
tests
update-python-libraries update-python-libraries: quiet nix stderr output 2023-12-02 03:29:43 +01:00
default.nix python312: 3.12.0 -> 3.12.1 2023-12-08 17:03:13 +01:00
mk-python-derivation.nix python3.pkgs.pythonRuntimeDepsCheckHook: init 2023-12-20 20:10:22 +01:00
passthrufun.nix python: deprecate pythonForBuild in favor of pythonOnBuildForHost 2023-11-07 02:28:58 +02:00
python-packages-base.nix python3.pkgs.buildsetupcfg: Remove function from python-packages-base.nix 2023-12-12 12:21:38 +13:00
run_setup.py
setup-hook.nix
setup-hook.sh
sitecustomize.py
tests.nix
with-packages.nix
wrap-python.nix treewide: change pythonForBuild to pythonOnBuildForHost 2023-11-05 17:42:12 -08:00
wrap.sh
wrapper.nix