Recipes updates with CrystaX/Python3 support#1295
Merged
inclement merged 1 commit intoJun 11, 2018
Merged
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
Member
Author
|
Build is (almost) green https://travis-ci.org/kivy/python-for-android/builds/389474607 |
Contributor
|
After applying the above patch cffi builds successfully but cryptography still fails to build. |
Contributor
|
Found a fix for that, based on your changes to cffi recipe, you may want to incorporate that into your PR. |
Member
|
Great, thanks. Sorry about the delay merging, I was away for a few days. |
Member
Author
|
Thank you @inclement ! |
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.
Adds CrystaX/Python3 support to 9 recipes:
These recipes were tested with CrystaX/Python3 in
https://github.com/AndreMiras/EtherollApp
See last
buildozer android debugbuild success:https://travis-ci.org/AndreMiras/EtherollApp/jobs/386381704