1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
Commit graph

8 commits

Author SHA1 Message Date
Roberto Oliveira
18a73ca629 testing/micropython: enable build on ppc64le 2017-12-28 20:27:32 +00:00
Natanael Copa
c460687f37 testing/micropython: fix build with python3 2017-12-26 14:48:43 +00:00
Marian Buschsieweke
9ad60c6dba testing/micropython: Update to version 1.9.3 2017-12-26 11:40:44 +00:00
Marian Buschsieweke
6e26a52c38 testing/micropython: Update 1.9.1 --> 1.9.2 2017-11-06 09:03:53 +00:00
Marian Buschsieweke
9fe7424df6 testing/micropython: Added subpackage micropython-cross
micropython-cross provides mpy-cross, which allows compiling python
code to micropython bytecode. This is particularly useful to
unburden MCUs from the task to compile python scripts.
2017-08-03 14:37:45 +00:00
Natanael Copa
7038377cb7 testing/micropython: disable on some archs
../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not
implemented for this platform
 #error mp_raw_code_save_file not implemented for this platform
  ^~~~~

use only python3
2017-08-03 13:33:57 +00:00
Natanael Copa
f05d7396b5 testing/micropython: skip ffi_callback test and cleanup
the ffi_callback will not work under PaX kernel since it tries to
allocate memory which is both executable and writeable.
2017-08-03 12:48:14 +00:00
Marian Buschsieweke
a7b59fce20 new aport: testing/micropython
A lean and efficient Python implementation for MCUs and constrained systems
http://www.micropython.org/
2017-08-03 12:48:14 +00:00