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-lint/
Date: Mon, 06 Jun 2022 09:54:01
Message-Id: 1654509133.1dc495f0f1fa65d0f1a0281014fa0b2763c12a57.mgorny@gentoo
1 commit: 1dc495f0f1fa65d0f1a0281014fa0b2763c12a57
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 09:52:13 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 09:52:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc495f0
7
8 dev-python/cfn-lint: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cfn-lint/Manifest | 3 --
13 dev-python/cfn-lint/cfn-lint-0.59.0.ebuild | 50 ---------------------------
14 dev-python/cfn-lint/cfn-lint-0.59.1.ebuild | 50 ---------------------------
15 dev-python/cfn-lint/cfn-lint-0.60.0.ebuild | 54 ------------------------------
16 4 files changed, 157 deletions(-)
17
18 diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
19 index b68cd6eb9e89..f6883dd269b8 100644
20 --- a/dev-python/cfn-lint/Manifest
21 +++ b/dev-python/cfn-lint/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST cfn-lint-0.59.0.tar.gz 9004743 BLAKE2B e778c1081e45dacc813f8a4ae7726eb929fabcdbfaafcbbc5f0d925cfe32773851366c9488363728ae42349cbe899a6cacd114940ee8d76dc284b30ea87fe19a SHA512 e8e9d0fb1f366c49f8a008000a808ec4b6c4299ff3c9650229619d8e48f1812709ecd54274163d8bd389c6823f20accd7d31f6147bec926ec233ede3ee51ee10
24 -DIST cfn-lint-0.59.1.tar.gz 9065067 BLAKE2B 63fc591f7ed60eed2ef7fa1e9ea212e3e8569cfd20dec8bb8505dbfb8e96ee8f8ab6136d88de58b2db8823675946dc99b38adeb3b5c784d165083e1353100b00 SHA512 a08b4bf4dc8e7ab41bb72eb9309ca4f03eed3b6f5c31b3876dc9d08610312377a7c229de883c287e7e5ed6597f8eada79a111882785888e43b0ff20160e39fe0
25 -DIST cfn-lint-0.60.0.tar.gz 9127890 BLAKE2B f3e1e99f4657cad13037a74e94cca53548ecfb5bd41c11f8dc82c5fe962d7dc87b7a62aeaa12bc7012a11472736d9026fa51a7e7bc39e67b062a4e8449dd0eb6 SHA512 5eb0ecd51a2d845bad52e2aa7decc6ff7d28d008bc63aa1419ba122bca6df56b5689cb91e669384ca98418537bd36e460f19fb9dfd96e718260d29e228ea824e
26 DIST cfn-lint-0.60.1.tar.gz 9144208 BLAKE2B ff0cc155aee6fb0c72a3011a5fbaf147158d23ab8ed11426a9fc922971019cb276b74ca4e8972ddc2dbab7b1239ddb00b1d7a60281763a9773157b97ce5a8105 SHA512 8d023773a82b0b8486431e438d298e80812726d197017aafd925d6d9aa8272db99dc594f1b8f7582843ffaa9d421d6d9300f80c3bb6e932e705ae019d1cd8e21
27 DIST cfn-lint-0.61.0.gh.tar.gz 9252192 BLAKE2B 08a5a8648e6de27eb86629bf27fd2a40700eaa84b101c2003a2acda61b48a6ec2795dbce4dcfaa9e42664c75ab932c9cd84836d7b61bc438a586203502123d9a SHA512 3e70e5ccdc2a9909cddf9a289c5ed0d292580ecc236a1d64088fdb9ecce913814de88739ddb5b6bde5b4091e0e1efca86860157fde6e6f94e992503e4c1f83be
28
29 diff --git a/dev-python/cfn-lint/cfn-lint-0.59.0.ebuild b/dev-python/cfn-lint/cfn-lint-0.59.0.ebuild
30 deleted file mode 100644
31 index 3af094e51db8..000000000000
32 --- a/dev-python/cfn-lint/cfn-lint-0.59.0.ebuild
33 +++ /dev/null
34 @@ -1,50 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..10} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="CloudFormation Linter"
46 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
47 -SRC_URI="
48 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
49 - -> ${P}.tar.gz"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
54 -
55 -RDEPEND="
56 - >=dev-python/aws-sam-translator-1.45.0[${PYTHON_USEDEP}]
57 - dev-python/jsonpatch[${PYTHON_USEDEP}]
58 - >=dev-python/jschema_to_python-1.2.3[${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-5.4[${PYTHON_USEDEP}]
63 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
64 - >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
65 -"
66 -
67 -distutils_enable_tests pytest
68 -
69 -EPYTEST_DESELECT=(
70 - # TODO
71 - test/unit/module/test_template.py::TestTemplate::test_build_graph
72 - # requires git repo
73 - test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
74 - # Internet
75 - test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
76 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
77 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
78 -)
79 -
80 -src_prepare() {
81 - # unpin the deps
82 - sed -e 's:~=[0-9.]*::' -i setup.py || die
83 - distutils-r1_src_prepare
84 -}
85
86 diff --git a/dev-python/cfn-lint/cfn-lint-0.59.1.ebuild b/dev-python/cfn-lint/cfn-lint-0.59.1.ebuild
87 deleted file mode 100644
88 index f3316978d184..000000000000
89 --- a/dev-python/cfn-lint/cfn-lint-0.59.1.ebuild
90 +++ /dev/null
91 @@ -1,50 +0,0 @@
92 -# Copyright 1999-2022 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=8
96 -
97 -DISTUTILS_USE_PEP517=setuptools
98 -PYTHON_COMPAT=( python3_{8..10} )
99 -
100 -inherit distutils-r1
101 -
102 -DESCRIPTION="CloudFormation Linter"
103 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
104 -SRC_URI="
105 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
106 - -> ${P}.tar.gz"
107 -
108 -LICENSE="MIT"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
111 -
112 -RDEPEND="
113 - >=dev-python/aws-sam-translator-1.45.0[${PYTHON_USEDEP}]
114 - dev-python/jsonpatch[${PYTHON_USEDEP}]
115 - >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
116 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
117 - dev-python/junit-xml[${PYTHON_USEDEP}]
118 - dev-python/networkx[${PYTHON_USEDEP}]
119 - >dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
120 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
121 - >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
122 -"
123 -
124 -distutils_enable_tests pytest
125 -
126 -EPYTEST_DESELECT=(
127 - # TODO
128 - test/unit/module/test_template.py::TestTemplate::test_build_graph
129 - # requires git repo
130 - test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
131 - # Internet
132 - test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
133 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
134 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
135 -)
136 -
137 -src_prepare() {
138 - # unpin the deps
139 - sed -e 's:~=[0-9.]*::' -i setup.py || die
140 - distutils-r1_src_prepare
141 -}
142
143 diff --git a/dev-python/cfn-lint/cfn-lint-0.60.0.ebuild b/dev-python/cfn-lint/cfn-lint-0.60.0.ebuild
144 deleted file mode 100644
145 index 5ec074be0d4b..000000000000
146 --- a/dev-python/cfn-lint/cfn-lint-0.60.0.ebuild
147 +++ /dev/null
148 @@ -1,54 +0,0 @@
149 -# Copyright 1999-2022 Gentoo Authors
150 -# Distributed under the terms of the GNU General Public License v2
151 -
152 -EAPI=8
153 -
154 -DISTUTILS_USE_PEP517=setuptools
155 -PYTHON_COMPAT=( python3_{8..10} )
156 -
157 -inherit distutils-r1
158 -
159 -DESCRIPTION="CloudFormation Linter"
160 -HOMEPAGE="
161 - https://github.com/aws-cloudformation/cfn-lint/
162 - https://pypi.org/project/cfn-lint/
163 -"
164 -SRC_URI="
165 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
166 - -> ${P}.tar.gz
167 -"
168 -
169 -LICENSE="MIT"
170 -SLOT="0"
171 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
172 -
173 -RDEPEND="
174 - >=dev-python/aws-sam-translator-1.45.0[${PYTHON_USEDEP}]
175 - dev-python/jsonpatch[${PYTHON_USEDEP}]
176 - >=dev-python/jschema_to_python-1.2.3[${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/sarif_om-1.0.4[${PYTHON_USEDEP}]
183 -"
184 -
185 -distutils_enable_tests pytest
186 -
187 -EPYTEST_DESELECT=(
188 - # TODO
189 - test/unit/module/test_template.py::TestTemplate::test_build_graph
190 - # requires git repo
191 - test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
192 - # Internet
193 - test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
194 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
195 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
196 -)
197 -
198 -src_prepare() {
199 - # unpin the deps
200 - sed -e 's:~=[0-9.]*::' -i setup.py || die
201 - distutils-r1_src_prepare
202 -}