Преглед изворни кода
Merge pull request #1285 from scop/micropython-xz
Use xz compressed micropython 1.9.* tarballs
pull/1289/head
Christopher Hunt
пре 7 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 измењених фајлова са
8 додато и
2 уклоњено
-
plugins/python-build/share/python-build/micropython-1.9.3
-
plugins/python-build/share/python-build/micropython-1.9.4
|
|
|
@ -1,2 +1,5 @@ |
|
|
|
#require_gcc |
|
|
|
install_package micropython-1.9.3 "https://github.com/micropython/micropython/releases/download/v1.9.3/micropython-1.9.3.tar.gz#f94c0b4834edca625b86c0846c89e609ee8fbdbe98e7f719d5108d74b6b4945e" micropython |
|
|
|
has_tar_xz_support \ |
|
|
|
&& src="https://micropython.org/resources/source/micropython-1.9.3.tar.xz#3aa37065f5ea8df372d36253d0ae6333c68572e577df8558d4b7b93e070c624d" \ |
|
|
|
|| src="https://github.com/micropython/micropython/releases/download/v1.9.3/micropython-1.9.3.tar.gz#f94c0b4834edca625b86c0846c89e609ee8fbdbe98e7f719d5108d74b6b4945e" |
|
|
|
install_package micropython-1.9.3 "$src" micropython |
|
|
|
@ -1,2 +1,5 @@ |
|
|
|
#require_gcc |
|
|
|
install_package micropython-1.9.4 "https://github.com/micropython/micropython/releases/download/v1.9.4/micropython-1.9.4.tar.gz#0db042011bffcbd65362b67eb3cca87eaefa9f2a55b747fa75e922c706b8ce1a" micropython |
|
|
|
has_tar_xz_support \ |
|
|
|
&& src="https://micropython.org/resources/source/micropython-1.9.4.tar.xz#1d358d99e908a94fd6dd0d6b448ee56c5830b609cf27a42e0db3bee40cc52a9e" \ |
|
|
|
|| src="https://github.com/micropython/micropython/releases/download/v1.9.4/micropython-1.9.4.tar.gz#0db042011bffcbd65362b67eb3cca87eaefa9f2a55b747fa75e922c706b8ce1a" |
|
|
|
install_package micropython-1.9.4 "$src" micropython |