blob: f37541e0d5718d592592abf47603d92a535f98d8 (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
pkgbase = platypush-git
pkgdesc = Universal multi-platform command executor and automation manager
pkgver = 0.50.1.r0.42a990a1
pkgrel = 1
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
makedepends = git
depends = python
depends = python-alembic
depends = python-bcrypt
depends = python-croniter
depends = python-dateutil
depends = python-docutils
depends = python-flask
depends = python-frozendict
depends = python-magic
depends = python-marshmallow
depends = python-marshmallow-dataclass
depends = python-pip
depends = python-pytz
depends = python-redis
depends = python-requests
depends = python-rsa
depends = python-sqlalchemy
depends = python-tornado
depends = python-websocket-client
depends = python-websockets
depends = python-wheel
depends = python-yaml
depends = python-zeroconf
depends = redis
optdepends = ffmpeg: Audio, streaming and several camera integrations
optdepends = libtorrent: Support for torrent download
optdepends = opencv: Support for cameras and image processing over the OpenCV integration
optdepends = py-trello: Trello integration
optdepends = python-aiohttp: SmartThings support
optdepends = python-bleak: Bluetooth low-energy devices support
optdepends = python-bme280: Support for the BME280 digital sensor over I2C interface
optdepends = python-deepspeech: Mozilla Deepspeech integration
optdepends = python-defusedxml: RSS and DBus integration support
optdepends = python-dropbox: Dropbox integration
optdepends = python-feedparser: RSS integration support
optdepends = python-google-api-python-client: Support for several Google integrations
optdepends = python-google-cloud-texttospeech: Support for Google Cloud text-to-speech integration
optdepends = python-google-cloud-translate: Support for the Google Translate integration
optdepends = python-gpsd-git: Support for the GPS integration and several GPS devices
optdepends = python-graphyte: Graphite integration
optdepends = python-icalendar: Support for calendar integrations
optdepends = python-imapclient: Mail integrations
optdepends = python-irc: IRC integration
optdepends = python-inotify: Support for filesystem monitoring integrations
optdepends = python-kafka: Kafka integration support
optdepends = python-keras: Tensorflow integration
optdepends = python-kodi-json: Support for the Kodi integration
optdepends = python-linode_api4: Linode cloud integration
optdepends = python-matrix-nio: Matrix integration
optdepends = python-mpd2: MPD/Mopidy integration support
optdepends = python-mpv: mpv integration
optdepends = python-ndeflib: NFC tags integration
optdepends = python-nfcpy: NFC tags integration
optdepends = python-nmap: nmap integration
optdepends = python-numpy: Strongly advised for any camera, sound, voice or ML-based integration
optdepends = python-oauth2client: Support for several Google integrations
optdepends = python-paho-mqtt: MQTT integrations support
optdepends = python-pandas: Tensorflow integration
optdepends = python-paramiko: SSH support
optdepends = python-phue: Philips Hue (and compatible) devices support
optdepends = python-pillow: Support for several camera integrations and QR codes
optdepends = python-plexapi: Support for the Plex integration
optdepends = python-psutil: System information plugin
optdepends = python-py-cpuinfo: System information plugin
optdepends = python-pybluez: Bluetooth support
optdepends = python-pychromecast: Chromecast support
optdepends = python-pyclip: Clipboard integration
optdepends = python-pycups: Printers integration
optdepends = python-pydbus: DBus and Bluetooth integration
optdepends = python-pylast: Last.fm scrobbling support
optdepends = python-pyotp: OTP support
optdepends = python-pyscard: Support for the smart card integration
optdepends = python-pyserial: Arduino/serial device support
optdepends = python-qrcode: QR code integration
optdepends = python-rpi-gpio: Support for GPIO integrations for Raspberry Pi (and compatible) devices
optdepends = python-rtmidi: MIDI integration
optdepends = python-snowboy: Snowboy integration
optdepends = python-sounddevice: Sound integration
optdepends = python-telegram-bot: Telegram integration
optdepends = python-tensorflow: Tensorflow integration
optdepends = python-todoist-python: Todoist integration
optdepends = python-twilio: Twilio integration
optdepends = python-vlc: VLC integration
optdepends = python-watchdog: File monitor support
optdepends = python-weasyprint: PDF generation support
optdepends = pyzbar: QR code and barcodes integration
optdepends = youtube-dl: Support for downloading/streaming YouTube videos, as well as other video platforms
provides = platypush
conflicts = platypush
options = !strip
source = master.tar.gz::https://git.platypush.tech/platypush/platypush/archive/master.tar.gz
sha512sums = d9b08f04ef6c7121ddcdeed19fe9f67597f18cadd0f06c07567fb8a5734985f79cd00d3e01a21a7d3eeba0cf15e3aab1ccaadfb22d3aa1d2d6c46b867458a90e
pkgname = platypush-git
|