-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unicode SOABI-related changes #29
Comments
On a slightly separate but related note, I wonder if we should rearrange the Pythons layout in a way such that a build script like
would work nicely and only produce 1 wheel for each unique Python. |
...yeah, that would be nice, wouldn't it :-) Option 1: just install into Option 2: put symlinks in Option 3: ...? |
On distutils-sig, it looks like Nick"s suggestion was to change the PEP text, but leave the docker images as-is. And we also might need to change the pip PR too? |
Yeah... I don't have a strong opinion either way. On the one hand, UCS-2 builds are indeed broken, and probably rare (though this isn't really clear). On the other hand, it's kinda up to individual projects whether they decide to provide UCS-2 wheels, and if they want to use the docker image to do so then it's no skin off my nose. Projects that don't want to provide such builds can always skip that regardless.
Good point, edited the checklist above to reflect this. |
changes to PEP and |
Now that #35 is merged, it looks like all that's left here is fixing auditwheel (pypa/auditwheel#16) |
Given discussion here and here, it sounds like we can/should drop the UCS4-only requirement from PEP 513 after all.
If that's right, then I guess there are a few things to do:
check-manylinux.py
scriptFor the docker images, I propose the following layout:
The text was updated successfully, but these errors were encountered: