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: Wed, 27 Apr 2022 07:00:28
Message-Id: 1651042821.9a7ee295e8fe5378264297451fda61de1e680008.mgorny@gentoo
1 commit: 9a7ee295e8fe5378264297451fda61de1e680008
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 06:49:03 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 07:00:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7ee295
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.58.3.ebuild | 51 ------------------------------
14 dev-python/cfn-lint/cfn-lint-0.58.4.ebuild | 51 ------------------------------
15 3 files changed, 104 deletions(-)
16
17 diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
18 index e47fd7ad88f1..33077eec9fe8 100644
19 --- a/dev-python/cfn-lint/Manifest
20 +++ b/dev-python/cfn-lint/Manifest
21 @@ -1,3 +1 @@
22 -DIST cfn-lint-0.58.3.tar.gz 8779688 BLAKE2B 0964d477f61ec3dc4f80d59e3b05bc92cba27c0c9293a343bf15ee25df967643adf4d8aaa0c11d336a857957bc19dd1cc711b7fe9014c9c43ffd0171b197c4f5 SHA512 9f88f533a6533cf23ce9be83f61cc7418df7775e331ea932f469b391e136a370e5adef9a41a5378dc99d4aec352ababebc1eb59b15d19c0c0c6f19e12410ae06
23 -DIST cfn-lint-0.58.4.tar.gz 8838063 BLAKE2B 77caf931c79b90d44c09c7ad63ff928c5217fa3cb9474ce8d3a3151a4a804365293e4304484ae1a2c55acfb2718dddce9f0b26165d35a570c3a7baab3cf76290 SHA512 53c24e265eaa8064bc23740376668c4a640571e0e273fc475f70de468be51683f3eacbbce82dddb9e05a23049299b49e660f28d5ef93150a60260fa0f4b77a19
24 DIST cfn-lint-0.59.0.tar.gz 9004743 BLAKE2B e778c1081e45dacc813f8a4ae7726eb929fabcdbfaafcbbc5f0d925cfe32773851366c9488363728ae42349cbe899a6cacd114940ee8d76dc284b30ea87fe19a SHA512 e8e9d0fb1f366c49f8a008000a808ec4b6c4299ff3c9650229619d8e48f1812709ecd54274163d8bd389c6823f20accd7d31f6147bec926ec233ede3ee51ee10
25
26 diff --git a/dev-python/cfn-lint/cfn-lint-0.58.3.ebuild b/dev-python/cfn-lint/cfn-lint-0.58.3.ebuild
27 deleted file mode 100644
28 index de09469670c8..000000000000
29 --- a/dev-python/cfn-lint/cfn-lint-0.58.3.ebuild
30 +++ /dev/null
31 @@ -1,51 +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="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
44 -SRC_URI="
45 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
46 - -> ${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
51 -
52 -RDEPEND="
53 - >=dev-python/aws-sam-translator-1.42.0[${PYTHON_USEDEP}]
54 - dev-python/jsonpatch[${PYTHON_USEDEP}]
55 - >=dev-python/jschema_to_python-1.2.3[${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/sarif_om-1.0.4[${PYTHON_USEDEP}]
62 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
63 -"
64 -
65 -distutils_enable_tests pytest
66 -
67 -EPYTEST_DESELECT=(
68 - # TODO
69 - test/unit/module/test_template.py::TestTemplate::test_build_graph
70 - # requires git repo
71 - test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
72 - # Internet
73 - test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
74 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
75 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
76 -)
77 -
78 -src_prepare() {
79 - # unpin the deps
80 - sed -e 's:~=[0-9.]*::' -i setup.py || die
81 - distutils-r1_src_prepare
82 -}
83
84 diff --git a/dev-python/cfn-lint/cfn-lint-0.58.4.ebuild b/dev-python/cfn-lint/cfn-lint-0.58.4.ebuild
85 deleted file mode 100644
86 index b8ea9d7827e1..000000000000
87 --- a/dev-python/cfn-lint/cfn-lint-0.58.4.ebuild
88 +++ /dev/null
89 @@ -1,51 +0,0 @@
90 -# Copyright 1999-2022 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=8
94 -
95 -DISTUTILS_USE_PEP517=setuptools
96 -PYTHON_COMPAT=( python3_{8..10} )
97 -
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="CloudFormation Linter"
101 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
102 -SRC_URI="
103 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
104 - -> ${P}.tar.gz"
105 -
106 -LICENSE="MIT"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
109 -
110 -RDEPEND="
111 - >=dev-python/aws-sam-translator-1.42.0[${PYTHON_USEDEP}]
112 - dev-python/jsonpatch[${PYTHON_USEDEP}]
113 - >=dev-python/jschema_to_python-1.2.3[${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/sarif_om-1.0.4[${PYTHON_USEDEP}]
120 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
121 -"
122 -
123 -distutils_enable_tests pytest
124 -
125 -EPYTEST_DESELECT=(
126 - # TODO
127 - test/unit/module/test_template.py::TestTemplate::test_build_graph
128 - # requires git repo
129 - test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
130 - # Internet
131 - test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
132 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
133 - test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
134 -)
135 -
136 -src_prepare() {
137 - # unpin the deps
138 - sed -e 's:~=[0-9.]*::' -i setup.py || die
139 - distutils-r1_src_prepare
140 -}