Skip to content

Commit 63936ec

Browse files
committed
Add serial python3 module
Fixes #23, needed for esptool
1 parent 36b3642 commit 63936ec

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

cc.arduino.arduinoide.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@
356356
"dest": "build/ant"
357357
}
358358
]
359-
}
359+
},
360+
"python3-serial.json"
360361
]
361362
}

python3-serial.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "python3-serial",
3+
"buildsystem": "simple",
4+
"build-commands": [
5+
"pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"serial\""
6+
],
7+
"sources": [
8+
{
9+
"type": "file",
10+
"url": "https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz",
11+
"sha256": "b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"
12+
},
13+
{
14+
"type": "file",
15+
"url": "https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz",
16+
"sha256": "b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"
17+
},
18+
{
19+
"type": "file",
20+
"url": "https://files.pythonhosted.org/packages/f5/c7/06b5938e79a09112a256f26a1ae0551b04bc6aafcb71fd7ee2390c2c54c6/iso8601-0.1.13-py2.py3-none-any.whl",
21+
"sha256": "694be0743e9f1535ea873bfc7bd6fb62380c62b75822761859428073a17fd39c"
22+
},
23+
{
24+
"type": "file",
25+
"url": "https://files.pythonhosted.org/packages/1f/51/6a260c498162c37d0759f3759b7647a10d8d30caba1cfc9aa4b5b1f0d08b/serial-0.0.97-py2.py3-none-any.whl",
26+
"sha256": "e887f06e07e190e39174b694eee6724e3c48bd361be1d97964caef5d5b61c73b"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)