[Distutils] Plans for binary wheels, and PyPi and OS-X

Marcus Smith qwcode at gmail.com
Sat Nov 2 06:38:57 CET 2013


>
>
> Wheels take precedence over sdists.
>

also, for those that don't know, pip also prioritizes wheels over other
wheels (using the same PEP425 module that the wheel project uses, which has
a sort order).
In short, plat-specific over python-specific, over general wheels.
not a very likely scenario, but the logic is there.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20131101/30cd3288/attachment.html>


More information about the Distutils-SIG mailing list