diff options
Diffstat (limited to 'net-analyzer/python-gvm')
-rw-r--r-- | net-analyzer/python-gvm/Manifest | 4 | ||||
-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, 6 insertions, 4 deletions
diff --git a/net-analyzer/python-gvm/Manifest b/net-analyzer/python-gvm/Manifest index ba5ceaca78a9..04499e865ea6 100644 --- a/net-analyzer/python-gvm/Manifest +++ b/net-analyzer/python-gvm/Manifest @@ -1,3 +1,3 @@ -DIST python-gvm-23.11.0.tar.gz 273395 BLAKE2B 52e497886b1380f32c68534dff08b8e11a3ac3a66cbad8d7b31af334d6e9e94e00735defce02871173043b696ae3ff373d94b4f4698b2ce01c478caf079d09fe SHA512 0596d5634b038bde787c93411c50f4c64e232857b8a4b4d2713ba6af5330d13a9702f37606e152bfd8f8319ae8a4c68a1684a4f532d13f667f1be870ff7bbb95 -EBUILD python-gvm-23.11.0.ebuild 800 BLAKE2B 10ae9e459e66166908eaa341f701c9eae0c1476c3ebd76ff84feb5eb0f522b3fdc4e4d6019a9d5387067a920f0b723c8975057f059b3b90790586ac1548aae9a SHA512 327f27966e5821ffce399e41a95ee5424ba0ff8f0b495ef772d235f404571dc21402a894fbb76c13007e0ddddb58d7bafbd7c19c920a785a5e12e35669b6b150 +DIST python-gvm-24.1.0.tar.gz 287497 BLAKE2B 049154d5a516c56885c06e2a83884736c9e4009e1e69a817e541f1317d4fe0cb886f98ed1572bcb55bcfdd40ed7da6639ba52cc89b113731f24d941de3f6195b SHA512 d70d3c654aefb6e5949e35f68fd1585c243988a41165c9fefb54c8fe6dd24694391553201a95558d3fd4a6e8c88783a1fc4d2205ce9ae1a7d2fc2dafdf19825b +EBUILD python-gvm-24.1.0.ebuild 845 BLAKE2B 76a22c2ed2ff81923cf827db785d42e56b1592079159a6d2b2037f1f12a13561f49cf7cff4fd7f3f3a859b9eba140bc449a1fd0bc448339fe75d0ce91c41cbb8 SHA512 c98356e881d1f4a6a81599d0c63f7639212e18c91fbbc72007343dd211534b92b3f964e33981df76b79776c69c216edb4673ce39b57ed52684d65dc20b3d6089 MISC metadata.xml 1037 BLAKE2B c16435b2519ae601cc1430aa2e06937961f6fc86db1f8d0fa0800d8e81139f54e29e2d71f5fcb077161df603c2d03562d4e578fdad2acc78f215279dfa17a1e6 SHA512 575bdcf9e2cf9165398c55b82d623e6af0e3019bc0c26c3e1f6b56aacdae49cd6a9959ccb405ff9b075a44e5e7a241116a8921dda2155b81e8eccf3d0a7f5a16 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}" |