FS#45671 - [glances] Add missing $optdepends

Attached to Project: Community Packages
Opened by Frederik “Freso” S. Olesen (Freso) - Thursday, 16 July 2015, 16:24 GMT
Last edited by Sébastien Luttringer (seblu) - Saturday, 25 July 2015, 00:35 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Glances relies on a number of external packages/libraries/modules for a lot of its functionality. Most of this is optional though, and thus not needed in neither $depends nor $makedepends. The glances PKGBUILD already defines two of the optional dependencies, but is still missing most of them, as listed in Glances' own README.rst:

"""
- ``bottle`` (for Web server mode)
- ``py3sensors`` (for hardware monitoring support) [Linux-only]
- ``hddtemp`` (for HDD temperature monitoring support) [Linux-only]
- ``batinfo`` (for battery monitoring support) [Linux-only]
- ``pymdstat`` (for RAID support) [Linux-only]
- ``pysnmp`` (for SNMP support)
- ``zeroconf`` (for the autodiscover mode)
- ``netifaces`` (for the IP plugin)
- ``influxdb`` (for the InfluxDB export module)
- ``statsd`` (for the StatsD export module)
- ``pystache`` (for the action script feature)
- ``docker-py`` (for the Docker monitoring support) [Linux-only]
- ``matplotlib`` (for graphical/chart support)
- ``pika`` (for the RabbitMQ/ActiveMQ export module)
"""

"bottle" and "hddtemp" are the ones currently listed. I'm assuming "matplotlib" is "python-matplotlib" and the rest I either couldn't find (in AL packages or in AUR) or I didn't look them up.
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Saturday, 25 July 2015, 00:35 GMT
Reason for closing:  Implemented
Additional comments about closing:  glances-2.4.2-2-any.pkg.tar.xz
Comment by Doug Newgard (Scimmia) - Friday, 17 July 2015, 01:41 GMT
So bottom line, python-matplotlib should be added to the optdepends? I can't find anything important in the rest of the report.

Loading...