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

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Nov 1 23:35:46 CET 2013


Paul Moore wrote:
> Python version - cpXY
> Platform - distutils.util.get_platform(), which is "darwin" for OSX,
> if I'm reading the code correctly.
> ABI - essentially sysconfig.get_config_vars().get('SOABI') if that exists

Does the MAXOSX_DEPLOYMENT_TARGET figure into this
anywhere? Just knowing that the platform is "darwin"
isn't really enough.

-- 
Greg


More information about the Distutils-SIG mailing list