blob: 821e58b8ed6faf10c62320c8cbee179cf5d34ce1 (
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
31
32
33
34
35
36
37
|
pkgbase = platypush-git
pkgdesc = Universal multi-platform command executor and automation manager
pkgver = 0.20.5.r0.cef310ff
pkgrel = 1
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
depends = python
depends = python-yaml
depends = redis
depends = python-redis
depends = python-requests
depends = python-sqlalchemy
depends = python-websockets
depends = python-websocket-client
depends = python-wheel
depends = python-flask
depends = python-pip
depends = python-dateutil
depends = python-frozendict
depends = python-bcrypt
depends = python-zeroconf
depends = python-pyjwt
depends = python-croniter
optdepends = python-paho-mqtt: MQTT integrations support
optdepends = python-pybluez: Bluetooth support
optdepends = python-gattlib: Low-energy Bluetooth devices support
optdepends = python-paramiko: SSH support
optdepends = python-pyserial: Arduino/serial device support
provides = platypush
conflicts = platypush
options = !strip
source = platypush.tar.gz::https://git.platypush.tech/platypush/platypush/-/archive/master/platypush-master.tar.gz
sha512sums = b8aa7d105fa81301b3fe5ea15a07cdb4843a6bacae83e53395c201dc338621cd7ec53c6ce71f6a96c1a2e30934925b8fa855ed7d09cf96d3d101b8023f9750f9
pkgname = platypush-git
|