Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/python-gvm/
Date: Fri, 21 Aug 2020 07:15:09
Message-Id: 1597994082.2e0b91a2b267f375c4de190e398956653f97ca61.juippis@gentoo
1 commit: 2e0b91a2b267f375c4de190e398956653f97ca61
2 Author: Jonas Licht <jonas.licht <AT> fem <DOT> tu-ilmenau <DOT> de>
3 AuthorDate: Mon Aug 10 13:22:53 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 21 07:14:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0b91a2
7
8 net-analyzer/python-gvm: version bump to 1.6.0
9
10 Closes: https://bugs.gentoo.org/736623
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Jonas Licht <jonas.licht <AT> fem.tu-ilmenau.de>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 net-analyzer/python-gvm/Manifest | 1 +
16 net-analyzer/python-gvm/python-gvm-1.6.0.ebuild | 28 +++++++++++++++++++++++++
17 2 files changed, 29 insertions(+)
18
19 diff --git a/net-analyzer/python-gvm/Manifest b/net-analyzer/python-gvm/Manifest
20 index 628af619e9a..e9e4ba9eb0a 100644
21 --- a/net-analyzer/python-gvm/Manifest
22 +++ b/net-analyzer/python-gvm/Manifest
23 @@ -1,3 +1,4 @@
24 DIST python-gvm-1.1.0.tar.gz 160289 BLAKE2B 64dbf79f6749c50cddc2b908c45c6aea6c3793f0ddb10a98a96870636ee351f1a2e66227fbcc1383c63e0e015b4c05bf4c116ac80ef35f73f7e9057f9c8dd9b5 SHA512 dae04d42a14adde274c2148f7bd4b47b0ea02d6e249d6c23dfeb15f217f04ad9ff722f2e98d13e1a7add7b61d9dabfec623ab5b45087aaf5f480447fd31a8071
25 DIST python-gvm-1.2.0.tar.gz 160700 BLAKE2B 40ef2d6e01dee7a93796c5d2f29db06e2a533860f7c612000ad5250d9b291ce90164e3a7c65c77f7131fc12c4622094b22da4eeb989293ad1b33e2754063ec76 SHA512 3eacec521bbd4cbfaec08d1ccabfe1c97898288b8b56779f9e3ceb734f52d78b93faf92674c1eefc555501e0bfdb16ed26316e87c697bbdc5a673d1be2170c00
26 DIST python-gvm-1.5.0.tar.gz 171471 BLAKE2B 57fa3cc8dfa74a16c56fb4fee0f2c47ede441892a19865271e8c034cb853751f38b3f90cbca6d538d8e59866cd45d0fd8e783a62719c523c6fc9723f4c183a79 SHA512 7c1717dd8f724566232cca50997494012d0364975151afcca8aa483f9fd85d47343f1a2af0124cb762e16d42a057b06d8f8a5e637280e14541a270b14be188e1
27 +DIST python-gvm-1.6.0.tar.gz 175162 BLAKE2B 2c2f9d96911533734807b1aa3e6a56c758122755284a4808ac4e7f974847a12ac8d148e1c8604307965422f311231d721cbbaf09207e85d4425afc5d9534b2e5 SHA512 135ae95d6b5d5226a5ed3e4a7c14e03831005e745039bca86d532cb852a41a973ea1559b1c17b6564787f9448e20c932445dfec0ec8ecf1b39366edc205ea934
28
29 diff --git a/net-analyzer/python-gvm/python-gvm-1.6.0.ebuild b/net-analyzer/python-gvm/python-gvm-1.6.0.ebuild
30 new file mode 100644
31 index 00000000000..c3d5c167201
32 --- /dev/null
33 +++ b/net-analyzer/python-gvm/python-gvm-1.6.0.ebuild
34 @@ -0,0 +1,28 @@
35 +# Copyright 1999-2020 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +PYTHON_COMPAT=( python3_{7,8,9} )
41 +DISTUTILS_USE_SETUPTOOLS=pyproject.toml
42 +
43 +inherit distutils-r1
44 +
45 +DESCRIPTION="Greenbone Vulnerability Management Python Library"
46 +HOMEPAGE="https://www.greenbone.net/en/"
47 +SRC_URI="https://github.com/greenbone/python-gvm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 +
49 +SLOT="0"
50 +LICENSE="GPL-3"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE=""
53 +
54 +RDEPEND="
55 + dev-python/defusedxml[${PYTHON_USEDEP}]
56 + dev-python/lxml[${PYTHON_USEDEP}]
57 + dev-python/paramiko[${PYTHON_USEDEP}]"
58 +
59 +DEPEND="
60 + ${RDEPEND}"
61 +
62 +distutils_enable_tests unittest