From 174b7e72a1e11f22a1231f1576e96ab771b16766 Mon Sep 17 00:00:00 2001 From: Adam Hitchcock Date: Wed, 26 Feb 2020 20:02:06 -0800 Subject: [PATCH] Create micropython-1.12 (#1542) --- plugins/python-build/share/python-build/micropython-1.12 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/python-build/share/python-build/micropython-1.12 diff --git a/plugins/python-build/share/python-build/micropython-1.12 b/plugins/python-build/share/python-build/micropython-1.12 new file mode 100644 index 00000000..d493737c --- /dev/null +++ b/plugins/python-build/share/python-build/micropython-1.12 @@ -0,0 +1,5 @@ +#require_gcc +has_tar_xz_support \ + && src="https://micropython.org/resources/source/micropython-1.12.tar.xz#25938e536f945c706f685f611e048acbca765b0380454dac88132803a5f75790" \ + || src="https://github.com/micropython/micropython/releases/download/v1.12/micropython-1.12.tar.gz#be2041924496f49b580f06c2d328c7757bbc7b62408abb11841ebeb87302c575" +install_package micropython-1.12 "$src" micropython