net-analyzer/pontos: drop 24.9.0

Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44418
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Giuseppe Foti 2025-11-01 16:56:33 +01:00 committed by Florian Schmaus
parent 5e629cf706
commit 7e01caae21
No known key found for this signature in database
GPG Key ID: 2239A7E8F5852052
2 changed files with 0 additions and 45 deletions

View File

@ -1,2 +1 @@
DIST pontos-24.9.0.tar.gz 392185 BLAKE2B 2322e2713b18af49a61bd176c0c7272a7948ffb84a9d135a9ea51183b05758e1a832931dd95c6fd8a79fca608eb9e9858c1cc71cafe3c90516e6ce90780870d9 SHA512 1b78ead31551d9a5ce343bd482853086c3e81425a03ac429352851ef91703462723d3d258c27cb003b93c61ab8258f98f2abade40e0d9c3ce973f224821fcff0
DIST pontos-25.7.2.tar.gz 405393 BLAKE2B 9c7ac529054cd330ce735a7f9af31f97d622da415d2681432436fcb11ba1ee635759de6edc9f586d9829374b72d38e7a4b4dcecd6543c172b96acbbcba9c281d SHA512 9eb9fd2f5a07bf87bf10fb1e1b0c8db1e3f724a7d9130af78f0e2dc6becae6ed49b251169310cda86184c28bb743d136d2aa312b20601e49e420740bc668a552

View File

@ -1,44 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} 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 ~x86"
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