Re: [Distutils] A possible refactor/streamlining of PEP 517

2017-07-11 Thread Daniel Holth
On Tue, Jul 11, 2017 at 9:58 AM Thomas Kluyver wrote: > To summarise the current state of this discussion as I understand it, > the hooks we are currently thinking of defining are: > > def get_build_wheel_requires(config_settings) > def prepare_wheel_metadata(metadata_directory, config_settings)

Re: [Distutils] A possible refactor/streamlining of PEP 517

2017-07-11 Thread Thomas Kluyver
To summarise the current state of this discussion as I understand it, the hooks we are currently thinking of defining are: def get_build_wheel_requires(config_settings) def prepare_wheel_metadata(metadata_directory, config_settings) def build_wheel(wheel_directory, config_settings, build_directory