• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kivy / python-for-android
60%
develop: 64%

Build:
Build:
LAST BUILD BRANCH: minor-fixes
DEFAULT BRANCH: develop
Repo Added 03 Jun 2019 10:27AM UTC
Files 192
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v2019.10.06
branch: v2019.10.06
CHANGE BRANCH
x
Reset
  • v2019.10.06
  • Fix_KiwiSolver
  • Pillow_post_get_bbox
  • Websocket_0_4_0_to_1_0_1
  • add-mcp
  • add-stl-kivy300
  • add_per_arch_dists
  • android-fix
  • bump_recipes_version_av
  • cffi-fix
  • cppy_cluster
  • dependabot/github_actions/dot-github/workflows/pypa/gh-action-pypi-publish-1.13.0
  • develop
  • develop-merge-master-2
  • feat/add-readthedocs-file
  • feature/auto_release_pypi
  • feature/bootstraps_refactoring
  • feature/bootstraps_refactoring2
  • feature/bump_sh_dep
  • feature/ci_emulator_runtime_tests
  • feature/ci_free_disk_space
  • feature/dockerhub_push
  • feature/documentation
  • feature/drop_libmysqlclient_recipe
  • feature/entry_point_from_getextra
  • feature/fix_atom
  • feature/fix_custom_build_on_macos
  • feature/fix_documentation_build
  • feature/fix_gevent
  • feature/fix_greenlet_recipe
  • feature/fix_kiwisolver_macos
  • feature/fix_sh_log_too_verbose
  • feature/greenlet_recipe
  • feature/increase_test_coverage
  • feature/increase_test_coverage_entrypoint_bdistapk
  • feature/java_linting
  • feature/maximize_build_space
  • feature/migrate_upload_artifact
  • feature/reduce_sh_verbosity
  • fix-broadcastReciever
  • fix-libcurl
  • fix_1827
  • foreground-type
  • hotfixc
  • httpx-recipe
  • inclement-fix-readme
  • inclement-patch-1
  • kivy2.3.1
  • kivy_update
  • kivyfiletype
  • less-output-during-boot
  • lottie_background
  • lottie_splashscreen
  • master
  • matplotlib
  • minor-fix
  • minor-fixes
  • more_cutout_tools
  • no-ast-str
  • no-distutils
  • numpy-update
  • opencb
  • panda3d
  • patch-1
  • patch-2
  • patch-4
  • patch-6
  • patchelf_fix
  • pillow
  • pillow-recipe
  • primp
  • py_compile
  • pycrypt_fix
  • pydantic_fix
  • pyjnius-cython
  • pyjnius-fix
  • pynacl-recipe
  • python-update
  • release-2019.06.06
  • release-2019.07.08
  • release-2019.08.09
  • release-2019.10.06
  • release-2020.03.30
  • release-2020.04.01
  • release-2020.04.29
  • release-2020.06.02
  • release-2022.09.04
  • release-2022.12.20
  • release-2024.01.21
  • scipy_update
  • sdl2_image_fix
  • sdl2ttf2220
  • sdl3
  • sdl3-recipe
  • sdl_build_optimize
  • sdlsurface-patch
  • skia_tests
  • sympy-recipe
  • update_pyjnius
  • v2020.03.30
  • v2020.04.29
  • v2020.06.02
  • v2022.03.13
  • v2022.07.20
  • v2022.09.04
  • v2022.12.20
  • v2023.01.28
  • v2023.02.10
  • v2023.05.21
  • v2023.09.16

pending completion
2019

push

travis-ci

web-flow
Release 2019.10.06 (#1998)

* [recipes] Fix compilation for  regex recipe

The error was: build/other_builds/hostpython3/desktop/hostpython3/Include/Python.h:39:19: fatal error: crypt.h: No such file or directory

* [recipes] Update regex's recipe

* put the sdk manager command in a code block (#1956)

to avoid quotes being replaced by fancy ones

* Updated version number for develop branch following 2019.08.09 release (#1960)

*  Fix build for case-insensitive FS and add CI test for OSX (#1951)

* [python] Fix build for case-insensitive FS :apple:

It turns out that the generated python binary for some builds are named `python.exe` instead of `python`. This depends on the File System where the build happens. It will be named `python.exe` when the FS is case-insensitive (Mac OSX and Cygwin), but it will be named `python` when the FS is case-sensitive (most GNU Linux distributions). The proposed solution consists in make a copy of the generated python binary with a given name (python3 or python2) so this way

To achieve this goal we refactor a little our `HostPythonRecipe`:
  - add private property `HostPythonRecipe._exe_name` (the name of the python executable based on major version)
  - add public property `HostPythonRecipe.python_exe` (the full path of the python executable)
  - implement `HostPythonRecipe.should_build`

And also it's affected the `GuestPythonRecipe`, because we need to use the generated python executable by `HostPythonRecipe`:
  - add private property `GuestPythonRecipe._libpython` (python's library name with extension...hardcoded for now...)
  - implement `GuestPythonRecipe.should_build`... to check the library instead of the executable so we avoid conflicts with case-insensitive FS

We also need:
  - fix `PythonRecipe.real_hostpython_location` because the name of our host python executable will depend on major version
  - fix python2 interpreter (fix-interpreter-version.patch)

Note: the variation o... (continued)

795 of 1722 branches covered (46.17%)

Branch coverage included in aggregate %.

416 of 416 new or added lines in 43 files covered. (100.0%)

3899 of 6091 relevant lines covered (64.01%)

0.64 hits per line

Relevant lines Covered
Build:
Build:
6091 RELEVANT LINES 3899 COVERED LINES
0.64 HITS PER LINE
Source Files on v2019.10.06
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2019 v2019.10.06 Release 2019.10.06 (#1998) * [recipes] Fix compilation for regex recipe The error was: build/other_builds/hostpython3/desktop/hostpython3/Include/Python.h:39:19: fatal error: crypt.h: No such file or directory * [recipes] Update regex's re... push 22 Dec 2019 07:16PM UTC web-flow travis-ci pending completion  
See All Builds (2128)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc