Skip to content

Commit

Permalink
feat: update vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Aug 5, 2019
1 parent ad1b27a commit ca11e8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions buildozer.spec
Expand Up @@ -43,6 +43,7 @@ version.filename = %(source.dir)s/zero/src/Config.py
# comma seperated e.g. requirements = sqlite3,kivy
requirements = sqlite3,openssl,m2crypto,gevent,greenlet,msgpack-python,hostpython3,git+https://github.com/kivy/plyer,android,kivy,sentry_sdk,urllib3,certifi
p4a.branch = master
p4a.fork = mkg20001
# (str) Custom source folders for requirements
# Sets custom source for any requirements with recipes
Expand Down
2 changes: 1 addition & 1 deletion vendor/buildozer
2 changes: 1 addition & 1 deletion vendor/python-for-android
Submodule python-for-android updated 37 files
+32 −17 .travis.yml
+13 −15 README.md
+2 −0 ci/constants.py
+11 −7 doc/source/contribute.rst
+53 −44 doc/source/quickstart.rst
+3 −5 doc/source/troubleshooting.rst
+1 −2 pythonforandroid/__init__.py
+6 −2 pythonforandroid/archs.py
+123 −103 pythonforandroid/build.py
+98 −8 pythonforandroid/pythonpackage.py
+1 −1 pythonforandroid/recipe.py
+1 −1 pythonforandroid/recipes/android/src/android/permissions.py
+1 −0 pythonforandroid/recipes/freetype/__init__.py
+9 −9 pythonforandroid/recipes/matplotlib/mpl_android_fixes.patch
+10 −6 pythonforandroid/recipes/numpy/__init__.py
+5 −5 pythonforandroid/recipes/numpy/patches/add_libm_explicitly_to_build.patch
+11 −14 pythonforandroid/recipes/numpy/patches/ar.patch
+2 −2 pythonforandroid/recipes/numpy/patches/do_not_use_system_libs.patch
+48 −0 pythonforandroid/recipes/numpy/patches/fix_environment_detection.patch
+5 −34 pythonforandroid/recipes/numpy/patches/fix_setup_dependencies.patch
+13 −17 pythonforandroid/recipes/numpy/patches/remove_unittest_call.patch
+21 −52 pythonforandroid/recipes/openssl/__init__.py
+0 −20 pythonforandroid/recipes/openssl/disable-sover-legacy.patch
+0 −16 pythonforandroid/recipes/openssl/rename-shared-lib.patch
+2 −1 pythonforandroid/recipes/python2/__init__.py
+19 −0 pythonforandroid/recipes/python2/patches/fix-ctypes-util-find-library.patch
+4 −1 pythonforandroid/toolchain.py
+0 −75 pythonforandroid/util.py
+1 −1 testapps/setup_testapp_python3.py
+1 −1 testapps/setup_testapp_python3_matplotlib.py
+4 −5 testapps/testapp/main.py
+339 −0 tests/test_archs.py
+545 −0 tests/test_bootstrap.py
+25 −0 tests/test_build.py
+268 −0 tests/test_distribution.py
+23 −3 tests/test_pythonpackage_basic.py
+183 −0 tests/test_util.py

0 comments on commit ca11e8e

Please sign in to comment.