1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
Commit graph

22 commits

Author SHA1 Message Date
Leo
d95e2bc826 {main,community,testing}/*: rebuild against libffi.so.7 2020-04-09 15:38:03 +00:00
Rasmus Thomsen
420a32708c testing/micropython: disable on armhf, fails to build 2020-01-18 10:07:08 +01:00
Marian Buschsieweke
8627a020f4 testing/micropython: upgrade to 1.12
Also: Re-enable aarch64, x86, s390x
2020-01-16 23:07:21 +01:00
Leo
6f220467bd testing/micropython: limit on aarch64 2019-07-13 22:24:56 -03:00
Leo
b18629d4da testing/micropython: limit on ppc64le
CC ../py/obj.c
CC ../py/objarray.c
../py/nativeglue.c:226:5: error: 'nlr_push' undeclared here (not in a function); did you mean 'nlr_jump'?
     nlr_push,
     ^~~~~~~~
     nlr_jump
2019-07-13 17:04:05 -03:00
Marian Buschsieweke
1c5a9877ef testing/micropython: upgrade to 1.11 2019-07-13 16:10:19 -03:00
Natanael Copa
d0bc086207 testing/micropython: disable on armv7 due to build failure 2019-06-12 15:06:28 +00:00
Andy Postnikov
a542992528 testing/micropython: disable one more test for ppc64le 2018-10-21 17:20:39 +03:00
Andy Postnikov
447f4c1d29 testing/micropython: enable ppc64le and disable broken tests 2018-10-21 17:06:03 +03:00
Natanael Copa
2209680924 testing/micropython: disable on x86 and let abuild do strip
It fails to build on x86 with a segfault:

MPY modules/upip.py
make: *** [../../py/mkrules.mk:114: build/frozen_mpy/upip.mpy]
Segmentation fault (core dumped)
2018-10-11 14:04:20 +00:00
J0WI
16f8ceb8e2 testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel 2018-10-06 17:19:31 +00:00
Oliver Smith
9d9f981a2c aports: add support for armv7 [skip ci]
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
<https://lists.alpinelinux.org/alpine-devel/6271.html>

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
2018-09-24 10:19:24 +03:00
Natanael Copa
10550c2257 testing/micropython: disable on ppc64le due to test failures
2 tests failed: float_parse float_parse_doubleprec
2018-09-10 08:45:32 +00:00
Fabian Affolter
37a296f1be testing/micropython: upgrade to 1.9.4 2018-09-06 14:06:49 +03:00
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