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.

----------

_______________________________________
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