From 5b68b3c83eeba9cd1f69f8bce1194794975b84d3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 21 Nov 2023 11:12:11 +0000 Subject: gentoo auto-resync : 21:11:2023 - 11:12:11 --- net-analyzer/python-gvm/Manifest | 4 +-- net-analyzer/python-gvm/python-gvm-23.10.0.ebuild | 34 ----------------------- net-analyzer/python-gvm/python-gvm-23.11.0.ebuild | 34 +++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 net-analyzer/python-gvm/python-gvm-23.10.0.ebuild create mode 100644 net-analyzer/python-gvm/python-gvm-23.11.0.ebuild (limited to 'net-analyzer/python-gvm') diff --git a/net-analyzer/python-gvm/Manifest b/net-analyzer/python-gvm/Manifest index a465c94bb4a5..ba5ceaca78a9 100644 --- a/net-analyzer/python-gvm/Manifest +++ b/net-analyzer/python-gvm/Manifest @@ -1,3 +1,3 @@ -DIST python-gvm-23.10.0.tar.gz 272387 BLAKE2B f874d6c696c1284b4dad366773aa6b98c531035d6d38b0b10b96ca1631815d51c182488d09fa2da441b1a042435f66099e9762c5a158876e1c1d9d12f675ed73 SHA512 c313e08d09fd650fb185d3aa5282bb1aef65c75cdfe11b7e6fc27fd1edddb5a6c5b301b7e348530561a65e276f1ffe1878722c267df55b68cf893a77f85208df -EBUILD python-gvm-23.10.0.ebuild 800 BLAKE2B 10ae9e459e66166908eaa341f701c9eae0c1476c3ebd76ff84feb5eb0f522b3fdc4e4d6019a9d5387067a920f0b723c8975057f059b3b90790586ac1548aae9a SHA512 327f27966e5821ffce399e41a95ee5424ba0ff8f0b495ef772d235f404571dc21402a894fbb76c13007e0ddddb58d7bafbd7c19c920a785a5e12e35669b6b150 +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 MISC metadata.xml 1037 BLAKE2B c16435b2519ae601cc1430aa2e06937961f6fc86db1f8d0fa0800d8e81139f54e29e2d71f5fcb077161df603c2d03562d4e578fdad2acc78f215279dfa17a1e6 SHA512 575bdcf9e2cf9165398c55b82d623e6af0e3019bc0c26c3e1f6b56aacdae49cd6a9959ccb405ff9b075a44e5e7a241116a8921dda2155b81e8eccf3d0a7f5a16 diff --git a/net-analyzer/python-gvm/python-gvm-23.10.0.ebuild b/net-analyzer/python-gvm/python-gvm-23.10.0.ebuild deleted file mode 100644 index 68582ab6a337..000000000000 --- a/net-analyzer/python-gvm/python-gvm-23.10.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -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" - -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}] -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest - -src_prepare() { - distutils-r1_src_prepare - - # drop connection tests - rm -r tests/connections || die -} diff --git a/net-analyzer/python-gvm/python-gvm-23.11.0.ebuild b/net-analyzer/python-gvm/python-gvm-23.11.0.ebuild new file mode 100644 index 000000000000..68582ab6a337 --- /dev/null +++ b/net-analyzer/python-gvm/python-gvm-23.11.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +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" + +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}] +" +DEPEND="${RDEPEND}" + +distutils_enable_tests unittest + +src_prepare() { + distutils-r1_src_prepare + + # drop connection tests + rm -r tests/connections || die +} -- cgit v1.2.3