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

Rebuild only selected packages #226

Closed
hottwaj opened this issue Aug 26, 2015 · 4 comments
Closed

Rebuild only selected packages #226

hottwaj opened this issue Aug 26, 2015 · 4 comments
Labels

Comments

@hottwaj
Copy link

hottwaj commented Aug 26, 2015

Hi guys, I don't seem to be able to rebuild a single package at a time when I'm using buildozer and python-for-android. I don't know if this is a buildozer or a python-for-android problem - but thought I'd start here.

Some of my app involves compiled cython code that is android specific (i.e. I can't test it on Linux/Windows). I have put this portion of my app in a recipe for P4A which I can compile and package up using buildozer

However, whenever I make a change to my cython package the only way I seem to be able to get the changes into my android app so that I can test them is to rebuild my entire app from scratch using buildozer - including recompiling python and kivy which take a long time to recompile.

I've tried using the "update" option with buildozer, which claims to only update the given packages, but this appears to just start the build process again from scratch (python and kivy are recompiled).

Am I missing something or doing something wrong?

Many thanks! Loving being able to code apps in Python - Kivy is an awesome project...

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@inclement
Copy link
Member

This is probably more of a python-for-android issue than a buildozer one, except possibly the buildozer update command.

The python-for-android revamp branch does behave properly if a single recipe is deleted, and actually has a command to do this.

@hottwaj
Copy link
Author

hottwaj commented Aug 26, 2015

OK thanks, I guess I should test out the P4A revamp branch and see if that works. Cheers

@inclement
Copy link
Member

Note that you'll need to check out this branch directly, it won't work
with buildozer right now.

On 26/08/15 21:42, hottwaj wrote:

OK thanks, I guess I should test out the P4A revamp branch and see if
that works. Cheers


Reply to this email directly or view it on GitHub
#226 (comment).

@tito tito added the feature label Oct 4, 2015
@hottwaj
Copy link
Author

hottwaj commented Jan 25, 2019

Checking back through my own old issues. P4A can do this as mentioned above so I'll close. Thanks!

@hottwaj hottwaj closed this as completed Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants