blob: 6ad501be756bb16782a5dd0717927347a2e0a63f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = mpy-repl-tool
pkgdesc = Communicate and transfer files from and to MicroyPython boards via REPL
pkgver = 0.13
pkgrel = 1
url = https://github.com/zsquareplusc/mpy-repl-tool
arch = any
license = custom
makedepends = python-setuptools
depends = python-pyserial
depends = python-colorama
optdepends = python-fusepy: for mounting the micropython filesystem
source = https://files.pythonhosted.org/packages/44/6c/7b90f0db24cb83964dca4832af5c969722feff108c479fa8185a225d88e2/mpy-repl-tool-0.13.tar.gz
sha256sums = 713bb1ed19a50ebbdfbce42b48f189f09394b02e9e1c46652633bd7c4b18d373
pkgname = mpy-repl-tool
|