commit:     f6d9b829974f097aded9ab1ce1cd61c37bfc9caf
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 07:22:10 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 07:22:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d9b829

net-analyzer/nagstamon: add 3.14.0

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

 net-analyzer/nagstamon/Manifest                    |  1 +
 .../nagstamon/files/nagstamon-3.14.0-setup.patch   | 24 +++++++
 net-analyzer/nagstamon/nagstamon-3.14.0.ebuild     | 74 ++++++++++++++++++++++
 3 files changed, 99 insertions(+)

diff --git a/net-analyzer/nagstamon/Manifest b/net-analyzer/nagstamon/Manifest
index 11d813a00005..ff966dc10895 100644
--- a/net-analyzer/nagstamon/Manifest
+++ b/net-analyzer/nagstamon/Manifest
@@ -1 +1,2 @@
 DIST nagstamon-3.12.0.tar.gz 581087 BLAKE2B 
1f54decdd6cf1fdba8abd7f97102cd84d9f38e68391c31f413860d7c80410e38ee8929cf4d1bfbf7cca1fa54b9088409a47ba669c6ff78d8edecb3313a7e5690
 SHA512 
029d3dcf5ea5a512940b8e6ed0d3a146e727b3c8ffcbd530fc28f4a896a1a801bb0029a33b62e311c1b0c281810bd001f323c9e3e4c4fc9199bacc7b962ff794
+DIST nagstamon-3.14.0.tar.gz 585452 BLAKE2B 
a05c6a5a4a2b1e98d2831bef8000f81e306807f0706915d73bcf04f67a070fbd1787d0f98f8650b08bcd94a13b13f21c2b36ef79ee820bb526ff7074b5b5d996
 SHA512 
6896b0c1a58f1ee6f597ff5022d3bd675760a2c7a0403fc72f0e5c7edde6e2177f0eddb2af5a66e0fbe6166d85394fdcedc92cc0e64e0ac469681a380879a0ab

diff --git a/net-analyzer/nagstamon/files/nagstamon-3.14.0-setup.patch 
b/net-analyzer/nagstamon/files/nagstamon-3.14.0-setup.patch
new file mode 100644
index 000000000000..1bb994201637
--- /dev/null
+++ b/net-analyzer/nagstamon/files/nagstamon-3.14.0-setup.patch
@@ -0,0 +1,24 @@
+--- a/setup.py 2023-01-29 09:29:13.885165525 +0100
++++ b/setup.py 2023-01-29 09:30:32.585630680 +0100
+@@ -45,6 +45,6 @@
+ #VERSION = AppInfo.VERSION.replace('-', '.') + '.' + DIST + DIST_VERSION
+ VERSION = AppInfo.VERSION.replace('-', '.')
+-NAGSTAMON_SCRIPT = 'nagstamon.py'
++NAGSTAMON_SCRIPT = 'nagstamon'
+ 
+ from setuptools import setup
+ 
+@@ -120,12 +120,7 @@
+                 'Nagstamon.Servers',
+                 'Nagstamon.Servers.Alertmanager',
+                 'Nagstamon.Servers.Centreon',
+-                'Nagstamon.thirdparty',
+-                'Nagstamon.thirdparty.Xlib',
+-                'Nagstamon.thirdparty.Xlib.ext',
+-                'Nagstamon.thirdparty.Xlib.protocol',
+-                'Nagstamon.thirdparty.Xlib.support',
+-                'Nagstamon.thirdparty.Xlib.xobject'],
++                'Nagstamon.thirdparty'],
+       package_dir={'Nagstamon': 'Nagstamon'},
+       package_data={'Nagstamon': ['resources/*.*',
+                                   'resources/qui/*',

diff --git a/net-analyzer/nagstamon/nagstamon-3.14.0.ebuild 
b/net-analyzer/nagstamon/nagstamon-3.14.0.ebuild
new file mode 100644
index 000000000000..5f85aa5424c7
--- /dev/null
+++ b/net-analyzer/nagstamon/nagstamon-3.14.0.ebuild
@@ -0,0 +1,74 @@
+# 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/PyQt5[gui,multimedia,svg,widgets,${PYTHON_USEDEP}]
+          )
+       dev-python/PySocks[${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 via email to