blob: a3f07b981e1291b43607bc291f1fff360d607fe3 (
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
|
pkgbase = platypush-git
pkgdesc = A general-purpose, event-driven, plugin-based platform for automation-as-code
pkgver = 1.3.1.r0.gc134f29c
pkgrel = 4
url = https://platypush.tech
arch = any
license = MIT
makedepends = git
depends = python
depends = python-alembic
depends = python-croniter
depends = python-dateutil
depends = python-docutils
depends = python-flask
depends = python-magic
depends = python-marshmallow
depends = python-pip
depends = python-psutil
depends = python-pygments
depends = python-pyotp
depends = python-qrcode
depends = python-redis
depends = python-requests
depends = python-rsa
depends = python-setuptools
depends = python-sqlalchemy
depends = python-tornado
depends = python-websocket-client
depends = python-websockets
depends = python-yaml
depends = python-zeroconf
depends = zbar
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-aioxmpp: XMPP 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-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-pyscard: Support for the smart card integration
optdepends = python-pyserial: Arduino/serial device support
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 = yt-dlp: Support for downloading/streaming YouTube videos, as well as other video platforms
provides = platypush
conflicts = platypush
options = !strip
backup = etc/platypush/config.yaml
source = platypush::git+https://git.platypush.tech/platypush/platypush.git
sha256sums = SKIP
pkgname = platypush-git
|