pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   agc
Date:           Mon Jan 18 07:54:51 UTC 2016

Modified Files:
        pkgsrc/lang: Makefile
Added Files:
        pkgsrc/lang/micropython: DESCR Makefile PLIST distinfo
        pkgsrc/lang/micropython/patches: patch-Makefile patch-mpconfigport.h

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.


To generate a diff of this commit:
cvs rdiff -u -r1.425 -r1.426 pkgsrc/lang/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/micropython/DESCR \
    pkgsrc/lang/micropython/Makefile pkgsrc/lang/micropython/PLIST \
    pkgsrc/lang/micropython/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/micropython/patches/patch-Makefile \
    pkgsrc/lang/micropython/patches/patch-mpconfigport.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index