diff --git a/cc.arduino.arduinoide.json b/cc.arduino.arduinoide.json index cc1e784..01cad27 100644 --- a/cc.arduino.arduinoide.json +++ b/cc.arduino.arduinoide.json @@ -356,6 +356,7 @@ "dest": "build/ant" } ] - } + }, + "python3-pyserial.json" ] } diff --git a/python3-pyserial.json b/python3-pyserial.json new file mode 100644 index 0000000..7fabfa5 --- /dev/null +++ b/python3-pyserial.json @@ -0,0 +1,14 @@ +{ + "name": "python3-pyserial", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyserial\"" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/0d/e4/2a744dd9e3be04a0c0907414e2a01a7c88bb3915cbe3c8cc06e209f59c30/pyserial-3.4-py2.py3-none-any.whl", + "sha256": "e0770fadba80c31013896c7e6ef703f72e7834965954a78e71a3049488d4d7d8" + } + ] +} \ No newline at end of file