python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
This PR solves https://github.com/kivy/python-for-android/issues/2930. There may be more places where the logs could be inconsistent perhaps, these are the places I have spotted. Also some slight improvements in how some...
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
I am trying to build [Electrum](https://github.com/spesmilo/electrum) with p4a master, and due to https://github.com/kivy/python-for-android/pull/1720 / https://github.com/kivy/python-for-android/commit/abb4703150c5eec2fe2eddbfd0b5b57eca56d7bc I am getting an error. Electrum uses `x.y.z` version numbers in general; but for the...
This patch allows the use of a local directory path for the `url` in a recipe. For example, when building a local c extension, it is then possible to use...
### Versions * Python: 3.9 * OS: ubuntu * Buildozer: 1.5.0 ### Description i was trying to added a package into my kivy application i.e pycairo so i have added...
Hi, Dependencies are being lowercased before being pip-installed (well, written in the temporary requirements.txt file). This is an issue when trying to use eg GitLab deploy tokens to access a...
I had encountered a mysterious issue where my project would appear to build cleanly, but python packages would sometimes go missing while trying to run the app. Specifically, the app...
### Description The current `lapack` recipe implementation using `LEGACY_NDK` is clever but somewhat baroque. And not all users can navigate the steps. Consider using `lapack` from `OpenBLAS`, it contains `lapack`...
### Description The class `Prerequisite` has an `is_valid()` method. If the prerequisite passes the check, it returns `(True, "")`. There is no mention what the tuple means, and the only...