# 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" LICENSE="AGPL-3+ GPL-2+" SLOT="0" KEYWORDS="~amd64" 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}]