python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

recipes: add new `uvloop` recipe

Open T-Dynamos opened this issue 11 months ago • 1 comments

Closes #2997

T-Dynamos avatar Mar 28 '24 11:03 T-Dynamos

This PR was ready to be merged.

T-Dynamos avatar Apr 14 '24 12:04 T-Dynamos

Do you need to make any changes / rebase as #3007 has been merged?

misl6 avatar May 09 '24 19:05 misl6

Surpassed by #3014

T-Dynamos avatar May 14 '24 14:05 T-Dynamos

@T-Dynamos Was this recipe working on p4a v2024.01.21? When I use this pr on v2024.01.21, I get the following error message: RuntimeError: the libuv submodule has not been checked out; try running “git submodule init; git submodule update”. Converting to a CythonRecipe (as uvloop needs cython anyways) takes it a step further, but still results in uvloop/request.pyx:64:21: undeclared name not builtin: convert_error. Was there more work required to properly build uvloop for arm64-v8a on android?

vabt-igd avatar Sep 03 '24 19:09 vabt-igd