summaryrefslogtreecommitdiff
path: root/dev-lang/micropython/micropython-1.25.0.ebuild
AgeCommit message (Collapse)Author
2025-06-22dev-lang/micropython: fix build issue using moldZ. Liu
remove link option "--cref" because mold doesn't support not all files were patched, but the compilation & tests succeeded. Closes: https://bugs.gentoo.org/937354 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42654 Closes: https://github.com/gentoo/gentoo/pull/42654 Signed-off-by: Sam James <sam@gentoo.org>
2025-06-13dev-lang/micropython: fix RDEPEND for libffiSam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-13dev-lang/micropython: add TODO for test runnerSam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-13dev-lang/micropython: enable py3.14Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-13dev-lang/micropython: respect python-any-r1 moreSam James
The Makefiles call $(PYTHON) in places which defaults to 'python3' and tests have their own variable. Signed-off-by: Sam James <sam@gentoo.org>
2025-06-13dev-lang/micropython: skip extmod_select_poll_fd testSam James
This test (and only this test) failed for me with: ``` --- tests/results/extmod_select_poll_fd.py.exp 2025-06-13 00:21:41.912587843 +0100 +++ tests/results/extmod_select_poll_fd.py.out 2025-06-13 00:21:41.912662784 +0100 @@ -1,9 +1,7 @@ -CPYTHON3 CRASH: ValueError [(1, 4)] [] Traceback (most recent call last): File "/var/tmp/portage/dev-lang/micropython-1.25.0/work/micropython-1.25.0/tests/extmod/select_poll_fd.py", line 45, in <module> - assert False - ^^^^^ -AssertionError +AssertionError: +CRASH \ No newline at end of file ``` It seems to be just a minor formatting thing between CPython versions, but skip it at least for now. Will see about fixing the CPython version it tests against in a followup. Signed-off-by: Sam James <sam@gentoo.org>
2025-06-13dev-lang/micropython: add 1.25.0Daniella Kicsak
Closes: https://bugs.gentoo.org/829564 Closes: https://bugs.gentoo.org/859286 Closes: https://bugs.gentoo.org/859289 Closes: https://bugs.gentoo.org/908985 Closes: https://bugs.gentoo.org/930517 Closes: https://bugs.gentoo.org/936121 Closes: https://bugs.gentoo.org/940699 Closes: https://bugs.gentoo.org/951159 Signed-off-by: Daniella Kicsak <nosqrt@outlook.com> Part-of: https://github.com/gentoo/gentoo/pull/40972 Signed-off-by: Sam James <sam@gentoo.org>