blob: 34ed9844ecde439b7a7c648354ac5d26d23b2339 (
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
38
39
40
41
42
|
pkgbase = platypush-git
pkgdesc = Universal multi-platform command executor and automation manager
pkgver = 0.24.5.r0.7685521e
pkgrel = 1
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
makedepends = git
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-rsa
depends = python-croniter
depends = python-marshmallow
depends = python-pytz
depends = python-magic
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-watchdog: File monitor support
optdepends = python-aiohttp: SmartThings support
optdepends = python-pyserial: Arduino/serial device support
provides = platypush
conflicts = platypush
options = !strip
source = master.tar.gz::https://git.platypush.tech/platypush/platypush/archive/master.tar.gz
sha512sums = 79e0386f9f1f2e5d7e5836160a2f26ca1071f069fc64707dcc0e9e21dcd9fb17d4c8dc10200f81fd466291a0d99bdb24035bd8e8dba25ec6827ec45f9e5fe0b0
pkgname = platypush-git
|