summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authoragc <agc>2016-01-18 07:54:50 +0000
committeragc <agc>2016-01-18 07:54:50 +0000
commit9d669cfae1e49905324c25095cedab94ee5cc8a9 (patch)
tree0bb8eb0173c8d0f5b7f24e28e1c881af05aced50 /lang/Makefile
parentac0e36f817972654dbc5888ee761f6bae675af2f (diff)
downloadpkgsrc-9d669cfae1e49905324c25095cedab94ee5cc8a9.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/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 851439b4f98..11bee075367 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.425 2015/12/30 15:08:24 taca Exp $
+# $NetBSD: Makefile,v 1.426 2016/01/18 07:54:50 agc Exp $
#
COMMENT= Programming languages
@@ -121,6 +121,7 @@ SUBDIR+= lush
SUBDIR+= maude
SUBDIR+= mawk
SUBDIR+= mercury
+SUBDIR+= micropython
SUBDIR+= minischeme
SUBDIR+= mit-scheme-bin
SUBDIR+= mono