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 <[email protected]> wrote:

> 
> On Nov 1, 2013, at 6:57 PM, Paul Moore <[email protected]> wrote:
> 
>> On 1 November 2013 22:51, Donald Stufft <[email protected]> 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  -  [email protected]
> https://mail.python.org/mailman/listinfo/distutils-sig


-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to