-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Recipes updates with CrystaX/Python3 support #1295
Recipes updates with CrystaX/Python3 support #1295
Conversation
Adds CrystaX/Python3 support to 9 recipes: - cffi: fixes build in both Python2 and Python3 - decorator: updates version and adds python3crystax support - idna: updates version - pycryptodome: fixes version string & adds python3crystax support - python3crystax: adds python3crystax support - pyyaml: updates version & drops host python via target python - requests: adds python3crystax support - scrypt: fixes version & adds python3crystax support - secp256k1: adds python3crystax support These recipes were tested with CrystaX/Python3 in https://github.com/AndreMiras/EtherollApp See last `buildozer android debug` build success: https://travis-ci.org/AndreMiras/EtherollApp/jobs/386381704
30644b5
to
ccd5b59
Compare
Build is (almost) green https://travis-ci.org/kivy/python-for-android/builds/389474607 |
After applying the above patch cffi builds successfully but cryptography still fails to build.
|
Found a fix for that, based on your changes to cffi recipe, you may want to incorporate that into your PR.
|
Great, thanks. Sorry about the delay merging, I was away for a few days. |
Thank you @inclement ! |
Adds CrystaX/Python3 support to 9 recipes:
These recipes were tested with CrystaX/Python3 in
https://github.com/AndreMiras/EtherollApp
See last
buildozer android debug
build success:https://travis-ci.org/AndreMiras/EtherollApp/jobs/386381704