From 898fe1bb9bb1736cdf6cc82f9c6ba727aabf81a6 Mon Sep 17 00:00:00 2001 From: Maximilian Matthe Date: Fri, 2 Oct 2020 02:13:05 +0200 Subject: [PATCH] add file for downloading and installing micropython-1.13 (#1704) --- plugins/python-build/share/python-build/micropython-1.13 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/python-build/share/python-build/micropython-1.13 diff --git a/plugins/python-build/share/python-build/micropython-1.13 b/plugins/python-build/share/python-build/micropython-1.13 new file mode 100644 index 00000000..5557b8c6 --- /dev/null +++ b/plugins/python-build/share/python-build/micropython-1.13 @@ -0,0 +1,5 @@ +#require_gcc +has_tar_xz_support \ + && src="https://micropython.org/resources/source/micropython-1.13.tar.xz#fb5434ec1fd2f7d06733696b020a992e69005532bcb97a9b4158ec1fffbc9c1e" \ + || src="https://github.com/micropython/micropython/releases/download/v1.13/micropython-1.13.tar.gz#9ab32eb2c19a682f6de7e9b4226de849c42cb92e1ecb4cf56438a75d763bd451" +install_package micropython-1.13 "$src" micropython