poetry2nix/hooks
adisbladis b9221f61b5
Automatically build most packages without passing format param
We should never have to use `format = "setuptools"` since pip can
_also_ handle setuptools packages.

This uses a custom pipBuildHook that removes pyproject.toml in case
there is also a setup.py in the same sources.
2020-04-01 00:14:30 +01:00
..
default.nix Automatically build most packages without passing format param 2020-04-01 00:14:30 +01:00
fixup-hook.sh Add fixup hook 2020-02-28 19:45:23 +00:00
pip-build-hook.sh Automatically build most packages without passing format param 2020-04-01 00:14:30 +01:00
pyproject-without-path.py Automatically build most packages without passing format param 2020-04-01 00:14:30 +01:00
remove-path-dependencies.sh Check if pyproject.toml exists before patching path deps 2020-02-28 19:27:33 +00:00