Subject: CVS commit: pkgsrc/lang
From: Alistair G. Crooks
Date: 2016-01-18 08:54:51
Message id: 20160118075451.43BADFBB5@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.1addpkgsrc/lang/micropython/DESCR
1.1addpkgsrc/lang/micropython/Makefile
1.1addpkgsrc/lang/micropython/PLIST
1.1addpkgsrc/lang/micropython/distinfo
1.1addpkgsrc/lang/micropython/patches/patch-Makefile
1.1addpkgsrc/lang/micropython/patches/patch-mpconfigport.h