lang/micropython - The NetBSD Packages Collection

Embedded version of python 3

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.

Documentation is at .

Build dependencies

lang/python311 lang/python311 pkgtools/mktools devel/gmake devel/pkgconf pkgtools/cwrappers

Runtime dependencies

devel/libffi devel/libffi

Binary packages

OSArchitectureVersion
NetBSD 8.0i386micropython-1.9.2nb6.tgz
NetBSD 8.0i386micropython-1.9.2nb5.tgz
NetBSD 8.0x86_64micropython-1.9.2nb6.tgz
NetBSD 8.0x86_64micropython-1.9.2nb5.tgz
NetBSD 8.0x86_64micropython-1.9.2nb6.tgz
NetBSD 9.0i386micropython-1.9.2nb6.tgz
NetBSD 9.0i386micropython-1.9.2nb6.tgz
NetBSD 9.0x86_64micropython-1.9.2nb6.tgz
NetBSD 9.0x86_64micropython-1.9.2nb6.tgz
NetBSD 9.3x86_64micropython-1.9.2nb5.tgz
NetBSD 9.3x86_64micropython-1.9.2nb6.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.