gpo.zugaina.org

Search Portage & Overlays:

dev-python/python-for-android

Kivy-friendly tool for packaging Python to Android

Screenshots

  • python-for-android-9999
    doc python_targets_pypy3 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: MIT   
    Overlay: raiagent
  • python-for-android-2023.05.21
    ~amd64 ~arm ~arm64 ~x86
    doc python_targets_pypy3 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: MIT   
    Overlay: raiagent

ChangeLog

commit bebd2f078e4abe9e32043ad9b6131dd92024e825
Author: leycec <leycec@gmail.com>
Date: Sat May 27 01:53:57 2023 -0400

dev-python/hatch: Added.

This commit adds both live and stable ebuilds for the most recent stable
release of Hatch, an increasingly popular Python build system adopted by
the Python Packaging Authority (PyPA).

commit dc3c239dfa8d7044012227720063c776f9218b30
Author: leycec <leycec@gmail.com>
Date: Fri May 26 23:45:24 2023 -0400

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

This commit bumps `python-for-android` to its most recent stable
release: `python-for-android 2023.05.21`.

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 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 88b289033a2a46daa24899fee9048073cb363b89
Author: leycec <leycec@gmail.com>
Date: Tue Apr 19 01:19:18 2022 -0400

dev-python/python-for-android: Dependencies added.

This commit adds additional runtime dependencies, previously omitted due
to upstream documentation failing to explicitly list these dependencies
in its list of mandatory runtime dependencies. *facepalm*

commit d8474fa79b50d9fe9f188a5f9911216d4d5f99ea
Author: leycec <leycec@gmail.com>
Date: Thu Apr 14 02:12:53 2022 -0400

dev-python/bleak: PEP 517 + examples.

This commit improves our BLEAK ebuild to leverage the new PEP
517-compliant build infrastructure as well as conditionally install
examples when available. Unrelatedly, this commit also improves our
@beartype ebuild to expose Sphinx-based document generation... 'cause.

commit 52280d5075c409854e4146fdb77b047538a0cb51
Author: leycec <leycec@gmail.com>
Date: Wed Apr 13 01:56:52 2022 -0400

dev-python/python-for-android: Dependencies relaxed.

This commit relaxes dependencies for our "python-for-android" package by
eliminating the prior runtime dependency on the Android NDK. Thankfully,
Buildozer internally manages this dependency itself in an isolated
Buildozer-specific manner.

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.