Skip to content

Use Debian's Python packages for ARM instead of cross-compiling? #242

@venthur

Description

@venthur

(Full disclosure: I'm Debian Developer and maintainer of python-kivy package in Debian)

When you call distribute.sh -m "foo" you basically download and compile a Python library "foo", like pip install foo would do, except that you cross-compile it for ARM and not for your architecture right?

Is it, in principle, possible to use compiled python libraries from Debian's ARM architecture instead of compiling them yourself? The Debian packages usually come with architecture specific patches if needed, are well maintained and tested. Plus: you could use a lot more packages out of the box, compared to the recipes available in python-for-android.

This would also make the compiling part much easier and less error prone.

If you want to try, you can download the python-kivy package for ARM here (scroll down until you see the table with the different architectures): https://packages.debian.org/sid/python-kivy

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions