Package Details: micropython 1.22.0-1

Git Clone URL: https://aur.archlinux.org/micropython.git (read-only, click to copy)
Package Base: micropython
Description: Python3 for microcontrollers, with stdlib. (UNIX version)
Upstream URL: http://micropython.org/
Licenses: MIT
Submitter: keenerd
Maintainer: bolleyboll
Last Packager: bolleyboll
Votes: 20
Popularity: 0.114545
First Submitted: 2014-06-03 23:11 (UTC)
Last Updated: 2024-01-14 09:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

SpotlightKid commented on 2017-01-25 12:56 (UTC)

MicroPython releases are built against specific branches and commits of their sub-modules (you can see the commit hashes of the sub-modules when you look the micropython repo history for the release tag, i.e. for 1.8.7 here: https://github.com/micropython/micropython/tree/5653e3c72fc8555c6a060acf6447ac694a036053/lib). You can download tarballs for the sub-modules for these commits the same as for tagged releases. Here's a PKGBUILD that uses the correct versions of the axtls and berkley-db-1.xx sub-modules and uses the system-installed libffi. For axtls to compile successfully you also need to turn off the -Werror compiler flag by passing CWARN="-Wall" to make. https://gist.github.com/SpotlightKid/cafa2e84ab530ae3a9a4b57f8384b512

keenerd commented on 2017-01-24 18:09 (UTC)

Sorry about the delay. The entire 1.8.X release series has been a trainwreck of a refactor with most of the submodules broken or missing. Axtls was the worst, but I just noticed it can be built with mbedtls, and that fixes the blocker. Patches welcome for getting the bundled Axtls library to work again.

keenerd commented on 2015-08-25 05:06 (UTC)

Fixed, and added the whole standard lib.

SpotlightKid commented on 2015-08-24 15:24 (UTC)

Please also install the 'pip-micropython' script to '/usr/bin'.

tee commented on 2015-05-03 14:32 (UTC)

no prob

keenerd commented on 2015-05-03 14:27 (UTC)

Fixed, thanks.

tee commented on 2015-05-03 14:26 (UTC)

also a new version was released, v1.4.2

tee commented on 2015-05-03 14:20 (UTC)

well at least building it does

keenerd commented on 2015-05-03 13:27 (UTC)

No it does not. > sudo pacman -Rdd python .... > micropython -c "print(2+2)" 4

tee commented on 2015-05-03 12:43 (UTC)

This package depends on python.