public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Mon, 21 Oct 2024 05:46:05 +0000 (UTC)	[thread overview]
Message-ID: <1729489554.3eb77f47bf524be5036ee0d1bb6f16815bf782d0.graaff@gentoo> (raw)

commit:     3eb77f47bf524be5036ee0d1bb6f16815bf782d0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 05:43:33 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 05:45:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb77f47

net-analyzer/nagstamon: add 3.16.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-analyzer/nagstamon/Manifest                |  1 +
 net-analyzer/nagstamon/nagstamon-3.16.1.ebuild | 72 ++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)

diff --git a/net-analyzer/nagstamon/Manifest b/net-analyzer/nagstamon/Manifest
index ea1a769718a4..e97449948e7b 100644
--- a/net-analyzer/nagstamon/Manifest
+++ b/net-analyzer/nagstamon/Manifest
@@ -1,3 +1,4 @@
 DIST nagstamon-3.12.0.tar.gz 581087 BLAKE2B 1f54decdd6cf1fdba8abd7f97102cd84d9f38e68391c31f413860d7c80410e38ee8929cf4d1bfbf7cca1fa54b9088409a47ba669c6ff78d8edecb3313a7e5690 SHA512 029d3dcf5ea5a512940b8e6ed0d3a146e727b3c8ffcbd530fc28f4a896a1a801bb0029a33b62e311c1b0c281810bd001f323c9e3e4c4fc9199bacc7b962ff794
 DIST nagstamon-3.14.0.tar.gz 585452 BLAKE2B a05c6a5a4a2b1e98d2831bef8000f81e306807f0706915d73bcf04f67a070fbd1787d0f98f8650b08bcd94a13b13f21c2b36ef79ee820bb526ff7074b5b5d996 SHA512 6896b0c1a58f1ee6f597ff5022d3bd675760a2c7a0403fc72f0e5c7edde6e2177f0eddb2af5a66e0fbe6166d85394fdcedc92cc0e64e0ac469681a380879a0ab
 DIST nagstamon-3.16.0.tar.gz 582759 BLAKE2B 7bda897d0c796229eb14c0482d86f717ad0c314024f4501cc4c6a7575baebfc0958207772b48be3374aa0ab466a29ef7bfd860f9a4d856ef1699b48679846e08 SHA512 08c9758c35bd930a009f63534e667ae7c87c84c76ef2041bc5f95fb962b98bd88567cd734b70f19affec8dc5038263fa7201359631ab2d8ba4437676a0304708
+DIST nagstamon-3.16.1.tar.gz 582806 BLAKE2B 09ced97d5a9f81d89390160118d69a0289ab6089a5f88569dc23d945b8e9bd822b7bf8a518ed65c2823a703f8baa52d50b7dbacf18d331c9591bdcb14a690952 SHA512 6bee2e7bf849f4361c982d13bb2634f4e635176fc394c592cbcbab7e1ebb0eababcf11925602b03fbcd06d743fc21c1789b33e42a64e32b06f1bc07a60905deb

diff --git a/net-analyzer/nagstamon/nagstamon-3.16.1.ebuild b/net-analyzer/nagstamon/nagstamon-3.16.1.ebuild
new file mode 100644
index 000000000000..53cc8d22f9f9
--- /dev/null
+++ b/net-analyzer/nagstamon/nagstamon-3.16.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit desktop distutils-r1 virtualx
+
+distutils_enable_tests pytest
+
+MY_PN="Nagstamon"
+MY_P="${MY_PN}-${PV/_p/-}"
+
+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"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	dev-python/lxml[${PYTHON_USEDEP}]
+	dev-python/PyQt6[gui,multimedia,svg,widgets,${PYTHON_USEDEP}]
+	dev-python/PySocks[${PYTHON_USEDEP}]
+	dev-python/arrow[${PYTHON_USEDEP}]
+	dev-python/beautifulsoup4[${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}]
+	test? ( dev-python/pylint[${PYTHON_USEDEP}] )"
+
+PATCHES=( "${FILESDIR}/${PN}-3.14.0-setup.patch" )
+
+src_prepare() {
+	default_src_prepare
+
+	# pre-compressed already
+	rm Nagstamon/resources/nagstamon.1.gz || die
+	sed -e 's:\(nagstamon\.1\)\.gz:\1:' \
+		-e '/share/ s:^:#:' \
+		-i setup.py || die
+
+	mv ${PN}.py ${PN} || die
+
+	rm -rf "${S}/Nagstamon/thirdparty/Xlib/" || die
+}
+
+python_test() {
+	virtx epytest
+}
+
+distutils-r1_python_install_all() {
+	default
+
+	doman Nagstamon/resources/nagstamon.1
+	domenu Nagstamon/resources/nagstamon.desktop
+	doicon Nagstamon/resources/nagstamon.svg
+}


             reply	other threads:[~2024-10-21  5:46 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-21  5:46 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-24 16:22 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/ Sam James
2024-11-24 10:22 Hans de Graaff
2024-10-26  7:03 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-04-07  6:14 Hans de Graaff
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=1729489554.3eb77f47bf524be5036ee0d1bb6f16815bf782d0.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