You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement --blacklist option and include more modules/recipes by default
* Adds `--blacklist` option that prevents recipes/packages from being
added even when they are in the `depends` of recipes or otherwise added
* Makes the following modules included per default: `android` (via
`bootstrap.py` dependency of all bootstraps),
`openssl`/`libffi`/`sqlite3` (via `python3` recipe dependency)
* Documents `--blacklist` option and that `android` is now included
by default
* Cleans up the packaging kivy/sdl2 apps part in the Quickstart section
This will first build a distribution that contains `python2` and `kivy`, and using a SDL2 bootstrap. Python2 is here explicitely written as kivy can work with python2 or python3.
174
+
- While python2 is still supported by python-for-android,
175
+
it will possibly no longer receive patches by the python creators
176
+
themselves in 2020. Migration to Python 3 is recommended!
162
177
163
-
You can also use ``--bootstrap=pygame``, but this bootstrap is deprecated for use with Kivy and SDL2 is preferred.
178
+
- You can also use ``--bootstrap=pygame``, but this bootstrap
0 commit comments