Matthias Klose added the comment:

On 04/13/2015 11:43 PM, Nick Coghlan wrote:
> 
> Nick Coghlan added the comment:
> 
> Maintaining the arch list can be delegated to the platform maintainers, but I 
> agree a test would be valuable.
> 
> I'd suggest a test in the platform module tests that cross-checks the 
> settings in SOABI. This will also be useful in defining an algorithm that 
> setuptools can backport to Python 2.7 for naming wheel files correctly.
> 
> For the new multiarch triplets, I believe the first two parts should match 
> platform.machine() and platform.system().lower(). I'm not sure what the third 
> part should match.

no, platform.machine() doesn't return any normalized machine name. At least for
ix86 (i386, i486, i586), ARM32 (armv4, armv5+, armv7, ...), ALPHA, and MIPS.

and testing for the second part only seems to be a bit odd.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22980>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to