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: Tue, 30 Aug 2022 19:09:11
Message-Id: 1661886543.c63c4b2932f89849caf34df93808c36cec7e1224.mgorny@gentoo
1 commit: c63c4b2932f89849caf34df93808c36cec7e1224
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 19:02:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:09:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63c4b29
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 | 2 --
13 dev-python/cfn-lint/cfn-lint-0.61.3.ebuild | 54 ------------------------------
14 dev-python/cfn-lint/cfn-lint-0.61.4.ebuild | 54 ------------------------------
15 3 files changed, 110 deletions(-)
16
17 diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
18 index 69cf8571e5b6..cafd2ea824fe 100644
19 --- a/dev-python/cfn-lint/Manifest
20 +++ b/dev-python/cfn-lint/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST cfn-lint-0.61.3.gh.tar.gz 9528542 BLAKE2B 27f5c82c09a7c1dde520189647480032faf808089083ca45a9a2a24e4c158cb8e62ee6ae2f906d6c68021cc34b654ff46c9402876e09dd3330115dead5db44a8 SHA512 db5369a12d88754f6241b4ef529b53d142a80bfcb0c58ac7ec03217e7e4cb7e53f3fde1dde45dfdac82ab3fde4b885bb40dae3076b85edf34ca68cc73dc5aeb1
23 -DIST cfn-lint-0.61.4.gh.tar.gz 9556069 BLAKE2B 71572546d7e523c11214e32130a7d52461580e487b514846137e6592cb7a1786414556e4bea191aa2e4dddaf338c24e8ea9001e617221ea74b03bd0ea900a5a9 SHA512 fd85af770b5b519c9de4df0acbbaa66a8a7f61efd210a793c2e28ad9e6d6ed2d8b3042ca41d7743b2bc4dc0446b42ea2929cba454fdbf097a482a7c268e04000
24 DIST cfn-lint-0.61.5.gh.tar.gz 9580886 BLAKE2B 0e83a604bc8761cd6007039cc28d90e471ef3cd3c542e7ce977d290638bcbff2b196c5d3c5f23b8d6db064b867ab594360dedb86494aba955c065c7cbad8b519 SHA512 14a1c282f1d87ce5ddd231f92e01a4edd85a62802f2335ba95470acaa0d8deb0306433124f3d1bea6c965ebfe5b30145431087a71cb1e8b953bf94b5d691bcbf
25 DIST cfn-lint-0.62.0.gh.tar.gz 9610430 BLAKE2B fdeed685abab1bb701698b02ba961d0460c2fbf631ee6c8c51d17e8087bdbd2a26d366afd6916ff118e047bc1e45e0ac4124cf5140b7dede5cb116e5e49bec3e SHA512 830f3929330cbb6d3ae74c9d172c4540272def94bae4f5a0d181fd41688479bf9e9a82ccb9ccea20b823b8580743722a8cb551d790cab92322c7e472e679d28a
26 DIST cfn-lint-0.63.0.gh.tar.gz 9613588 BLAKE2B 96f36310b9201e39a03fb9ca4e102feed68bd71c6af10f48875055d8e5ce42dff61772d5ba702b3f390a49c5e10077a70eb86206145c132d03f6998ea3f26f4a SHA512 daa8412254234d36b3e65a27fc93dc6af2283830afa6de58c979759b7dc02ec220ebf18b1d116f38356a368223efec787135b36aaac4d2a6444ec6820a0303fb
27
28 diff --git a/dev-python/cfn-lint/cfn-lint-0.61.3.ebuild b/dev-python/cfn-lint/cfn-lint-0.61.3.ebuild
29 deleted file mode 100644
30 index efe7cae9474b..000000000000
31 --- a/dev-python/cfn-lint/cfn-lint-0.61.3.ebuild
32 +++ /dev/null
33 @@ -1,54 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="CloudFormation Linter"
45 -HOMEPAGE="
46 - https://github.com/aws-cloudformation/cfn-lint/
47 - https://pypi.org/project/cfn-lint/
48 -"
49 -SRC_URI="
50 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
51 - -> ${P}.gh.tar.gz
52 -"
53 -
54 -LICENSE="MIT"
55 -SLOT="0"
56 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
57 -
58 -RDEPEND="
59 - >=dev-python/aws-sam-translator-1.47.0[${PYTHON_USEDEP}]
60 - dev-python/jsonpatch[${PYTHON_USEDEP}]
61 - >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
62 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
63 - dev-python/junit-xml[${PYTHON_USEDEP}]
64 - dev-python/networkx[${PYTHON_USEDEP}]
65 - >dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
66 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
67 - >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
68 -"
69 -
70 -distutils_enable_tests pytest
71 -
72 -EPYTEST_DESELECT=(
73 - # TODO
74 - test/unit/module/test_template.py::TestTemplate::test_build_graph
75 - # requires git repo
76 - test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
77 - # Internet
78 - test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
79 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
80 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
81 -)
82 -
83 -src_prepare() {
84 - # unpin the deps
85 - sed -e 's:~=[0-9.]*::' -i setup.py || die
86 - distutils-r1_src_prepare
87 -}
88
89 diff --git a/dev-python/cfn-lint/cfn-lint-0.61.4.ebuild b/dev-python/cfn-lint/cfn-lint-0.61.4.ebuild
90 deleted file mode 100644
91 index 57fd1d8c6029..000000000000
92 --- a/dev-python/cfn-lint/cfn-lint-0.61.4.ebuild
93 +++ /dev/null
94 @@ -1,54 +0,0 @@
95 -# Copyright 1999-2022 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=8
99 -
100 -DISTUTILS_USE_PEP517=setuptools
101 -PYTHON_COMPAT=( python3_{8..10} )
102 -
103 -inherit distutils-r1
104 -
105 -DESCRIPTION="CloudFormation Linter"
106 -HOMEPAGE="
107 - https://github.com/aws-cloudformation/cfn-lint/
108 - https://pypi.org/project/cfn-lint/
109 -"
110 -SRC_URI="
111 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
112 - -> ${P}.gh.tar.gz
113 -"
114 -
115 -LICENSE="MIT"
116 -SLOT="0"
117 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
118 -
119 -RDEPEND="
120 - >=dev-python/aws-sam-translator-1.47.0[${PYTHON_USEDEP}]
121 - dev-python/jsonpatch[${PYTHON_USEDEP}]
122 - >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
123 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
124 - dev-python/junit-xml[${PYTHON_USEDEP}]
125 - dev-python/networkx[${PYTHON_USEDEP}]
126 - >dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
127 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
128 - >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
129 -"
130 -
131 -distutils_enable_tests pytest
132 -
133 -EPYTEST_DESELECT=(
134 - # TODO
135 - test/unit/module/test_template.py::TestTemplate::test_build_graph
136 - # requires git repo
137 - test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
138 - # Internet
139 - test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
140 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
141 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
142 -)
143 -
144 -src_prepare() {
145 - # unpin the deps
146 - sed -e 's:~=[0-9.]*::' -i setup.py || die
147 - distutils-r1_src_prepare
148 -}