<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 12, 2015 at 6:37 AM, Robert Collins <span dir="ltr"><<a href="mailto:robertc@robertcollins.net" target="_blank">robertc@robertcollins.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 12 October 2015 at 17:06, Robert Collins <<a href="mailto:robertc@robertcollins.net">robertc@robertcollins.net</a>> wrote:<br>
> EWOW, huge thread.<br>
><br>
> I've read nearly all of it but in order not to make it massively<br>
> worse, I'm going to reply to all the points I think need raising in<br>
> one mail :).<br>
<br>
</span>And a bugfix :) - I didn't link to the docs for the build system<br>
interface we have today -<br>
<a href="https://pip.pypa.io/en/latest/reference/pip_install/#build-system-interface" rel="noreferrer" target="_blank">https://pip.pypa.io/en/latest/reference/pip_install/#build-system-interface</a><br></blockquote><div><br></div><div>From that link:<br></div><div>"""<br>In order for pip to install a package from source, <code class=""><span class="">setup.py</span></code> must implement
the following commands:<br>...<br>The <code class=""><span class="">install</span></code> command should implement the complete process of installing the
package to the target directory XXX.<br> """<br></div><div>That just sounds so wrong. You want the build system to build, not install. And if "install" actually means "build to a tempdir so pip can copy it over it to its final location", then how does that address something like installing docs to a different dir than the package itself?<br></div><div><br></div><div>+1 for your main point of focusing more on enabling other build systems though.<br><br></div><div>Ralf<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
-Rob<br>
<span class=""><font color="#888888"><br>
<br>
<br>
--<br>
Robert Collins <<a href="mailto:rbtcollins@hp.com">rbtcollins@hp.com</a>><br>
Distinguished Technologist<br>
HP Converged Cloud<br>
</font></span><div class=""><div class="h5">_______________________________________________<br>
Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">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>
</div></div></blockquote></div><br></div></div>