<div dir="ltr"><div dir="ltr" class="gmail_msg"><div class="gmail_msg"><a href="https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/pep425tags.py?at=default&fileviewer=file-view-default#pep425tags.py-66">https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/pep425tags.py?at=default&fileviewer=file-view-default#pep425tags.py-66</a><br class="gmail_msg"></div><div class="gmail_msg"><br></div><div class="gmail_msg">sysconfig has a lot less information on Windows, bdist_wheel uses a different mechanism to detect "debug", "pymalloc", and "4-byte unicode", and newer versions of bdist_wheel warn about using the fallback mechanism.</div><div class="gmail_msg"><br></div><div class="gmail_msg">You might see fewer 'none' if you make sure bdist_wheel is up to date in all your build environments.</div></div><br class="gmail_msg"><div class="gmail_quote gmail_msg"><div dir="ltr" class="gmail_msg">On Wed, Jan 4, 2017 at 7:47 AM Robin Becker <<a href="mailto:robin@reportlab.com" class="gmail_msg" target="_blank">robin@reportlab.com</a>> wrote:<br class="gmail_msg"></div><blockquote class="gmail_quote gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">After the recent 3.6 release I started to build reportlab wheels for the new<br class="gmail_msg">
release on windows amd_x64 etc etc.<br class="gmail_msg">
<br class="gmail_msg">
A new warning which I haven't seen before is<br class="gmail_msg">
<br class="gmail_msg">
> C:\ux\XB33\py36_x86\lib\site-packages\wheel\pep425tags.py:77: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect<br class="gmail_msg">
>   warn=(impl == 'cp')):<br class="gmail_msg">
> C:\ux\XB33\py36_x86\lib\site-packages\wheel\pep425tags.py:81: RuntimeWarning: Config variable 'WITH_PYMALLOC' is unset,<br class="gmail_msg">
> Python ABI tag may be incorrect<br class="gmail_msg">
>   warn=(impl == 'cp')):<br class="gmail_msg">
<br class="gmail_msg">
the windows wheels come out named like this<br class="gmail_msg">
<br class="gmail_msg">
> reportlab-3.3.26-cp27-none-win32.whl<br class="gmail_msg">
> reportlab-3.3.26-cp27-none-win_amd64.whl<br class="gmail_msg">
> reportlab-3.3.26-cp33-none-win32.whl<br class="gmail_msg">
> reportlab-3.3.26-cp33-none-win_amd64.whl<br class="gmail_msg">
> reportlab-3.3.26-cp34-none-win32.whl<br class="gmail_msg">
> reportlab-3.3.26-cp34-none-win_amd64.whl<br class="gmail_msg">
> reportlab-3.3.26-cp35-none-win32.whl<br class="gmail_msg">
> reportlab-3.3.26-cp35-none-win_amd64.whl<br class="gmail_msg">
> reportlab-3.3.26-cp36-cp36m-win32.whl<br class="gmail_msg">
> reportlab-3.3.26-cp36-cp36m-win_amd64.whl<br class="gmail_msg">
<br class="gmail_msg">
so<br class="gmail_msg">
<br class="gmail_msg">
1) should I be attempting to make the none's correct using code in setup.py<br class="gmail_msg">
2) is the tagging correct for cp36? Looking at pep 425 I don't see any<br class="gmail_msg">
definitions of the suffices other than d being debug.<br class="gmail_msg">
--<br class="gmail_msg">
Robin Becker<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org" class="gmail_msg" target="_blank">Distutils-SIG@python.org</a><br class="gmail_msg">
<a href="https://mail.python.org/mailman/listinfo/distutils-sig" rel="noreferrer" class="gmail_msg" target="_blank">https://mail.python.org/mailman/listinfo/distutils-sig</a><br class="gmail_msg">
</blockquote></div></div>