blob: e4cb32646c8dbf195026f1a67824fe62e17f952f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = meshtastic-python
pkgdesc = Python CLI and API for talking to Meshtastic devices
pkgver = 2.5.5
pkgrel = 1
url = https://github.com/meshtastic/python/
arch = any
license = GPL-3.0-only
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-wheel
depends = python-bleak
depends = python-dotmap
depends = python-protobuf
depends = python-pexpect
depends = python-print-color
depends = python-pypubsub
depends = python-pyqrcode
depends = python-pyserial
depends = python-pyyaml
depends = python-requests
depends = python-setuptools
depends = python-tabulate
depends = python-timeago
optdepends = python-pytap2: TUN tunnel support
source = meshtastic-python-2.5.5.tar.gz::https://github.com/meshtastic/python/archive/refs/tags/2.5.5.tar.gz
sha256sums = 0b52188f81254c4b2b6b547929f6b0046e0a0099b59a994c300c507b0902edbe
pkgname = meshtastic-python
|