# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 readme.gentoo-r1 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" SLOT="0" LICENSE="AGPL-3 AGPL-3+" KEYWORDS="~amd64 ~x86" RESTRICT="!test? ( test )" DEPEND=" acct-user/gvm net-libs/paho-mqtt-c dev-python/psutil[${PYTHON_USEDEP}] >=dev-python/python-gnupg-0.5.0[${PYTHON_USEDEP}] =dev-python/sentry-sdk-1.22.2[${PYTHON_USEDEP}] >=dev-python/rope-1.8.0[${PYTHON_USEDEP}] >=dev-python/paho-mqtt-1.5.1[${PYTHON_USEDEP}]