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: Fri, 05 Nov 2021 09:10:05
Message-Id: 1636101933.8e62ad56172d971406e502848a17921f1e0da7b6.mgorny@gentoo
1 commit: 8e62ad56172d971406e502848a17921f1e0da7b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 08:45:33 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 08:45:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e62ad56
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.53.1.ebuild | 51 ------------------------------
14 dev-python/cfn-lint/cfn-lint-0.54.1.ebuild | 51 ------------------------------
15 dev-python/cfn-lint/cfn-lint-0.54.2.ebuild | 51 ------------------------------
16 4 files changed, 156 deletions(-)
17
18 diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
19 index 4c036b2066a..2ef7cc40e55 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.53.1.tar.gz 7561747 BLAKE2B 2561a04344c567cf9e1e62cdd65e6de0bf8efd17072b5562021055e65c140d8453062fb0019f56f1a8c520043e1215e7c5db894af53801dff26a6e2422688d4f SHA512 3832e6aac7b9a3e638dcf46103a83882fa0bd3778d95aa5837fb7bfe2c9dd10c13ac4434e371396e2f65fe39a36b3f7fb8c7cce52b628fe7dd3fc17ed313f8b6
24 -DIST cfn-lint-0.54.1.tar.gz 7605760 BLAKE2B 3ce3895ed67b50fab85cb13ab34c2f1a8339a7e68467a82be7c9dde67cef0c700d3d9fcf3cac18afc657abef81316d5c770b8fe97ebdcfc81ca5b97e17fbf011 SHA512 742059b42c3df5a50102d437a11b03890f1579bc5769ca72a033477c9335b5a5d4b5a02973615b98ba9b8ee4022b86c82edac3490a0ec8c9a3f241afe84a9d03
25 -DIST cfn-lint-0.54.2.tar.gz 7658613 BLAKE2B a29a55756bc4f3fa2ebecc02365025911af238938717c7fd42d5b0707f80ec4149b1986fa3bd66cd704c20468437ee25a47d23c0e551f8e0793eed15499a8361 SHA512 185e0231bb49521b33232678bbd610004821872a5ba4f29bf6c7a4b1df884ab216ce7b4b61af164da7ae31ec83bed066d045c743bc7687690fe542d6f7f6b71e
26 DIST cfn-lint-0.54.3.tar.gz 7806470 BLAKE2B b61cb4b46e7c9d04aa70d2542e2aee0d029cc265ca3b85d9bd1c9ddcf2d22a56b28d74f27d6ccf5348cef7224e1ca9d1efec3e5a7b478e8bb87afcb0d39b3da8 SHA512 40e593f0bf092dafca7d7a801deaf2e09c37f4421d58b9244a2da533c3079da076dab70cb974868fd3eb9300ef69897414b03854f8e8fee139e1f5b4781795fc
27 DIST cfn-lint-0.54.4.tar.gz 7835716 BLAKE2B 1709adda09a08b02f4a2637af1ed2a43c096d8f9eef91b3cfbac55365e0910be64c632e28e403356742396b72a4af6c88740b27d13a67b62b5f5af98c8639e43 SHA512 f31b8fc407adf75b1eb54a29719b39298494efcdba65e68610e28ca1d066dfdb3fa051e8a90fe589793683c01e49d1bab30832255153e8932bd9caca96b54441
28
29 diff --git a/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild b/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild
30 deleted file mode 100644
31 index 765144d99ea..00000000000
32 --- a/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild
33 +++ /dev/null
34 @@ -1,51 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="CloudFormation Linter"
44 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
45 -SRC_URI="
46 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
47 - -> ${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.38.0[${PYTHON_USEDEP}]
55 - dev-python/jsonpatch[${PYTHON_USEDEP}]
56 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
57 - dev-python/junit-xml[${PYTHON_USEDEP}]
58 - dev-python/networkx[${PYTHON_USEDEP}]
59 - >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
60 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
61 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
62 -"
63 -BDEPEND="
64 - test? (
65 - dev-python/mock[${PYTHON_USEDEP}]
66 - )
67 -"
68 -
69 -distutils_enable_tests --install unittest
70 -
71 -PATCHES=(
72 - "${FILESDIR}/cfn-lint-0.30.1-tests.patch"
73 -)
74 -
75 -src_prepare() {
76 - # unpin the deps
77 - sed -e 's:~=[0-9.]*::' -i setup.py || die
78 - # requires git checkout
79 - sed -e 's:test_update_docs:_&:' \
80 - -i test/unit/module/maintenance/test_update_documentation.py || die
81 - # requires Internet
82 - sed -e 's:test_update_resource_specs_python:_&:' \
83 - -i test/unit/module/maintenance/test_update_resource_specs.py || die
84 - distutils-r1_src_prepare
85 -}
86
87 diff --git a/dev-python/cfn-lint/cfn-lint-0.54.1.ebuild b/dev-python/cfn-lint/cfn-lint-0.54.1.ebuild
88 deleted file mode 100644
89 index beac470392c..00000000000
90 --- a/dev-python/cfn-lint/cfn-lint-0.54.1.ebuild
91 +++ /dev/null
92 @@ -1,51 +0,0 @@
93 -# Copyright 1999-2021 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=8
97 -
98 -PYTHON_COMPAT=( python3_{8..10} )
99 -inherit distutils-r1
100 -
101 -DESCRIPTION="CloudFormation Linter"
102 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
103 -SRC_URI="
104 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
105 - -> ${P}.tar.gz"
106 -
107 -LICENSE="MIT"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
110 -
111 -RDEPEND="
112 - >=dev-python/aws-sam-translator-1.38.0[${PYTHON_USEDEP}]
113 - dev-python/jsonpatch[${PYTHON_USEDEP}]
114 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
115 - dev-python/junit-xml[${PYTHON_USEDEP}]
116 - dev-python/networkx[${PYTHON_USEDEP}]
117 - >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
118 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
119 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
120 -"
121 -BDEPEND="
122 - test? (
123 - dev-python/mock[${PYTHON_USEDEP}]
124 - )
125 -"
126 -
127 -distutils_enable_tests --install unittest
128 -
129 -PATCHES=(
130 - "${FILESDIR}/cfn-lint-0.30.1-tests.patch"
131 -)
132 -
133 -src_prepare() {
134 - # unpin the deps
135 - sed -e 's:~=[0-9.]*::' -i setup.py || die
136 - # requires git checkout
137 - sed -e 's:test_update_docs:_&:' \
138 - -i test/unit/module/maintenance/test_update_documentation.py || die
139 - # requires Internet
140 - sed -e 's:test_update_resource_specs_python:_&:' \
141 - -i test/unit/module/maintenance/test_update_resource_specs.py || die
142 - distutils-r1_src_prepare
143 -}
144
145 diff --git a/dev-python/cfn-lint/cfn-lint-0.54.2.ebuild b/dev-python/cfn-lint/cfn-lint-0.54.2.ebuild
146 deleted file mode 100644
147 index beac470392c..00000000000
148 --- a/dev-python/cfn-lint/cfn-lint-0.54.2.ebuild
149 +++ /dev/null
150 @@ -1,51 +0,0 @@
151 -# Copyright 1999-2021 Gentoo Authors
152 -# Distributed under the terms of the GNU General Public License v2
153 -
154 -EAPI=8
155 -
156 -PYTHON_COMPAT=( python3_{8..10} )
157 -inherit distutils-r1
158 -
159 -DESCRIPTION="CloudFormation Linter"
160 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
161 -SRC_URI="
162 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
163 - -> ${P}.tar.gz"
164 -
165 -LICENSE="MIT"
166 -SLOT="0"
167 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
168 -
169 -RDEPEND="
170 - >=dev-python/aws-sam-translator-1.38.0[${PYTHON_USEDEP}]
171 - dev-python/jsonpatch[${PYTHON_USEDEP}]
172 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
173 - dev-python/junit-xml[${PYTHON_USEDEP}]
174 - dev-python/networkx[${PYTHON_USEDEP}]
175 - >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
176 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
177 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
178 -"
179 -BDEPEND="
180 - test? (
181 - dev-python/mock[${PYTHON_USEDEP}]
182 - )
183 -"
184 -
185 -distutils_enable_tests --install unittest
186 -
187 -PATCHES=(
188 - "${FILESDIR}/cfn-lint-0.30.1-tests.patch"
189 -)
190 -
191 -src_prepare() {
192 - # unpin the deps
193 - sed -e 's:~=[0-9.]*::' -i setup.py || die
194 - # requires git checkout
195 - sed -e 's:test_update_docs:_&:' \
196 - -i test/unit/module/maintenance/test_update_documentation.py || die
197 - # requires Internet
198 - sed -e 's:test_update_resource_specs_python:_&:' \
199 - -i test/unit/module/maintenance/test_update_resource_specs.py || die
200 - distutils-r1_src_prepare
201 -}