[Distutils] Plans for binary wheels, and PyPi and OS-X
Donald Stufft
donald at stufft.io
Fri Nov 1 23:36:24 CET 2013
On Nov 1, 2013, at 6:35 PM, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> 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
> _______________________________________________
> Distutils-SIG maillist - Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
python -c "import distutils; print(distutils.util.get_platform().replace('.', '_').replace('-', '_'))"
macosx_10_8_x86_64
-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20131101/c71c5c46/attachment.sig>
More information about the Distutils-SIG
mailing list