Skip to content
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 for setuptools, zope.interface and twisted #457

Closed
wants to merge 1 commit into from

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Sep 14, 2015

Closes #454.

The build will fail until #450 is closed, but you can manually fix the filepath:

$ cd ~/.local/share/python-for-android/build/other_builds/twisted/armeabi
$ mv twisted Twisted-15.4.0/bin/_preamble.py
$ mv Twisted-15.4.0/ twisted

and then run the build again.

@inclement
Copy link
Member

I've added these recipes manually in a slightly different way, abstracting away the way hostpython is called to a new attribute of the PythonRecipe (though it has a terrible name that I will change), and an option to install in the hostpython build dir. This should hopefully make it easier to do the same thing with other recipes.

I didn't include your commit because of big merge conflicts thanks to my big rebase to get the revamp into the master branch, but I think I've realised how to do so and will cherry-pick it manually to keep it in the history. I'll leave this PR open until then.

Are you able to test if I got it right, and the new twisted etc recipes work? I checked that they build but don't have examples to test with. The problem with folder unpacking may also be solved thanks to another commit.

Thanks!

@inclement inclement closed this Oct 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants