aboutsummaryrefslogtreecommitdiff
path: root/system/glances
diff options
context:
space:
mode:
authorPhilip Lacroix <slackph at posteo dot de>2020-02-15 09:01:05 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-15 09:01:05 +0700
commitbefc29c928e4a2192322d2929fa682bf9aab6f34 (patch)
tree5fd96a4d40d13e95ef258758a684776dddb431ca /system/glances
parent84144fbff5d97d4b67a51a8a8175c6695db9b47c (diff)
downloadslackbuilds-befc29c928e4a2192322d2929fa682bf9aab6f34.tar.xz
system/glances: Updated for version 3.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/glances')
-rw-r--r--system/glances/README10
-rw-r--r--system/glances/glances.SlackBuild4
-rw-r--r--system/glances/glances.info6
3 files changed, 11 insertions, 9 deletions
diff --git a/system/glances/README b/system/glances/README
index 120cd17f85b8..ba7d2548f96c 100644
--- a/system/glances/README
+++ b/system/glances/README
@@ -12,16 +12,16 @@ systems, processes, etc.
OPTIONAL DEPENDENCIES
* Available on SBo:
-batinfo (for battery monitoring support)
bottle (for web server mode)
couchdb (for CouchDB export module)
docker (for Docker monitoring support)
elasticsearch (for Elastic Search export module)
hddtemp (for HDD temperature monitoring support)
-matplotlib (for graphical/chart support)
+influxdb (for InfluxDB export module)
netifaces (for IP plugin)
py-cpuinfo (for Quicklook CPU info module)
pymdstat (for RAID support)
+python-prometheus_client (for Prometheus export module)
python-requests (for Ports plugin)
python-scandir (for Folders plugin)
statsd (for StatsD export module)
@@ -31,10 +31,12 @@ pyzmq (for ZeroMQ export module)
* Not available on SBo:
bernhard (for Riemann export module)
cassandra-driver (for Cassandra export module)
-influxdb (for InfluxDB export module)
-nvidia-ml-py (for GPU plugin)
+kafka-python (for Kafka export module)
+nvidia-ml-pyi3 (for GPU plugin)
pika (for RabbitMQ/ActiveMQ export module)
potsdb (for OpenTSDB export module)
+pygal (for graph export module)
+pySMART.smartx (for HDD SMART support)
pystache (for action scripting)
wifi (for wifi plugin)
zeroconf (for autodiscover mode)
diff --git a/system/glances/glances.SlackBuild b/system/glances/glances.SlackBuild
index a520b6e3a308..0972a94bfa04 100644
--- a/system/glances/glances.SlackBuild
+++ b/system/glances/glances.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for glances
-# Copyright 2013-2017 Philip Lacroix <slackph at posteo dot de>
+# Copyright 2013-2020 Philip Lacroix <slackph at posteo dot de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=glances
-VERSION=${VERSION:-2.9.1}
+VERSION=${VERSION:-3.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/glances/glances.info b/system/glances/glances.info
index cf3fe34b48ee..e61af1e5aad3 100644
--- a/system/glances/glances.info
+++ b/system/glances/glances.info
@@ -1,8 +1,8 @@
PRGNAM="glances"
-VERSION="2.9.1"
+VERSION="3.1.0"
HOMEPAGE="https://github.com/nicolargo/glances"
-DOWNLOAD="https://github.com/nicolargo/glances/archive/v2.9.1/glances-2.9.1.tar.gz"
-MD5SUM="2e10c6e25f61002bc6d647d3bfcb4d62"
+DOWNLOAD="https://github.com/nicolargo/glances/archive/v3.1.0/glances-3.1.0.tar.gz"
+MD5SUM="6b4d001854f711ee805eb60bd6831e18"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="psutil"