Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lang/micropython: Update to 1.17 | Kai Knoblich | 2021-09-09 | 4 | -0/+65 |
| | | | | | | | | | | | | | | | * Switch to GCC because building with Clang leads to a broken "mpy-cross" binary, which segfaults if issued with several parameters during build. * REINPLACE_CMD should not be used to replace static content, hence convert those occurrences into patches. * Also update pkg-descr and sort variables a bit according to the PHB. Reviewed by: decke (earlier revision) Approved by: kai (python, maintainer) Differential Revision: https://reviews.freebsd.org/D31855 | ||||
* | - Update to version 1.2 | Marcus von Appen | 2014-07-28 | 4 | -53/+0 |
| | | | | - Respect CFLAGS and CPPFLAGS | ||||
* | Micro Python is a lean and fast implementation of the Python 3 programming | Marcus von Appen | 2014-06-07 | 4 | -0/+53 |
language that is optimised to run on a microcontroller. WWW: http://www.micropython.org |