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: dev-python/cfn-python-lint/
Date: Thu, 24 Jun 2021 07:43:45
Message-Id: 1624520618.f7f5cc73ba7424bd96f98a787ddc5687217cb94b.mgorny@gentoo
1 commit: f7f5cc73ba7424bd96f98a787ddc5687217cb94b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 07:42:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 07:43:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f5cc73
7
8 dev-python/cfn-python-lint: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cfn-python-lint/Manifest | 4 --
13 .../cfn-python-lint/cfn-python-lint-0.48.3.ebuild | 52 --------------------
14 .../cfn-python-lint/cfn-python-lint-0.49.0.ebuild | 52 --------------------
15 .../cfn-python-lint/cfn-python-lint-0.49.1.ebuild | 52 --------------------
16 .../cfn-python-lint/cfn-python-lint-0.49.2.ebuild | 57 ----------------------
17 5 files changed, 217 deletions(-)
18
19 diff --git a/dev-python/cfn-python-lint/Manifest b/dev-python/cfn-python-lint/Manifest
20 index f3795c5a3c5..dccb2f16906 100644
21 --- a/dev-python/cfn-python-lint/Manifest
22 +++ b/dev-python/cfn-python-lint/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST cfn-lint-0.49.2.tar.gz 7012647 BLAKE2B 1508c7c2c400ea4fdd878961a00d79b6c464de70f6ff5269069c73d4c524317e37e9431fba0a686da16958b7c575d4d3629a83c31c3f89d81a68f5c320355b14 SHA512 7e7b97d727b06649b2a56b67f1251c24df2646c9759821a7525842796a81e834f560fe5a09431220ead9fd68ad0fa9978a65bb1d9bdeab907aba0a76095fd712
25 DIST cfn-lint-0.50.0.tar.gz 7061105 BLAKE2B bba39823b729b0a53dcc97341b6408654190bceb86acd7de0e2ee1a4ae34234ca6ddc3a4d374c38115632faa0fbbb51fbf07cf717853dd917a262ef5c1116ac9 SHA512 9dc5c00946a9bb142771a4b63571043056b1f522348f11256d7d3181e750c251cfab805a66df884b496fd7639442da0e72f65c0a43cc2ce2ed35f214031c7b1a
26 DIST cfn-lint-0.51.0.tar.gz 7125333 BLAKE2B 5f18c03cba52e8f38eb4998ce3640564b6346cd788bc7ca4eebbeebf709fddb130de3fd0c99f5e1585aa07fb965f97ec05d48154bb6788f961c31301058d9ac7 SHA512 6b0eada5204da1c4efbf1a548b74065008bf55142b666aefbc5c1e9311eaaef96e83fd427157be4d3dec98d2e5377ed7f21266af0662e565fdf2aeb6883bb1e4
27 -DIST cfn-python-lint-0.48.3.tar.gz 6758651 BLAKE2B a8aeaffb0791789b25c94c630532ced223432f9902cf60664e4b111d162b4379d6307eda5c8f8074f7d2917ff25f44657016894b2140c8ea1dbf3259b24dde38 SHA512 ab1555719edb9b3541bfe60ce2701cca9e2ab9f4627c1b46ab8f4920477531f56f14f393b3575525da81b6aefd087b6c3cac516bdd6eb1db0f31304d7c63e1cb
28 -DIST cfn-python-lint-0.49.0.tar.gz 6797106 BLAKE2B aa60c3e5eb246c45997af57f934d2710b56c4966babb61f56cc538c49606e3befd130f6a4298b124d38401927ae40127e699fba6a1f69ee177c07c9bf5d880e4 SHA512 4b656cda70de686aa3bb404908eac6ff66cabc0ebb064d5ccbe554a10551e8a5a7a308e3480826ec52b87549a8626f2a9cbbf51bd44613d94344db8dcd4443a7
29 -DIST cfn-python-lint-0.49.1.tar.gz 6906770 BLAKE2B 3115e610a73f072f56f0ed45ab8c88f7a906115437081d8974a135b3a9fbfcec4f677bdc108fa0ed37814caa6f0cc1e22fa7892d715c658e9ef05c8299f377a6 SHA512 4ceda24495aa43ad84ca7e63aa566521aab339f01308f5754372289a7f595d6805d6b1ac9bf637ba20a05bf17b93f8a06d5d1fd4dca3b8955094f54a62e28313
30
31 diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.48.3.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.48.3.ebuild
32 deleted file mode 100644
33 index a786d5c6496..00000000000
34 --- a/dev-python/cfn-python-lint/cfn-python-lint-0.48.3.ebuild
35 +++ /dev/null
36 @@ -1,52 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -PYTHON_COMPAT=( python3_{7..9} )
42 -DISTUTILS_USE_SETUPTOOLS=rdepend
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="CloudFormation Linter"
46 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-python-lint"
47 -SRC_URI="https://github.com/aws-cloudformation/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm ~arm64 x86"
52 -
53 -RDEPEND="
54 - >=dev-python/aws-sam-translator-1.25.0[${PYTHON_USEDEP}]
55 - $(python_gen_cond_dep '
56 - dev-python/importlib_resources[${PYTHON_USEDEP}]
57 - ' python3_6)
58 - dev-python/jsonpatch[${PYTHON_USEDEP}]
59 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
60 - dev-python/junit-xml[${PYTHON_USEDEP}]
61 - dev-python/networkx[${PYTHON_USEDEP}]
62 - dev-python/pyyaml[${PYTHON_USEDEP}]
63 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
64 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
65 -"
66 -BDEPEND="
67 - test? (
68 - dev-python/mock[${PYTHON_USEDEP}]
69 - )
70 -"
71 -
72 -distutils_enable_tests --install unittest
73 -
74 -PATCHES=(
75 - "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"
76 -)
77 -
78 -src_prepare() {
79 - # unpin the deps
80 - sed -e 's:~=[0-9.]*::' -i setup.py || die
81 - # requires git checkout
82 - sed -e 's:test_update_docs:_&:' \
83 - -i test/unit/module/maintenance/test_update_documentation.py || die
84 - # requires Internet
85 - sed -e 's:test_update_resource_specs_python:_&:' \
86 - -i test/unit/module/maintenance/test_update_resource_specs.py || die
87 - distutils-r1_src_prepare
88 -}
89
90 diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.49.0.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.49.0.ebuild
91 deleted file mode 100644
92 index cda4805bfeb..00000000000
93 --- a/dev-python/cfn-python-lint/cfn-python-lint-0.49.0.ebuild
94 +++ /dev/null
95 @@ -1,52 +0,0 @@
96 -# Copyright 1999-2021 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=7
100 -PYTHON_COMPAT=( python3_{7..9} )
101 -DISTUTILS_USE_SETUPTOOLS=rdepend
102 -inherit distutils-r1
103 -
104 -DESCRIPTION="CloudFormation Linter"
105 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-python-lint"
106 -SRC_URI="https://github.com/aws-cloudformation/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
107 -
108 -LICENSE="MIT"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
111 -
112 -RDEPEND="
113 - >=dev-python/aws-sam-translator-1.35.0[${PYTHON_USEDEP}]
114 - $(python_gen_cond_dep '
115 - dev-python/importlib_resources[${PYTHON_USEDEP}]
116 - ' python3_6)
117 - dev-python/jsonpatch[${PYTHON_USEDEP}]
118 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
119 - dev-python/junit-xml[${PYTHON_USEDEP}]
120 - dev-python/networkx[${PYTHON_USEDEP}]
121 - >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
122 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
123 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
124 -"
125 -BDEPEND="
126 - test? (
127 - dev-python/mock[${PYTHON_USEDEP}]
128 - )
129 -"
130 -
131 -distutils_enable_tests --install unittest
132 -
133 -PATCHES=(
134 - "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"
135 -)
136 -
137 -src_prepare() {
138 - # unpin the deps
139 - sed -e 's:~=[0-9.]*::' -i setup.py || die
140 - # requires git checkout
141 - sed -e 's:test_update_docs:_&:' \
142 - -i test/unit/module/maintenance/test_update_documentation.py || die
143 - # requires Internet
144 - sed -e 's:test_update_resource_specs_python:_&:' \
145 - -i test/unit/module/maintenance/test_update_resource_specs.py || die
146 - distutils-r1_src_prepare
147 -}
148
149 diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.49.1.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.49.1.ebuild
150 deleted file mode 100644
151 index 94cd12f6029..00000000000
152 --- a/dev-python/cfn-python-lint/cfn-python-lint-0.49.1.ebuild
153 +++ /dev/null
154 @@ -1,52 +0,0 @@
155 -# Copyright 1999-2021 Gentoo Authors
156 -# Distributed under the terms of the GNU General Public License v2
157 -
158 -EAPI=7
159 -
160 -PYTHON_COMPAT=( python3_{7..9} )
161 -inherit distutils-r1
162 -
163 -DESCRIPTION="CloudFormation Linter"
164 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-python-lint"
165 -SRC_URI="https://github.com/aws-cloudformation/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
166 -
167 -LICENSE="MIT"
168 -SLOT="0"
169 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
170 -
171 -RDEPEND="
172 - >=dev-python/aws-sam-translator-1.35.0[${PYTHON_USEDEP}]
173 - $(python_gen_cond_dep '
174 - dev-python/importlib_resources[${PYTHON_USEDEP}]
175 - ' python3_6)
176 - dev-python/jsonpatch[${PYTHON_USEDEP}]
177 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
178 - dev-python/junit-xml[${PYTHON_USEDEP}]
179 - dev-python/networkx[${PYTHON_USEDEP}]
180 - >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
181 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
182 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
183 -"
184 -BDEPEND="
185 - test? (
186 - dev-python/mock[${PYTHON_USEDEP}]
187 - )
188 -"
189 -
190 -distutils_enable_tests --install unittest
191 -
192 -PATCHES=(
193 - "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"
194 -)
195 -
196 -src_prepare() {
197 - # unpin the deps
198 - sed -e 's:~=[0-9.]*::' -i setup.py || die
199 - # requires git checkout
200 - sed -e 's:test_update_docs:_&:' \
201 - -i test/unit/module/maintenance/test_update_documentation.py || die
202 - # requires Internet
203 - sed -e 's:test_update_resource_specs_python:_&:' \
204 - -i test/unit/module/maintenance/test_update_resource_specs.py || die
205 - distutils-r1_src_prepare
206 -}
207
208 diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.49.2.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.49.2.ebuild
209 deleted file mode 100644
210 index 8515392b103..00000000000
211 --- a/dev-python/cfn-python-lint/cfn-python-lint-0.49.2.ebuild
212 +++ /dev/null
213 @@ -1,57 +0,0 @@
214 -# Copyright 1999-2021 Gentoo Authors
215 -# Distributed under the terms of the GNU General Public License v2
216 -
217 -EAPI=7
218 -
219 -PYTHON_COMPAT=( python3_{7..9} )
220 -inherit distutils-r1
221 -
222 -# TODO: pkgmove to cfn-lint
223 -MY_P=${P/-python}
224 -DESCRIPTION="CloudFormation Linter"
225 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
226 -SRC_URI="
227 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
228 - -> ${MY_P}.tar.gz"
229 -S=${WORKDIR}/${MY_P}
230 -
231 -LICENSE="MIT"
232 -SLOT="0"
233 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
234 -
235 -RDEPEND="
236 - >=dev-python/aws-sam-translator-1.35.0[${PYTHON_USEDEP}]
237 - $(python_gen_cond_dep '
238 - dev-python/importlib_resources[${PYTHON_USEDEP}]
239 - ' python3_6)
240 - dev-python/jsonpatch[${PYTHON_USEDEP}]
241 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
242 - dev-python/junit-xml[${PYTHON_USEDEP}]
243 - dev-python/networkx[${PYTHON_USEDEP}]
244 - >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
245 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
246 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
247 -"
248 -BDEPEND="
249 - test? (
250 - dev-python/mock[${PYTHON_USEDEP}]
251 - )
252 -"
253 -
254 -distutils_enable_tests --install unittest
255 -
256 -PATCHES=(
257 - "${FILESDIR}/cfn-python-lint-0.30.1-tests.patch"
258 -)
259 -
260 -src_prepare() {
261 - # unpin the deps
262 - sed -e 's:~=[0-9.]*::' -i setup.py || die
263 - # requires git checkout
264 - sed -e 's:test_update_docs:_&:' \
265 - -i test/unit/module/maintenance/test_update_documentation.py || die
266 - # requires Internet
267 - sed -e 's:test_update_resource_specs_python:_&:' \
268 - -i test/unit/module/maintenance/test_update_resource_specs.py || die
269 - distutils-r1_src_prepare
270 -}