Message240775
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. |
|
Date |
User |
Action |
Args |
2015-04-13 21:53:24 | doko | set | recipients:
+ doko, lemburg, barry, brett.cannon, ncoghlan, pitrou, vstinner, tim.golden, ned.deily, Arfrever, python-dev, eric.snow, zach.ware, steve.dower |
2015-04-13 21:53:24 | doko | link | issue22980 messages |
2015-04-13 21:53:24 | doko | create | |
|