<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 1, 2015 at 3:43 AM, Ralf Gommers <span dir="ltr"><<a href="mailto:ralf.gommers@gmail.com" target="_blank">ralf.gommers@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Fri, May 29, 2015 at 7:28 PM, Benjamin Root <span dir="ltr"><<a href="mailto:ben.root@ou.edu" target="_blank">ben.root@ou.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Speaking from the matplotlib project, our binaries are substantial due to our suite of test images. Pypi worked with us on relaxing size constraints. Also, I think the new cheese shop/warehouse server they are using scales better, so size is not nearly the same concern as before.</p>
<p dir="ltr">Ben Root</p>
<div class="gmail_quote"><div><div>On May 29, 2015 1:43 AM, "Todd" <<a href="mailto:toddrjen@gmail.com" target="_blank">toddrjen@gmail.com</a>> wrote:<br type="attribution"></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><p dir="ltr">On May 28, 2015 7:06 PM, "David Cournapeau" <<a href="mailto:cournape@gmail.com" target="_blank">cournape@gmail.com</a>> wrote:<br>
> On Fri, May 29, 2015 at 2:00 AM, Andrew Collette <<a href="mailto:andrew.collette@gmail.com" target="_blank">andrew.collette@gmail.com</a>> wrote:<br>
>><br>
>> In any case I've always been surprised that NumPy is distributed<br>
>> through SourceForge, which has been sketchy for years now. Could it<br>
>> simply be hosted on PyPI?<br>
><br>
><br>
> They don't accept arbitrary binaries like SF does, and some of our installer formats can't be uploaded there.<br>
><br>
> David</p>
<p dir="ltr">Is that something that could be fixed?</p></div></div></blockquote></div></blockquote><div><br></div></span><div>For the current .exe installers that cannot be fixed, because neither pip nor easy_install can handle those. We actually have to ensure that we don't link from pypi directly to the sourceforge folder with the latest release, because then easy_install will follow the link, download the .exe and fail.<br><br></div><div>Dmg's were another non-supported format, but we'll stop using those. So if/when it's SSE2 .exe installers only (make with bdist_wininst and no NSIS) then PyPi works. Size constraints are not an issue for Numpy I think.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>Ralf<br></div></font></span></div></div></div></blockquote></div><br></div><div class="gmail_extra">What about adding some mechanism in pypi to flag that certain files should not by downloaded with pip?<br></div></div>