diff options
author | Giuseppe Foti <foti.giuseppe@gmail.com> | 2024-01-22 09:09:17 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-01-23 14:29:29 +0100 |
commit | 87d4dfe1d30166d32cce75624b8c3fa1aa7c77c8 (patch) | |
tree | 5f0c61da855be6b7c5032842e804440e8ec17919 /net-analyzer/python-gvm | |
parent | dev-db/pg-gvm: add 22.6.4, drop 22.6.3 (diff) | |
download | gentoo-87d4dfe1d30166d32cce75624b8c3fa1aa7c77c8.tar.gz gentoo-87d4dfe1d30166d32cce75624b8c3fa1aa7c77c8.tar.bz2 gentoo-87d4dfe1d30166d32cce75624b8c3fa1aa7c77c8.zip |
net-analyzer/python-gvm: add 24.1.0, drop 23.11.0
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34956
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer/python-gvm')
-rw-r--r-- | net-analyzer/python-gvm/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/python-gvm/python-gvm-24.1.0.ebuild (renamed from net-analyzer/python-gvm/python-gvm-23.11.0.ebuild) | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-analyzer/python-gvm/Manifest b/net-analyzer/python-gvm/Manifest index ec19e1336065..72ac45aa37e9 100644 --- a/net-analyzer/python-gvm/Manifest +++ b/net-analyzer/python-gvm/Manifest @@ -1 +1 @@ -DIST python-gvm-23.11.0.tar.gz 273395 BLAKE2B 52e497886b1380f32c68534dff08b8e11a3ac3a66cbad8d7b31af334d6e9e94e00735defce02871173043b696ae3ff373d94b4f4698b2ce01c478caf079d09fe SHA512 0596d5634b038bde787c93411c50f4c64e232857b8a4b4d2713ba6af5330d13a9702f37606e152bfd8f8319ae8a4c68a1684a4f532d13f667f1be870ff7bbb95 +DIST python-gvm-24.1.0.tar.gz 287497 BLAKE2B 049154d5a516c56885c06e2a83884736c9e4009e1e69a817e541f1317d4fe0cb886f98ed1572bcb55bcfdd40ed7da6639ba52cc89b113731f24d941de3f6195b SHA512 d70d3c654aefb6e5949e35f68fd1585c243988a41165c9fefb54c8fe6dd24694391553201a95558d3fd4a6e8c88783a1fc4d2205ce9ae1a7d2fc2dafdf19825b diff --git a/net-analyzer/python-gvm/python-gvm-23.11.0.ebuild b/net-analyzer/python-gvm/python-gvm-24.1.0.ebuild index 68582ab6a337..5ded27fa294e 100644 --- a/net-analyzer/python-gvm/python-gvm-23.11.0.ebuild +++ b/net-analyzer/python-gvm/python-gvm-24.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,12 +15,14 @@ SRC_URI="https://github.com/greenbone/python-gvm/archive/v${PV}.tar.gz -> ${P}.t SLOT="0" LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86" -RESTRICT="test" RDEPEND=" >=dev-python/defusedxml-0.6[${PYTHON_USEDEP}] >=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}" |