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

Paul Moore p.f.moore at gmail.com
Fri Nov 1 23:49:37 CET 2013


On 1 November 2013 22:36, Donald Stufft <donald at stufft.io> wrote:

> python -c "import distutils; print(distutils.util.get_platform().replace('.', '_').replace('-', '_'))"
> macosx_10_8_x86_64

OK, cool. That means that binary wheels will be specific to the OSX
version and the word size. Even more specific than Windows.

So that just leaves SOABI. Do homebrew, macports etc actually use
different libc versions, or is there a systemwide libc that everything
uses which only changes when the OSX version changes?

Paul


More information about the Distutils-SIG mailing list