forked from Lainports/freebsd-ports
* 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
6 lines
261 B
Text
6 lines
261 B
Text
Micro Python is a lean and efficient implementation of the Python 3
|
|
programming language that includes a small subset of the Python
|
|
standard library and is optimised to run on microcontrollers and in
|
|
constrained environments.
|
|
|
|
WWW: https://www.micropython.org/
|