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