# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 systemd DESCRIPTION="This is an OSP server implementation to allow GVM to remotely control OpenVAS" HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/ospd-openvas" SRC_URI=" https://github.com/greenbone/ospd-openvas/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/greenbone/ospd-openvas/commit/f968bcc540c22dad89a2ee3bdfc6384b97b6fa0f.patch -> ${PN}-22.7.1-add-delay-in-mqtt-test.patch " LICENSE="AGPL-3+ GPL-2+" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="doc +notus" DEPEND=" acct-user/gvm >=dev-python/defusedxml-0.6[${PYTHON_USEDEP}] >=dev-python/deprecated-1.2.10[${PYTHON_USEDEP}] >=dev-python/lxml-4.5.2[${PYTHON_USEDEP}] =dev-python/packaging-20.4[${PYTHON_USEDEP}] =dev-python/psutil-5.5.1[${PYTHON_USEDEP}] >=dev-python/redis-4.5.0[${PYTHON_USEDEP}] >=dev-python/python-gnupg-0.4.8[${PYTHON_USEDEP}] =dev-python/paho-mqtt-1.6[${PYTHON_USEDEP}]