Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/
Date: Thu, 10 Aug 2017 14:06:06
Message-Id: 1502373589.2dc47a490354da3b8b106633948e7f1a7efaba9b.amynka@gentoo
1 commit: 2dc47a490354da3b8b106633948e7f1a7efaba9b
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 10 13:57:52 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 10 13:59:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc47a49
7
8 sys-process/glances: version bump 2.9.1 bug #615970
9
10 Suggested-by: Chris Pritchard <chris <AT> christopherpritchard.co.uk>
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 sys-process/glances/Manifest | 1 +
15 sys-process/glances/glances-2.9.1.ebuild | 72 ++++++++++++++++++++++++++++++++
16 2 files changed, 73 insertions(+)
17
18 diff --git a/sys-process/glances/Manifest b/sys-process/glances/Manifest
19 index 4dfe2f641f4..2770689d9e2 100644
20 --- a/sys-process/glances/Manifest
21 +++ b/sys-process/glances/Manifest
22 @@ -1,3 +1,4 @@
23 DIST Glances-2.10.tar.gz 5625608 SHA256 3e3ebd41a4f627b76ee1cdf107482d81e787efde8a5e41e6568169d38eb2e696 SHA512 a63c8280cd50564c6304979d2ea41eb05fca33c0618f78777f8c956249a345138d14cc6d745441cd73de85e88bc1074d0d8445ff531b0dafe9d565a326337993 WHIRLPOOL 985ceedeb8951e03f202c39c7e7eead570e80154408baf123be35e067ecca0f91aba01dbdb1c098e6fe6fae632200b6b2dfd3624c1d86822e77d590b8267cb58
24 DIST Glances-2.7.1.tar.gz 13277845 SHA256 afdfdb4b14ae514422c4a882788800473c6cff53719266735c9a2af400c14b86 SHA512 c13e7fb8e6025d284cfabade4eaf10189f6605f53f219889c3c636780ac11773c579f39d956a9eebcf5618de2bffec42446982fb892d775109341af74e621b83 WHIRLPOOL 119792772e45e4a23ca7ddb0e84081eb79a6e72d68311fcba42f4305ae068b105a882b8dda3d14b3f9da6fb7fa55208a125d16c4170767c623c1d1286927fa11
25 DIST Glances-2.8.1.tar.gz 5530699 SHA256 12c10f9a9cac9c7ba70b0b5aa6551a97599731f2c8751c2cc53232da395c6b8b SHA512 27759f621d5e29e1f4da0465abf9112b3e4146a8644110481000a7bf0fc8f2d3171a8082e7db7acd9a4a12558a8b3de8db1ae1bf0b1e5503b618aa5648b07c10 WHIRLPOOL 93ea9affc069a7c00fc7795d9afa625bfe9ba6dddf784c45403a305b7c4e186f964eebf15638709487aa66040f8270daf5bae06bf0ece434da1a7011a4085a5a
26 +DIST Glances-2.9.1.tar.gz 5644812 SHA256 03ce730566e183372ee73e45729485396bb62d1c0f108a00f27feff43206fc52 SHA512 b4629d0225c2b027f0b983ed40801910e44043e232313c5f2920d90053224a33406575ab03d21e2b7ee5195528a842d6cd806c50c45258a6bb3f6621f4fb84a7 WHIRLPOOL c2cf912f53877035d46f3f4a648356c3327dcfaeb963021d0712d88ce65b99f60f2efcb71df483a6056a7b3fad285300fb990b86827df3f99ec3de19c0e19dba
27
28 diff --git a/sys-process/glances/glances-2.9.1.ebuild b/sys-process/glances/glances-2.9.1.ebuild
29 new file mode 100644
30 index 00000000000..84f43f88532
31 --- /dev/null
32 +++ b/sys-process/glances/glances-2.9.1.ebuild
33 @@ -0,0 +1,72 @@
34 +# Copyright 1999-2017 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=6
38 +
39 +PYTHON_COMPAT=( python{2_7,3_{4,5}} )
40 +PYTHON_REQ_USE="ncurses"
41 +
42 +inherit distutils-r1 eutils linux-info
43 +
44 +DESCRIPTION="CLI curses based monitoring tool"
45 +HOMEPAGE="https://github.com/nicolargo/glances"
46 +SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz"
47 +
48 +LICENSE="LGPL-3"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
51 +IUSE="doc"
52 +
53 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
54 +# There is another optional extra batinfo, absent from portage
55 +RDEPEND="${DEPEND}
56 + >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]"
57 +
58 +CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
59 +
60 +S="${WORKDIR}/${P^}"
61 +
62 +pkg_setup() {
63 + linux-info_pkg_setup
64 +}
65 +
66 +python_prepare_all() {
67 + # Remove duplicate entries of a prebuilt doc build and
68 + # ensure install of the file glances.conf in /etc/${PN}
69 + sed \
70 + -e '/share\/doc\/glances/d' \
71 + -e "s:'conf/glances.conf':('etc/glances', ['conf/glances.conf':g" \
72 + -i setup.py || die
73 +
74 + distutils-r1_python_prepare_all
75 +}
76 +
77 +python_install_all() {
78 + # add an intended file from original data set from setup.py to DOCS
79 + local DOCS=( README.rst conf/glances.conf )
80 + # setup for pre-built html docs in setup.py
81 + use doc && local HTML_DOCS=( docs/_build/html/. )
82 +
83 + distutils-r1_python_install_all
84 +}
85 +
86 +pkg_postinst() {
87 + optfeature "Action script feature" dev-python/pystache
88 + optfeature "Autodiscover mode" dev-python/zeroconf
89 + optfeature "Battery monitoring support" dev-python/batinfo
90 + optfeature "Docker monitoring support" dev-python/docker-py
91 + optfeature "Graphical/chart support" dev-python/matplotlib
92 + # https://bitbucket.org/gleb_zhulik/py3sensors
93 + # optfeature "Hardware monitoring support" dev-python/py3sensors
94 + optfeature "IP plugin" dev-python/netifaces
95 + optfeature "InfluxDB export module" dev-python/influxdb
96 + optfeature "Hard drive temperature monitoring" app-admin/hddtemp
97 + optfeature "Quicklook CPU info" dev-python/py-cpuinfo
98 + optfeature "RAID support" dev-python/pymdstat
99 + optfeature "RabbitMQ/ActiveMQ export module" dev-python/pika
100 + # https://github.com/banjiewen/bernhard
101 + # optfeature "Riemann export" dev-python/bernhard
102 + optfeature "SNMP support" dev-python/pysnmp
103 + optfeature "StatsD export module" dev-python/statsd
104 + optfeature "Web server mode" dev-python/bottle
105 +}