gpo.zugaina.org

Search Portage & Overlays:

dev-python/buildozer

Kivy-friendly tool for packaging Python to mobile and desktop

Screenshots

  • buildozer-9999
    android ios doc python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: MIT   
    Overlay: raiagent
  • buildozer-1.3.0
    ~amd64 ~arm ~arm64 ~x86
    android ios doc python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: MIT   
    Overlay: raiagent

ChangeLog

commit cbcf975076bb7fc03644672acaba4713e9d6c830
Author: leycec <leycec@gmail.com>
Date: Fri Sep 16 02:04:09 2022 -0400

dev-python/*Kivy*: Python3.11 + ARM(64|).

This commit improves our Kivy ebuilds to support both Python 3.11 and
the increasingly popular ARM and ARM64 CPU architectures.

commit 4fa3b97cbdac04ffe57d6bbc8d04db509cd13548
Author: leycec <leycec@gmail.com>
Date: Thu Jun 9 02:57:32 2022 -0400

dev-python/buildozer: `ios` USE flag ignored.

This commit temporarily ignores the `ios` USE flag on our `buildozer`
ebuild - as we have yet to define the `dev-python/kivy-ios` package
conditionally required by enabling that USE flag. Laziness prevails!

commit 7b7062218728fcf2ad7bed1d47c1aad45108fa5f
Author: leycec <leycec@gmail.com>
Date: Sat Apr 23 02:49:54 2022 -0400

dev-python/python-for-android: Moar `RDEPENDS`.

This commit finalizes the list of all mandatory runtime dependencies
required by `python-for-android`. Relatedly, this commit also states
that `raiagent` now officially hosts ebuilds for the fully Kivy stack.

commit 41c8065646a1e8dff861704b4a8af58ac0ebfde4
Author: leycec <leycec@gmail.com>
Date: Tue Apr 5 02:41:48 2022 -0400

dev-python/python-for-android: Added.

This commit adds live and stable ebuilds for the most recent release of
Kivy's Buildozer's `python-for-android` (i.e., `python-for-android`
2022.3.13): a toolchain for cross-compiling self-contained Kivy apps to
Android App Bundles (AABs). Relatedly, this commit also adds an
`android` USE flag (enabled by default) to our Buildozer ebuild
installing `python-for-android` when enabled.

commit 2b8edb939087f6f5e685024d79a8c5303e9f5a4b
Author: leycec <leycec@gmail.com>
Date: Sat Apr 2 03:50:38 2022 -0400

dev-python/buildozer: Added.

This commit adds live and stable ebuilds for the most recent release of
Kivy's Buildozer (i.e., Buildozer 1.3.0): a toolchain for
cross-compiling self-contained Kivy apps to supported platforms.
Relatedly, this commit also:

* Adds a `buildozer` USE flag (enabled by default) to our core Kivy
ebuild installing Buildozer as an optional runtime dependency of Kivy.
* Enables PEP 517-compliant `setuptools` installation for both our Kivy
and KivyMD ebuilds.