summaryrefslogtreecommitdiff
path: root/dev-lang/micropython
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>
2025-03-28dev-lang/micropython: remove unused patchesMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-03-21dev-lang/micropython: drop 1.17, EAPI=7--Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-26dev-lang/micropython: Add official websiteDaniella
Co-authored-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com> Signed-off-by: Daniella <137890355+tfemby@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/37227 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-07-26dev-lang/micropython: add 1.23.0Daniella Kicsak
Signed-off-by: Daniella Kicsak <nosqrt@outlook.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-04-03*/*: reassign monsieurp's packagesMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-20dev-lang/micropython: add upstream links to commitsSam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-01-20dev-lang/micropython: Fix building with GCC13Kristaps Kaupe
Closes: https://bugs.gentoo.org/916499 Closes: https://bugs.gentoo.org/895156 Signed-off-by: Kristaps Kaupe <kristaps@blogiem.lv> Closes: https://github.com/gentoo/gentoo/pull/34801 Signed-off-by: Sam James <sam@gentoo.org>
2022-11-18dev-lang/micropython: Keyword 1.17 arm64, #873238Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-29dev-lang/micropython: drop 1.11-r1, EAPI-6--Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2021-10-25dev-lang/micropython: version bump.Patrice Clement
EAPI 7 version bump the ebuild whilst at it. Closes: https://bugs.gentoo.org/820086 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-07-10dev-lang/micropython: add dev-libs/libffi subslot depSam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-06-16dev-lang/micropython: Remove python@Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-11-16dev-lang/micropython: use dev-libs/libffi instead of virtual/libffiSergei Trofimovich
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-06-09dev-lang/micropython: restore tests.Patrice Clement
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2020-06-04dev-lang/micropython: honor CFLAGS/LDFLAGS.Patrice Clement
Don't rely on emake as it discards internal flags and generates compilation failures but patch Makefile directly. Also, this enforcement, although correct, causes a few tests to fail. I haven't looked at why in detail so tests are disabled for now until further investigation. Closes: https://bugs.gentoo.org/727092 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2020-06-04dev-lang/micropython: honor CFLAGS and LDFLAGS.Patrice Clement
Closes: https://bugs.gentoo.org/726902 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2020-06-03dev-lang/micropython: honor CC when running tests.Patrice Clement
Closes: https://bugs.gentoo.org/722952 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2020-06-02dev-lang/micropython: remove unused patchesMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
2020-05-04dev-lang/micropython: Remove redundantMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-12-22dev-lang/micropython: install mpy-cross binary.Patrice Clement
Closes: https://bugs.gentoo.org/703540 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2019-11-28dev-lang/micropython: clear QA warnings.Patrice Clement
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2019-11-27dev-lang/micropython: version bump.Patrice Clement
Courtesy of Mike Auty <ikelos@gentoo.org>. Closes: https://bugs.gentoo.org/700362 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2018-05-22dev-lang/micropython: version bump.Patrice Clement
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2017-11-25dev-lang/micropython: new package.Patrice Clement
The MicroPython project aims to put an implementation of Python 3.x on microcontrollers and small embedded systems. Package-Manager: Portage-2.3.13, Repoman-2.3.3