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

Donald Stufft donald at stufft.io
Sat Nov 2 00:02:20 CET 2013


Looks like wheels are not being created with an ABI tag at all.

Here’s a Wheel I made to test things:

https://testpypi.python.org/pypi/PyNaCl

On Nov 1, 2013, at 6:58 PM, Donald Stufft <donald at stufft.io> wrote:

> 
> On Nov 1, 2013, at 6:57 PM, Paul Moore <p.f.moore at gmail.com> wrote:
> 
>> On 1 November 2013 22:51, Donald Stufft <donald at stufft.io> wrote:
>>> How can I get the SOABI?
>> 
>> Sorry, didn't I include that before?
>> 
>> sysconfig.get_config_var('SOABI')
>> 
>> should do it.
>> Paul
> 
> Hmm,
> 
> python -c "import sysconfig; print(sysconfig.get_config_var('SOABI’))"
> None
> 
> -----------------
> Donald Stufft
> PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
> 
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig


-----------------
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/3a29bd67/attachment.sig>


More information about the Distutils-SIG mailing list