summaryrefslogtreecommitdiff
path: root/lang/micropython/PLIST
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2016-01-18 07:54:50 +0000
committeragc <agc@pkgsrc.org>2016-01-18 07:54:50 +0000
commit8adae252ee4d096dffe95dbc4eeaca1f1ece648d (patch)
tree0bb8eb0173c8d0f5b7f24e28e1c881af05aced50 /lang/micropython/PLIST
parentb886ba83697f1555b8f50cc8b304232a92d6bff0 (diff)
downloadpkgsrc-8adae252ee4d096dffe95dbc4eeaca1f1ece648d.tar.gz
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.
Diffstat (limited to 'lang/micropython/PLIST')
-rw-r--r--lang/micropython/PLIST3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/micropython/PLIST b/lang/micropython/PLIST
new file mode 100644
index 00000000000..82190a86257
--- /dev/null
+++ b/lang/micropython/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2016/01/18 07:54:51 agc Exp $
+bin/micropython
+bin/pip-micropython