diff options
author | Fabio Manganiello | 2023-05-04 23:10:31 +0200 |
---|---|---|
committer | Fabio Manganiello | 2023-05-04 23:10:31 +0200 |
commit | 4569f5689ee8801f00cf0d3e453dc0541ebae04f (patch) | |
tree | 42ee7d6642e731c54164837e38516a2e0dd992e4 | |
parent | 1d032a06e80ccf9d41ed508523be0f1469ba2ed2 (diff) | |
download | aur-4569f5689ee8801f00cf0d3e453dc0541ebae04f.tar.gz |
Included all optional dependencies
-rw-r--r-- | .SRCINFO | 95 | ||||
-rw-r--r-- | PKGBUILD | 98 |
2 files changed, 168 insertions, 25 deletions
@@ -1,38 +1,97 @@ pkgbase = platypush-git pkgdesc = Universal multi-platform command executor and automation manager - pkgver = 0.24.5.r0.99311a6e + pkgver = 0.24.5.r0.99311a6f pkgrel = 1 url = https://git.platypush.tech/platypush/platypush arch = any license = MIT makedepends = git depends = python - depends = python-yaml - depends = redis + depends = python-alembic + depends = python-bcrypt + depends = python-croniter + depends = python-dateutil + 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-websockets + depends = python-waitress depends = python-websocket-client + depends = python-websockets depends = python-wheel - depends = python-flask - depends = python-pip - depends = python-dateutil - depends = python-frozendict - depends = python-bcrypt + depends = python-yaml depends = python-zeroconf - depends = python-croniter - depends = python-marshmallow - depends = python-pytz - depends = python-magic - depends = python-marshmallow-dataclass + depends = redis + 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-pybluez: Bluetooth support - optdepends = python-gattlib: Low-energy Bluetooth devices support + optdepends = python-pandas: Tensorflow integration optdepends = python-paramiko: SSH support - optdepends = python-watchdog: File monitor support - optdepends = python-aiohttp: SmartThings 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-pysdcard: Support for the smart card integration optdepends = python-pyserial: Arduino/serial device support + optdepends = python-pyzbar: QR code and barcodes integration + 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-soundfile: 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 = youtube-dl: Support for downloading/streaming YouTube videos, as well as other video platforms provides = platypush conflicts = platypush options = !strip @@ -1,21 +1,105 @@ # Maintainer: Fabio Manganiello <fabio@manganiello.tech> pkgname=platypush-git -pkgver=0.24.5.r0.99311a6e +pkgver=0.24.5.r0.99311a6f pkgrel=1 pkgdesc="Universal multi-platform command executor and automation manager" arch=('any') license=('MIT') url="https://git.platypush.tech/platypush/platypush" makedepends=('git') -depends=('python' 'python-yaml' 'redis' 'python-redis' 'python-requests' 'python-sqlalchemy' 'python-websockets' 'python-websocket-client' 'python-wheel' 'python-flask' 'python-pip' 'python-dateutil' 'python-frozendict' 'python-bcrypt' 'python-zeroconf' 'python-croniter' 'python-marshmallow' 'python-pytz' 'python-magic' 'python-marshmallow-dataclass') -optdepends=('python-paho-mqtt: MQTT integrations support' - 'python-pybluez: Bluetooth support' - 'python-gattlib: Low-energy Bluetooth devices support' +depends=( + 'python' + 'python-alembic' + 'python-bcrypt' + 'python-croniter' + 'python-dateutil' + 'python-flask' + 'python-frozendict' + 'python-magic' + 'python-marshmallow' + 'python-marshmallow-dataclass' + 'python-pip' + 'python-pytz' + 'python-redis' + 'python-requests' + 'python-rsa' + 'python-sqlalchemy' + 'python-waitress' + 'python-websocket-client' + 'python-websockets' + 'python-wheel' + 'python-yaml' + 'python-zeroconf' + 'redis' +) + +optdepends=( + 'libtorrent: Support for torrent download' + 'opencv: Support for cameras and image processing over the OpenCV integration' + 'py-trello: Trello integration' + 'python-aiohttp: SmartThings support' + 'python-bleak: Bluetooth low-energy devices support' + 'python-bme280: Support for the BME280 digital sensor over I2C interface' + 'python-deepspeech: Mozilla Deepspeech integration' + 'python-defusedxml: RSS and DBus integration support' + 'python-dropbox: Dropbox integration' + 'python-feedparser: RSS integration support' + 'python-google-api-python-client: Support for several Google integrations' + 'python-google-cloud-texttospeech: Support for Google Cloud text-to-speech integration' + 'python-google-cloud-translate: Support for the Google Translate integration' + 'python-gpsd-git: Support for the GPS integration and several GPS devices' + 'python-graphyte: Graphite integration' + 'python-icalendar: Support for calendar integrations' + 'python-imapclient: Mail integrations' + 'python-irc: IRC integration' + 'python-inotify: Support for filesystem monitoring integrations' + 'python-kafka: Kafka integration support' + 'python-keras: Tensorflow integration' + 'python-kodi-json: Support for the Kodi integration' + 'python-linode_api4: Linode cloud integration' + 'python-matrix-nio: Matrix integration' + 'python-mpd2: MPD/Mopidy integration support' + 'python-mpv: mpv integration' + 'python-ndeflib: NFC tags integration' + 'python-nfcpy: NFC tags integration' + 'python-nmap: nmap integration' + 'python-numpy: Strongly advised for any camera, sound, voice or ML-based integration' + 'python-oauth2client: Support for several Google integrations' + 'python-paho-mqtt: MQTT integrations support' + 'python-pandas: Tensorflow integration' 'python-paramiko: SSH support' + 'python-phue: Philips Hue (and compatible) devices support' + 'python-pillow: Support for several camera integrations and QR codes' + 'python-plexapi: Support for the Plex integration' + 'python-psutil: System information plugin' + 'python-py-cpuinfo: System information plugin' + 'python-pybluez: Bluetooth support' + 'python-pychromecast: Chromecast support' + 'python-pyclip: Clipboard integration' + 'python-pycups: Printers integration' + 'python-pydbus: DBus and Bluetooth integration' + 'python-pylast: Last.fm scrobbling support' + 'python-pyotp: OTP support' + 'python-pysdcard: Support for the smart card integration' + 'python-pyserial: Arduino/serial device support' + 'python-pyzbar: QR code and barcodes integration' + 'python-qrcode: QR code integration' + 'python-rpi-gpio: Support for GPIO integrations for Raspberry Pi (and compatible) devices' + 'python-rtmidi: MIDI integration' + 'python-snowboy: Snowboy integration' + 'python-sounddevice: Sound integration' + 'python-soundfile: Sound integration' + 'python-telegram-bot: Telegram integration' + 'python-tensorflow: Tensorflow integration' + 'python-todoist-python: Todoist integration' + 'python-twilio: Twilio integration' + 'python-vlc: VLC integration' 'python-watchdog: File monitor support' - 'python-aiohttp: SmartThings support' - 'python-pyserial: Arduino/serial device support') + 'python-weasyprint: PDF generation support' + 'youtube-dl: Support for downloading/streaming YouTube videos, as well as other video platforms' +) + conflicts=('platypush') provides=('platypush') options=(!strip) |