Android py314 - #10959
Draft
ecdsa wants to merge 3 commits into
Draft
Android py314#10959ecdsa wants to merge 3 commits into
ecdsa wants to merge 3 commits into
Conversation
Pull in the new p4a pin from ecdsa/python-for-android, which fixes python version selection in the python3 recipe and adds the cpython 3.14 build patches. Also drop the hostpython3 ensurepip patch, as cpython 3.12+ no longer bundles setuptools, and move the pinned pip to the release that cpython 3.14.7 itself bundles.
3.0 reached EOL on 2026-09-07; 3.5 is the current LTS, supported until 2030-04-08. Needs cpython 3.14, the first release whose _ssl module carries the openssl 3.5 error tables.
AGP 9 generates BuildConfig into the "namespace" package, which p4a keeps fixed at org.electrum.electrum.res, unlike the application id (which varies with APP_PACKAGE_DOMAIN). Same package our java sources import R from.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump python (to 3.14) and openssl (to 3.5.8).
Uses my own fork of python-for-android.
Note: the p4a branch is on top of
electrum_202602, so it includes the recent gradle bump. It is trivial to remove if we don't want it