From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/
Date: Wed, 7 Apr 2021 06:14:35 +0000 (UTC) [thread overview]
Message-ID: <1617776072.0c35185858fb5b28d055300acae688b0f3fde0a1.graaff@gentoo> (raw)
commit: 0c35185858fb5b28d055300acae688b0f3fde0a1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 7 06:14:14 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr 7 06:14:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c351858
net-analyzer/nagstamon: add 3.6.0
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
net-analyzer/nagstamon/Manifest | 1 +
net-analyzer/nagstamon/nagstamon-3.6.0.ebuild | 55 +++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/net-analyzer/nagstamon/Manifest b/net-analyzer/nagstamon/Manifest
index b7a773ddc3e..de821af8187 100644
--- a/net-analyzer/nagstamon/Manifest
+++ b/net-analyzer/nagstamon/Manifest
@@ -1 +1,2 @@
DIST Nagstamon-3.4.1.tar.gz 563745 BLAKE2B 3ac35c90757eb525e7e7953f63a8798a0087470e4a94161987f3c382b6be43240aa8b5c44f279d23d841dbf9e4536f38d3f5e2f63234538a00fe6b6e0ee9c680 SHA512 68f8a7345c606b8ad4511b34e2d76383faf8831202c9429ab24eeb215073984f00f580c83a7f5e348f7d4104d3c82bd6f4661939801444e463c3fcf64c8240bd
+DIST nagstamon-3.6.0.tar.gz 573998 BLAKE2B 6cc1e7918d8a7a53255fbd1661b8a41c0f3f414341da64724e566ceb95378590ed325fea757fffcdccf33533c8e34ca235036b47323f89bfcb3d06007a0cf43e SHA512 4da9b20c518129857ff86fa4aa4aa7507fce6c5b43fc917a4b8681d36e69f267045ab35c2f6922bde55536bf55e753f61b4fc184165e2f6d9eb6cb9b00703c69
diff --git a/net-analyzer/nagstamon/nagstamon-3.6.0.ebuild b/net-analyzer/nagstamon/nagstamon-3.6.0.ebuild
new file mode 100644
index 00000000000..04d03cf4b9d
--- /dev/null
+++ b/net-analyzer/nagstamon/nagstamon-3.6.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit python-r1 distutils-r1
+
+MY_PN="Nagstamon"
+MY_P="${MY_PN}-${PV/_p/-}"
+
+DESCRIPTION="status monitor for the desktop"
+DESCRIPTION="systray monitor for displaying realtime status of several monitoring systems"
+HOMEPAGE="https://nagstamon.de"
+SRC_URI="https://github.com/HenriWahl/Nagstamon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/PyQt5[gui,multimedia,svg,widgets,${PYTHON_USEDEP}]
+ dev-python/PySocks[${PYTHON_USEDEP}]
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/keyring[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/secretstorage[${PYTHON_USEDEP}]
+ >=dev-python/python-xlib-0.19[${PYTHON_USEDEP}]
+ dev-python/requests-kerberos[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0-setup.patch" )
+
+src_prepare() {
+ default_src_prepare
+
+ # pre-compressed already
+ rm Nagstamon/resources/nagstamon.1.gz || die
+ sed -i -e 's:\(nagstamon\.1\)\.gz:\1:' setup.py || die
+
+ mv ${PN}.py ${PN} || die
+
+ rm -rf "${S}/Nagstamon/thirdparty/Xlib/" || die
+}
next reply other threads:[~2021-04-07 6:14 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-07 6:14 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-27 20:15 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/ Hans de Graaff
2025-01-21 16:41 Andreas Sturmlechner
2024-11-24 16:22 Sam James
2024-11-24 10:22 Hans de Graaff
2024-10-26 7:03 Hans de Graaff
2024-10-21 5:46 Hans de Graaff
2024-10-12 6:43 Hans de Graaff
2024-10-12 6:43 Hans de Graaff
2024-10-12 6:43 Hans de Graaff
2024-05-19 7:16 Hans de Graaff
2024-01-28 9:49 Hans de Graaff
2024-01-28 9:49 Hans de Graaff
2023-09-19 17:48 Arthur Zamarin
2023-09-19 17:48 Arthur Zamarin
2023-07-19 11:00 Sam James
2023-07-19 10:14 Jakov Smolić
2023-06-11 9:21 Hans de Graaff
2023-02-10 21:58 Sam James
2023-02-10 21:58 Sam James
2022-12-11 8:11 Hans de Graaff
2022-05-22 12:22 Jakov Smolić
2022-05-22 1:48 Sam James
2022-05-21 9:20 Hans de Graaff
2022-05-20 2:09 Matthew Thode
2021-12-30 13:21 Christian Ruppert
2021-03-07 9:41 Hans de Graaff
2020-09-21 7:49 Hans de Graaff
2020-09-07 0:50 Thomas Deutschmann
2020-03-16 18:55 Michał Górny
2020-01-29 10:42 Christian Ruppert
2019-01-07 15:38 Christian Ruppert
2018-12-20 10:16 Christian Ruppert
2018-07-12 13:28 Michał Górny
2017-10-12 9:30 Christian Ruppert
2017-09-21 7:23 Christian Ruppert
2017-07-12 14:43 Pacho Ramos
2017-06-16 14:10 Agostino Sarubbo
2017-04-23 11:29 David Seifert
2015-08-20 19:45 Christian Ruppert
2015-08-20 19:45 Christian Ruppert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1617776072.0c35185858fb5b28d055300acae688b0f3fde0a1.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox