2017-11-30 15:41:30 by Hauke Fath | Files touched by this commit (3) |
Log message: Adjust default package path for pkgsrc build. |
2017-11-29 17:34:40 by Hauke Fath | Files touched by this commit (4) |
Log message: Clean up PLIST. Since we install the one built file in the package Makefile, no need to patch the dist install target. |
2017-11-29 16:13:32 by Hauke Fath | Files touched by this commit (11) |
Log message: Update lang/micropython to v1.9.2. Changes are many, but upstream does not maintain a changelog. |
2016-03-25 22:11:16 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Regen. |
2016-03-22 20:01:17 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message: Requires Python for build. Fix UB on left shift of negative values. |
2016-01-18 08:54:51 by Alistair G. Crooks | Files touched by this commit (6) |
Log message: Add micropython-1.5.2, a python 3.4 implementation, to the Packages Collection. 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. |