Skip to content

Commit 35f4746

Browse files
authored
Merge pull request #24 from A6GibKm/master2
Add pyserial python3 module
2 parents 9ec2e3f + 60dd554 commit 35f4746

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

cc.arduino.arduinoide.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@
350350
"dest": "build/linux"
351351
}
352352
]
353-
}
353+
},
354+
"python3-pyserial.json"
354355
]
355356
}

python3-pyserial.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "python3-pyserial",
3+
"buildsystem": "simple",
4+
"build-commands": [
5+
"pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyserial\""
6+
],
7+
"sources": [
8+
{
9+
"type": "file",
10+
"url": "https://files.pythonhosted.org/packages/0d/e4/2a744dd9e3be04a0c0907414e2a01a7c88bb3915cbe3c8cc06e209f59c30/pyserial-3.4-py2.py3-none-any.whl",
11+
"sha256": "e0770fadba80c31013896c7e6ef703f72e7834965954a78e71a3049488d4d7d8"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)