On Tue, Jul 11, 2017, at 04:48 PM, Daniel Holth wrote:
Pro_duced.

Mandatory backend hooks:

- build_sdist(sdist_directory, config_settings={})
- build_wheel(wheel_directory, config_settings={}, build_directory=None, metadata_directory=None)

Optional backend hooks:

- get_requires_for_build_sdist(config_settings={})
- get_requires_for_build_wheel(config_settings={})
- prepare_metadata_for_build_wheel(metadata_directory, config_settings={})


Thanks Daniel! I'm happy with all of those names.

I'm at Europython at the moment, so I may not have much time to work on it for the next few days, but if no-one else gets there first I'll have a go at updating the PEP with the latest changes.

Thomas