commit:     69b521500fb173e9a212dff09cb1d896575e57a7
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Wed Feb  4 06:47:27 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 11 07:14:34 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b52150

net-analyzer/pontos: add 25.8.1

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45631
Closes: https://github.com/gentoo/gentoo/pull/45631
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/pontos/Manifest             |  1 +
 net-analyzer/pontos/pontos-25.8.1.ebuild | 44 ++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/net-analyzer/pontos/Manifest b/net-analyzer/pontos/Manifest
index 39a12865ead7..6947d8153e3e 100644
--- a/net-analyzer/pontos/Manifest
+++ b/net-analyzer/pontos/Manifest
@@ -1 +1,2 @@
 DIST pontos-25.7.2.tar.gz 405393 BLAKE2B 
9c7ac529054cd330ce735a7f9af31f97d622da415d2681432436fcb11ba1ee635759de6edc9f586d9829374b72d38e7a4b4dcecd6543c172b96acbbcba9c281d
 SHA512 
9eb9fd2f5a07bf87bf10fb1e1b0c8db1e3f724a7d9130af78f0e2dc6becae6ed49b251169310cda86184c28bb743d136d2aa312b20601e49e420740bc668a552
+DIST pontos-25.8.1.tar.gz 405571 BLAKE2B 
edf7405038e4af73730abf6b0c243ff7f93729c75c973c6a2fdb46bdcdbab65b928651b2fa6f201d0a0cb34a270e9a53aa989e5f00d112ea1cf5c2d4aefb6a4e
 SHA512 
1c321c693ffc144671b460bfde1615fe71b44a3f967529675dc5f66626a953a2b620c1cb638f07edf69bf0108b9f8e827e6f0f9b3e84ba90762a42a110494803

diff --git a/net-analyzer/pontos/pontos-25.8.1.ebuild 
b/net-analyzer/pontos/pontos-25.8.1.ebuild
new file mode 100644
index 000000000000..c7adc92c4459
--- /dev/null
+++ b/net-analyzer/pontos/pontos-25.8.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+DISTUTILS_USE_PEP517=poetry
+
+inherit distutils-r1
+
+DESCRIPTION="Common utilities and tools maintained by Greenbone Networks"
+HOMEPAGE="
+       https://www.greenbone.net
+       https://github.com/greenbone/pontos/
+       https://greenbone.github.io/pontos/
+"
+
+SRC_URI="https://github.com/greenbone/pontos/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       >=dev-python/colorful-0.5.4[${PYTHON_USEDEP}]
+       >=dev-python/tomlkit-0.5.11[${PYTHON_USEDEP}]
+       >=dev-python/packaging-20.3[${PYTHON_USEDEP}]
+       >=dev-python/httpx-0.23[${PYTHON_USEDEP}]
+       >=dev-python/rich-12.4.4[${PYTHON_USEDEP}]
+       >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+       >=dev-python/semver-2.13[${PYTHON_USEDEP}]
+       >=dev-python/lxml-4.9.0[${PYTHON_USEDEP}]
+       >=dev-python/shtab-1.7.0[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+EPYTEST_DESELECT=(
+       tests/git/test_git.py::GitExtendedTestCase::test_git_error
+       
tests/version/commands/test_java.py::GetCurrentJavaVersionCommandTestCase::test_getting_version_without_version_config
+       
tests/version/commands/test_java.py::VerifyJavaVersionCommandTestCase::test_verify_version_does_not_match
+)
+
+distutils_enable_tests pytest

Reply via email to