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: Thu, 23 Dec 2021 22:47:02
Message-Id: 1640299444.83cb01292a7ea9b509f1feae31c3a420393de28e.mgorny@gentoo
1 commit: 83cb01292a7ea9b509f1feae31c3a420393de28e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 23 22:43:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 22:44:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83cb0129
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.56.1.ebuild | 54 ------------------------------
14 dev-python/cfn-lint/cfn-lint-0.56.2.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 2ff838275da5..3a1dee5ea7a5 100644
19 --- a/dev-python/cfn-lint/Manifest
20 +++ b/dev-python/cfn-lint/Manifest
21 @@ -1,3 +1 @@
22 -DIST cfn-lint-0.56.1.tar.gz 8095525 BLAKE2B a9db57f17c0f5bcc0950aa61b109488154dfb67997224f7c49f35c324ada7e4881ab2bd2048df344b78668db5e26eb365712cc0a1b8d2b2349cc53c7e97b35b1 SHA512 0857139094fcfd8d935c526986319a67cddb7fc42ec1297b29f797299699d068ddbb0fdd30736b2ba1b647c905c6c7be4946915d98a23119fdb6bb70b23adef1
23 -DIST cfn-lint-0.56.2.tar.gz 8139815 BLAKE2B 70e2657801fa7c995e6a92c36bfd49195af80b1477da651cf10a234ebf8f0aba2382e8512efc1adfeace6503d0e5afffb09e4a80e7f9464ebb6f2d53b57f84fc SHA512 9169d81b3144fa28c48372971b6197aa3a85b6365d7e45c22967ea388896b5df65e1daf6889984b8ece46b938c91c349fcde01ed9e0bf4780b549163f8948866
24 DIST cfn-lint-0.56.3.tar.gz 8278034 BLAKE2B 894d30add7a193d256dc2195c0cd1d4b75f10f60abe9e37c5b0bdd84178d9559759326ad3e55d2321b99588094b436dc2dc8dff1cc561ae56dd4cee98d6b43bd SHA512 8aeaf44a626f9bfc05ebeefc8aec9211fcac1a65de681d5d700f3621631bff15e74ed644b9d0dc8af4d9b0b14802c2259dbc4ccf38594705040f5fd3af1cf482
25
26 diff --git a/dev-python/cfn-lint/cfn-lint-0.56.1.ebuild b/dev-python/cfn-lint/cfn-lint-0.56.1.ebuild
27 deleted file mode 100644
28 index 2cf61f700113..000000000000
29 --- a/dev-python/cfn-lint/cfn-lint-0.56.1.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="CloudFormation Linter"
41 -HOMEPAGE="https://pypi.org/project/cfn-lint/ https://github.com/aws-cloudformation/cfn-lint/"
42 -SRC_URI="
43 - https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
44 - -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm ~arm64 x86"
49 -
50 -RDEPEND="
51 - >=dev-python/aws-sam-translator-1.40.0[${PYTHON_USEDEP}]
52 - dev-python/jsonpatch[${PYTHON_USEDEP}]
53 - >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
54 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
55 - dev-python/junit-xml[${PYTHON_USEDEP}]
56 - dev-python/networkx[${PYTHON_USEDEP}]
57 - >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
58 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
59 - >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
60 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
61 -"
62 -BDEPEND="
63 - test? (
64 - dev-python/mock[${PYTHON_USEDEP}]
65 - )
66 -"
67 -
68 -distutils_enable_tests --install 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.56.2.ebuild b/dev-python/cfn-lint/cfn-lint-0.56.2.ebuild
88 deleted file mode 100644
89 index c560edec8bbb..000000000000
90 --- a/dev-python/cfn-lint/cfn-lint-0.56.2.ebuild
91 +++ /dev/null
92 @@ -1,54 +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.40.0[${PYTHON_USEDEP}]
113 - dev-python/jsonpatch[${PYTHON_USEDEP}]
114 - >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
115 - >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
116 - dev-python/junit-xml[${PYTHON_USEDEP}]
117 - dev-python/networkx[${PYTHON_USEDEP}]
118 - >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
119 - >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
120 - >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
121 - >=dev-python/six-1.11[${PYTHON_USEDEP}]
122 -"
123 -BDEPEND="
124 - test? (
125 - dev-python/mock[${PYTHON_USEDEP}]
126 - )
127 -"
128 -
129 -distutils_enable_tests --install 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 -}