From 729204550a78df5dca7c9eb661c29dc64fbb1a90 Mon Sep 17 00:00:00 2001 From: Giuseppe Foti Date: Sun, 24 Nov 2024 18:48:31 +0100 Subject: net-analyzer/notus-scanner: remove version constraint on dev-python/packaging Bug: https://bugs.gentoo.org/928232 Signed-off-by: Giuseppe Foti Signed-off-by: Florian Schmaus --- .../notus-scanner/notus-scanner-22.6.4-r1.ebuild | 78 ---------------------- .../notus-scanner/notus-scanner-22.6.4-r2.ebuild | 78 ++++++++++++++++++++++ 2 files changed, 78 insertions(+), 78 deletions(-) delete mode 100644 net-analyzer/notus-scanner/notus-scanner-22.6.4-r1.ebuild create mode 100644 net-analyzer/notus-scanner/notus-scanner-22.6.4-r2.ebuild (limited to 'net-analyzer') diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.4-r1.ebuild b/net-analyzer/notus-scanner/notus-scanner-22.6.4-r1.ebuild deleted file mode 100644 index cc3cdd16a286..000000000000 --- a/net-analyzer/notus-scanner/notus-scanner-22.6.4-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} pypy3 ) -DISTUTILS_USE_PEP517=poetry -inherit distutils-r1 greadme systemd - -DESCRIPTION="Notus is a vulnerability scanner for creating results from local security checks" -HOMEPAGE="https://github.com/greenbone/notus-scanner" -SRC_URI="https://github.com/greenbone/notus-scanner/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="AGPL-3 AGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - acct-user/gvm - net-libs/paho-mqtt-c - >=dev-python/psutil-6.0[${PYTHON_USEDEP}] - >=dev-python/python-gnupg-0.5.1[${PYTHON_USEDEP}] - =dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}] -