From 89c6c06b8c42107dd231687a1012354e7d3039fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 26 Nov 2017 11:42:28 +0000 Subject: gentoo resync : 26.11.2017 --- dev-lang/micropython/metadata.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-lang/micropython/metadata.xml (limited to 'dev-lang/micropython/metadata.xml') diff --git a/dev-lang/micropython/metadata.xml b/dev-lang/micropython/metadata.xml new file mode 100644 index 000000000000..e644fcc0141c --- /dev/null +++ b/dev-lang/micropython/metadata.xml @@ -0,0 +1,30 @@ + + + + + monsieurp@gentoo.org + Patrice Clement + + + python@gentoo.org + Python + + + micropython/micropython + + +The MicroPython project aims to put an implementation of Python 3.x on +microcontrollers and small embedded systems. +MicroPython implements the entire Python 3.4 syntax (including exceptions, +with, yield from, etc., and additionally async/await keywords from Python 3.5). +The following core datatypes are provided: str (including basic Unicode +support), bytes, bytearray, tuple, list, dict, set, frozenset, array.array, +collections.namedtuple, classes and instances. Builtin modules include sys, +time, and struct, etc. Select ports have support for _thread module +(multithreading). Note that only a subset of Python 3 functionality is +implemented for the data types and modules. +MicroPython can execute scripts in textual source form or from precompiled +bytecode, in both cases either from an on-device filesystem or "frozen" into +the MicroPython executable. + + -- cgit v1.2.3