Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/python-gvm/
Date: Mon, 31 May 2021 20:53:41
Message-Id: 1622494411.1c0748525135aee0c7063f838cc82482e5d8f021.mgorny@gentoo
1 commit: 1c0748525135aee0c7063f838cc82482e5d8f021
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:49:16 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:53:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c074852
7
8 net-analyzer/python-gvm: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/python-gvm/Manifest | 4 ---
13 net-analyzer/python-gvm/python-gvm-1.1.0.ebuild | 34 -----------------------
14 net-analyzer/python-gvm/python-gvm-1.2.0.ebuild | 34 -----------------------
15 net-analyzer/python-gvm/python-gvm-1.5.0.ebuild | 36 -------------------------
16 net-analyzer/python-gvm/python-gvm-1.6.0.ebuild | 28 -------------------
17 5 files changed, 136 deletions(-)
18
19 diff --git a/net-analyzer/python-gvm/Manifest b/net-analyzer/python-gvm/Manifest
20 index d25cb1d6a4f..bc9ede7565f 100644
21 --- a/net-analyzer/python-gvm/Manifest
22 +++ b/net-analyzer/python-gvm/Manifest
23 @@ -1,5 +1 @@
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 DIST python-gvm-21.1.3.tar.gz 244785 BLAKE2B 7f0a63651a01a914359ea683cf52fe2e1ced22aba0bb90d232c4e5a13f25bb0a9d76a647c2bbe34f0be9615c0ce4d7fb938eee3fbe3a2389b7483b4d55069fee SHA512 eb92be77e69303e0ece54efb5bceaefb469ab1c3f4a2714ec1c839d43584e5760618c39a133aaaeb436c9f62d6deec8f40608e792f408e8cae7c083db857183f
29
30 diff --git a/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild b/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild
31 deleted file mode 100644
32 index 88f993c947e..00000000000
33 --- a/net-analyzer/python-gvm/python-gvm-1.1.0.ebuild
34 +++ /dev/null
35 @@ -1,34 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -PYTHON_COMPAT=( python3_7 )
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Greenbone Vulnerability Management Python Library"
45 -HOMEPAGE="https://www.greenbone.net/en/"
46 -SRC_URI="https://github.com/greenbone/python-gvm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -SLOT="0"
49 -LICENSE="GPL-3"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -RDEPEND="
54 - dev-python/defusedxml[${PYTHON_USEDEP}]
55 - dev-python/lxml[${PYTHON_USEDEP}]
56 - dev-python/paramiko[${PYTHON_USEDEP}]"
57 -
58 -DEPEND="
59 - ${RDEPEND}"
60 -
61 -distutils_enable_tests unittest
62 -
63 -src_prepare() {
64 - distutils-r1_python_prepare_all
65 - # Exlude tests & docs to fix build issue
66 - sed \
67 - -e "s/packages=find_packages(exclude=.*/packages=find_packages(exclude=['tests*', 'docs']),/g" \
68 - -i "${S}"/setup.py || die
69 -}
70
71 diff --git a/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild b/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild
72 deleted file mode 100644
73 index fc107e0b153..00000000000
74 --- a/net-analyzer/python-gvm/python-gvm-1.2.0.ebuild
75 +++ /dev/null
76 @@ -1,34 +0,0 @@
77 -# Copyright 1999-2021 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=7
81 -
82 -PYTHON_COMPAT=( python3_{7,8} )
83 -inherit distutils-r1
84 -
85 -DESCRIPTION="Greenbone Vulnerability Management Python Library"
86 -HOMEPAGE="https://www.greenbone.net/en/"
87 -SRC_URI="https://github.com/greenbone/python-gvm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
88 -
89 -SLOT="0"
90 -LICENSE="GPL-3"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE=""
93 -
94 -RDEPEND="
95 - dev-python/defusedxml[${PYTHON_USEDEP}]
96 - dev-python/lxml[${PYTHON_USEDEP}]
97 - dev-python/paramiko[${PYTHON_USEDEP}]"
98 -
99 -DEPEND="
100 - ${RDEPEND}"
101 -
102 -distutils_enable_tests unittest
103 -
104 -src_prepare() {
105 - distutils-r1_python_prepare_all
106 - # Exlude tests & docs to fix build issue
107 - sed \
108 - -e "s/packages=find_packages(exclude=.*/packages=find_packages(exclude=['tests*', 'docs']),/g" \
109 - -i "${S}"/setup.py || die
110 -}
111
112 diff --git a/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild b/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild
113 deleted file mode 100644
114 index 48cb4f75b4f..00000000000
115 --- a/net-analyzer/python-gvm/python-gvm-1.5.0.ebuild
116 +++ /dev/null
117 @@ -1,36 +0,0 @@
118 -# Copyright 1999-2021 Gentoo Authors
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=7
122 -
123 -PYTHON_COMPAT=( python3_{7,8} )
124 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
125 -
126 -inherit distutils-r1
127 -
128 -DESCRIPTION="Greenbone Vulnerability Management Python Library"
129 -HOMEPAGE="https://www.greenbone.net/en/"
130 -SRC_URI="https://github.com/greenbone/python-gvm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
131 -
132 -SLOT="0"
133 -LICENSE="GPL-3"
134 -KEYWORDS="~amd64 ~x86"
135 -IUSE=""
136 -
137 -RDEPEND="
138 - dev-python/defusedxml[${PYTHON_USEDEP}]
139 - dev-python/lxml[${PYTHON_USEDEP}]
140 - dev-python/paramiko[${PYTHON_USEDEP}]"
141 -
142 -DEPEND="
143 - ${RDEPEND}"
144 -
145 -distutils_enable_tests unittest
146 -
147 -src_prepare() {
148 - distutils-r1_python_prepare_all
149 - # Exlude tests & docs to fix build issue
150 - sed \
151 - -e "s/packages=find_packages(exclude=.*/packages=find_packages(exclude=['tests*', 'docs']),/g" \
152 - -i "${S}"/setup.py || die
153 -}
154
155 diff --git a/net-analyzer/python-gvm/python-gvm-1.6.0.ebuild b/net-analyzer/python-gvm/python-gvm-1.6.0.ebuild
156 deleted file mode 100644
157 index c3d5c167201..00000000000
158 --- a/net-analyzer/python-gvm/python-gvm-1.6.0.ebuild
159 +++ /dev/null
160 @@ -1,28 +0,0 @@
161 -# Copyright 1999-2020 Gentoo Authors
162 -# Distributed under the terms of the GNU General Public License v2
163 -
164 -EAPI=7
165 -
166 -PYTHON_COMPAT=( python3_{7,8,9} )
167 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
168 -
169 -inherit distutils-r1
170 -
171 -DESCRIPTION="Greenbone Vulnerability Management Python Library"
172 -HOMEPAGE="https://www.greenbone.net/en/"
173 -SRC_URI="https://github.com/greenbone/python-gvm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
174 -
175 -SLOT="0"
176 -LICENSE="GPL-3"
177 -KEYWORDS="~amd64 ~x86"
178 -IUSE=""
179 -
180 -RDEPEND="
181 - dev-python/defusedxml[${PYTHON_USEDEP}]
182 - dev-python/lxml[${PYTHON_USEDEP}]
183 - dev-python/paramiko[${PYTHON_USEDEP}]"
184 -
185 -DEPEND="
186 - ${RDEPEND}"
187 -
188 -distutils_enable_tests unittest