-
Notifications
You must be signed in to change notification settings - Fork 136
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
Add Rust support to build-wheel #1030
Comments
We have two examples so far of Python/Rust packages being successfully built for Android:
A proper solution would work as follows:
|
sounds like a pretty big task |
@mhsmith In som other issue, I think you mentioned that the whole package repository is being deprecated. Is Rust support for the build wheel tool (this issue) still a feature that you are willing to receive PRs for or is all work being put here redundant since Python is going to get official Android support anyway? |
I would still accept a PR that fixed this in build-wheel, because the content of that solution would be useful for future work with the upstream Python/Rust ecosystem anyway. However, it's probably better if you don't work on the "preserve all the sysconfigdata files" step above, because I'll be revisiting the Python build process soon as part of adding Python 3.13 support (#1210). |
In #1257 I'll update the packaging script so that the
|
Hi @mhsmith , I have huge updates for the cryptography module, sysconfigdata is not necessary anymore for it and integration is much easier. I just need to clean things up, I will open a PR tomorrow |
See #1261 |
@emanuele-f: Thanks very much, this is a huge step forward. If anyone wants to try building one of the other Rust-based packages, you can now use the |
Several packages are blocked until we do this – see the cross-references below.
The text was updated successfully, but these errors were encountered: