summaryrefslogtreecommitdiff
path: root/lang/micropython/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29Clean up PLIST.hauke1-6/+1
Since we install the one built file in the package Makefile, no need to patch the dist install target.
2017-11-29Update lang/micropython to v1.9.2.hauke1-2/+6
Changes are many, but upstream does not maintain a changelog.
2016-01-18Add micropython-1.5.2, a python 3.4 implementation, to the Packages Collection.agc1-0/+3
This is the MicroPython project, which aims to put an implementation of Python 3.x on microcontrollers and small embedded systems. WARNING: this project is in beta stage and is subject to changes of the code-base, including project-wide name changes and API changes. MicroPython implements the entire Python 3.4 syntax (including exceptions, "with", "yield from", etc.). 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. Note that only subset of Python 3.4 functionality is implemented for the data types and modules.