poetry2nix/hooks
adisbladis 1a79e628b9 Add a hook to rewrite python_requires in setup.py to be PEP440 compliant
Upstream packaging has changed and using wildcards in python_requires is now considered a bug as it's not PEP400 compliant.
Realistically we have to work around this issue as we can't expect every older version to change.

We do this by rewriting the problematic definitions and dropping the
version precision. This works out because 3.9.* is functionally
equivalent to 3.9.
2023-03-23 15:23:57 +13:00
..
default.nix Add a hook to rewrite python_requires in setup.py to be PEP440 compliant 2023-03-23 15:23:57 +13:00
fixup-hook.sh Add hook to remove normal files from site-packages 2022-02-05 21:50:20 +12:00
pip-build-hook.sh Remove dontPreferSetupPy & don't remove pyproject.toml ever 2022-01-18 15:18:57 +12:00
pyproject-without-special-deps.py Fix build failure when editable dependencies exist in pyproject.toml 2022-07-24 21:03:23 +01:00
python-requires-patch-hook.py Add a hook to rewrite python_requires in setup.py to be PEP440 compliant 2023-03-23 15:23:57 +13:00
python-requires-patch-hook.sh Add a hook to rewrite python_requires in setup.py to be PEP440 compliant 2023-03-23 15:23:57 +13:00
remove-special-dependencies.sh Reset PYTHONPATH before running Python script in hooks 2022-05-10 08:14:08 +12:00
wheel-unpack-hook.sh overrides: Remove condition from wheel override 2020-08-17 05:02:19 +02:00