<div dir="ltr">Thanks for the suggested bikeshed topic. Clever!<div><br></div><div>I like build also. "package build requires". I see that build is what you used in the example [rejected] file formats. To me further segmentation between build systems and the actual build that the build system effects is something you might do to avoid the cost of installing a dependency that might not actually be needed during that phase. IMO installation of an occasional extra package is a fair price to pay if it reduces the number of concepts in the system.</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, May 11, 2016 at 10:26 AM Antoine Pitrou <<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 12 May 2016 00:20:32 +1000<br>
Nick Coghlan <<a href="mailto:ncoghlan@gmail.com" target="_blank">ncoghlan@gmail.com</a>> wrote:<br>
><br>
> When I say "build system configuration" in the context of<br>
> distutils/setuptools, I mean things like:<br>
><br>
> * MANIFEST.in<br>
> * non-dependency related setup() arguments (packages, package_dir,<br>
> py_modules, ext_modules, namespace_packages, entry_points,<br>
> include_package_data, zip_safe, etc)<br>
> * the Extension class and its parameters:<br>
> <a href="https://docs.python.org/2/distutils/setupscript.html#describing-extension-modules" rel="noreferrer" target="_blank">https://docs.python.org/2/distutils/setupscript.html#describing-extension-modules</a><br>
><br>
> Those are the settings that actually tell the build system what to<br>
> build and (in some cases) how to build it.<br>
<br>
That's confusing :-) You should really call it "build configuration".<br>
<br>
Regards<br>
<br>
Antoine.<br>
_______________________________________________<br>
Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org" target="_blank">Distutils-SIG@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/distutils-sig" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
</blockquote></div>