Message250341
thanks for the draft!
I'm not sure how to describe this properly. The extension names are derived from https://wiki.debian.org/Multiarch/Tuples
and this again is derived from the GNU triplets/quadruplets.
there is no "cpu" and "os" part, depending on the architecture some ABI parts are either encoded in the "cpu" part or the "os" part.
So what about just enumerating the most common cases (i386-linux-gnu, x86_64-linux-gnu, arm-linux-gnueabi (still used for the old Raspberry Pi), arm-linux-gnueabihf), and then point to the "spec"? The above examples have some irregular cases, most other cases just follow the triplets.
I wouldn't mention x86_64-linux-gnux32 explicitly. Until now there are only unreleased or experimental distros.
Not sure if it is worth mentioning that this would allow distributing "fat" wheels. |
|
Date |
User |
Action |
Args |
2015-09-09 23:09:40 | doko | set | recipients:
+ doko, lemburg, barry, ncoghlan, pitrou, larry, tim.golden, ned.deily, Arfrever, python-dev, eric.snow, berker.peksag, zach.ware, yselivanov, steve.dower, dstufft |
2015-09-09 23:09:40 | doko | set | messageid: <1441840180.22.0.3899706797.issue22980@psf.upfronthosting.co.za> |
2015-09-09 23:09:40 | doko | link | issue22980 messages |
2015-09-09 23:09:40 | doko | create | |
|