micropython-mpremote: Update to 1.21.0, rename package, move into utils
authorJeffery To <jeffery.to@gmail.com>
Sun, 15 Oct 2023 14:56:42 +0000 (22:56 +0800)
committerTianling Shen <cnsztl@gmail.com>
Wed, 1 Nov 2023 16:38:21 +0000 (00:38 +0800)
commit3085608448e97130b59f3c82da2a582ec6794103
treebcaa85b61335f87c96870f87ab40b75b5f724686
parentd10b26525c29a8fc694f3bab0db3a678b4bf3ebd
micropython-mpremote: Update to 1.21.0, rename package, move into utils

This renames the package to mpremote and moves it into utils, as this is
a command-line utility and not a Python/MicroPython library.

This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/micropython-mpremote/Makefile [deleted file]
lang/python/micropython-mpremote/patches/001-no-importlib_metadata.patch [deleted file]
utils/mpremote/Makefile [new file with mode: 0644]
utils/mpremote/patches/001-no-importlib_metadata.patch [new file with mode: 0644]
utils/mpremote/test.sh [new file with mode: 0644]