1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00

new aport: testing/micropython

A lean and efficient Python implementation for MCUs and constrained systems
http://www.micropython.org/
This commit is contained in:
Marian Buschsieweke 2017-08-02 09:24:03 +02:00 committed by Natanael Copa
parent 9b1159bce3
commit a7b59fce20
2 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,22 @@
--- old/micropython-1.9.1/unix/mpconfigport.mk
+++ new/micropython-1.9.1/unix/mpconfigport.mk
@@ -9,7 +9,7 @@
MICROPY_USE_READLINE = 1
# btree module using Berkeley DB 1.xx
-MICROPY_PY_BTREE = 1
+MICROPY_PY_BTREE = 0
# _thread module using pthreads
MICROPY_PY_THREAD = 1
@@ -24,8 +24,8 @@
MICROPY_PY_FFI = 1
# ussl module requires axtls
-MICROPY_PY_USSL = 1
-MICROPY_SSL_AXTLS = 1
+MICROPY_PY_USSL = 0
+MICROPY_SSL_AXTLS = 0
MICROPY_SSL_MBEDTLS = 0
# jni module requires JVM/JNI