diff --git a/net-analyzer/python-gvm/Manifest b/net-analyzer/python-gvm/Manifest index 123beb0014d7..7fdadc429e5a 100644 --- a/net-analyzer/python-gvm/Manifest +++ b/net-analyzer/python-gvm/Manifest @@ -1,3 +1,2 @@ -DIST python-gvm-24.8.0.tar.gz 289907 BLAKE2B d7e5a962f4d714406595e6bc8c939b7526389613e78dd5bc5b641ef2dc17eb33e42c51798f2c280e1a7af5a65ae0fa6ac3d059e1243b5adcdb27ce900cbcfe6d SHA512 dbc3dee750299f6e39417a442551ffc82939073cf1c4fd46076dcf05f9c59c2568bf8fc075607b36950387e11b021eb75c542c022329ff8e7ac42293f8489db9 DIST python-gvm-26.1.1.tar.gz 318501 BLAKE2B 54427c0f264f213338499da6c8d3ac8bac880afb8205a7a0fa75b3bfba4494add3d1a7b4fd534fe9e39f1d0b475071b492a577789fe6387b0c28b376628f75e9 SHA512 04a7c0db90bec944b931c83065a571673e3950c1c518b8d56cba7ac8d334c550bc1ef7940d9c243ed16d4fa568fb9539a35b28ee17d3bce6cfd6bf1a5bcd12b8 DIST python-gvm-26.4.0.tar.gz 354900 BLAKE2B 0ac0d1e855d4015b649671d6a7ee88a23507d99cf6a8c40c84a774cb0cb12eb7dfd366e6cc2a0bb6348b48e9d96b9f431c4a5d0b8ffb51b1769d0fbd20f4979c SHA512 821fc0df07355bc6addcba7a8c74a7630ce5079d1e3e1f14bdb6a71e62d3b750c46223598fd0dc264c5b3826aaf4c1ebfe7d2c9f3b513598d405f5a70500e567 diff --git a/net-analyzer/python-gvm/python-gvm-24.8.0-r1.ebuild b/net-analyzer/python-gvm/python-gvm-24.8.0-r1.ebuild deleted file mode 100644 index 2befb10721be..000000000000 --- a/net-analyzer/python-gvm/python-gvm-24.8.0-r1.ebuild +++ /dev/null @@ -1,35 +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="Greenbone Vulnerability Management Python Library" -HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/python-gvm/" -SRC_URI="https://github.com/greenbone/python-gvm/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~x86" - -RDEPEND=" - >=dev-python/lxml-4.5.0[${PYTHON_USEDEP}] - >=dev-python/paramiko-2.7.1[${PYTHON_USEDEP}] - test? ( - >=net-analyzer/pontos-22.7.2[${PYTHON_USEDEP}] - ) -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest - -src_prepare() { - distutils-r1_src_prepare - - # drop connection tests - rm -r tests/connections || die -}