commit:     171ad5fec59726c693d68304bebe18a5b0d9a00a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:08:53 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:27:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171ad5fe

dev-python/cfn-lint: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cfn-lint/Manifest               |  3 --
 dev-python/cfn-lint/cfn-lint-1.12.1.ebuild | 70 ------------------------------
 dev-python/cfn-lint/cfn-lint-1.12.2.ebuild | 70 ------------------------------
 dev-python/cfn-lint/cfn-lint-1.12.3.ebuild | 70 ------------------------------
 4 files changed, 213 deletions(-)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index 45a4cb4a2446..33c851d9b011 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -1,6 +1,3 @@
 DIST cfn_lint-1.10.3.tar.gz 2418034 BLAKE2B 
f889112d5572401dd5333d1a9edcb277c6150bc58ba8d6e64322d4eb732be706386b795cb4abb4ec7a03855394b7c95f1f7048d2cd499fd2717f5cbe4458ee32
 SHA512 
b81a8afef2c2b5fcc3e9e5557908bd6510714421cae9e0a1319019ca23ba41b904e69888b9f84dcc5f612dfacf745071a79251c773b816b9e7d7b347e4e26586
 DIST cfn_lint-1.11.1.tar.gz 2415408 BLAKE2B 
c164f6cd520e4106ff9cfaaffdcb66860c3e66060aad484a488f22a304c56c5a365389e63f948d647e37e10ead5f6c8e5bb435c842377e4db122805d7bab218c
 SHA512 
c8295874345b2a561e521b732031558ff4d1de11fcd912940955301f0c4d1923d11d7d8f2cf5a90c3c540d3b28dbcd9f18fb01778fa9678e3fe6722d732d4014
-DIST cfn_lint-1.12.1.tar.gz 2614931 BLAKE2B 
d72638fdce0a5f72778979bf4ef1fc809a48e4d8bad2daf98bd6d5ebf323360e900f5b8900117999ebf6d89bedfe15667cf2a2a1e31be5b72af1e34a65d15b88
 SHA512 
9a0e9124536b13dbc24e8e60228ae2afac853560ac0f2cda394b4c6a65bb43e2f8f5319148c5c5f4902109d75d90a5e45197503bbb5f78904eec4604123dbe8f
-DIST cfn_lint-1.12.2.tar.gz 2615220 BLAKE2B 
1037d7f5c8c598eec52570821f9f8bc1458321ea54af46a695fbf29dffb27e34cb4ee92ca982fa646cebf5b47d89ae8f093224951b501f2958d4aec07839a983
 SHA512 
6aaae4e0003e7547903d3bddd9a5ebd0600f245456ba00967a903658d761c7efe696c18bcb9f092ee6b88053b7665c1822e20933e0f6bd6931a09dbb7e520230
-DIST cfn_lint-1.12.3.tar.gz 2616778 BLAKE2B 
bb17cb966103680ea0bb0cd18719ef7988e2d0e442d1c001338451eda806d1262a790fcf732ffdeda4455fb0ffc8a614cba9c03f78e75916675c55f51d6002e4
 SHA512 
11aea72628a5b7ad7e2521379a0c63fab44704ad57ddacb593337007814ce7ef6b3d22db3c3fe13eb7fc4d96a42db1dad01a392ef865331168f2bcc8e0c3c4d6
 DIST cfn_lint-1.12.4.tar.gz 2870663 BLAKE2B 
90b1c2682a143108f077b1239171cb410657a33f1970e1f9fbc06774d1301ad0c28e364d7cf60163cb1d62a3c24221595e722db1fda5b79aebfd4fb321008396
 SHA512 
04092142a5de5da4cf2e94fe425c696cee3fd438fb569faa16bd390f3f3b8bfee63397a2aeedca99950eb656916b04456d59f2069c8479ce4c8acdffae01018a

diff --git a/dev-python/cfn-lint/cfn-lint-1.12.1.ebuild 
b/dev-python/cfn-lint/cfn-lint-1.12.1.ebuild
deleted file mode 100644
index 086f03ea08df..000000000000
--- a/dev-python/cfn-lint/cfn-lint-1.12.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="CloudFormation Linter"
-HOMEPAGE="
-       https://github.com/aws-cloudformation/cfn-lint/
-       https://pypi.org/project/cfn-lint/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
-       >=dev-python/aws-sam-translator-1.91.0[${PYTHON_USEDEP}]
-       dev-python/jsonpatch[${PYTHON_USEDEP}]
-       >=dev-python/jschema-to-python-1.2.3[${PYTHON_USEDEP}]
-       <dev-python/jsonschema-5[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
-       dev-python/junit-xml[${PYTHON_USEDEP}]
-       <dev-python/networkx-4[${PYTHON_USEDEP}]
-       >dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
-       >=dev-python/regex-2021.7.1[${PYTHON_USEDEP}]
-       >=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}]
-       >=dev-python/sympy-1.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/defusedxml[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # unpin the deps
-       sed -e 's:~=[0-9.]*::' -i pyproject.toml || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # TODO
-               
test/unit/module/test_template.py::TestTemplate::test_build_graph
-               # requires git repo
-               
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
-               # Internet
-               
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
-               
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
-               # TODO: it looks as if AWS_DEFAULT_REGION didn't work
-               test/unit/module/core/test_run_cli.py::TestCli::test_bad_config
-               
test/unit/module/core/test_run_cli.py::TestCli::test_override_parameters
-               
test/unit/module/core/test_run_cli.py::TestCli::test_positional_template_parameters
-               
test/unit/module/core/test_run_cli.py::TestCli::test_template_config
-               # different graphviz version?
-               
test/unit/module/template/test_template.py::TestTemplate::test_build_graph
-       )
-
-       # from tox.ini
-       local -x AWS_DEFAULT_REGION=us-east-1
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}

diff --git a/dev-python/cfn-lint/cfn-lint-1.12.2.ebuild 
b/dev-python/cfn-lint/cfn-lint-1.12.2.ebuild
deleted file mode 100644
index 086f03ea08df..000000000000
--- a/dev-python/cfn-lint/cfn-lint-1.12.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="CloudFormation Linter"
-HOMEPAGE="
-       https://github.com/aws-cloudformation/cfn-lint/
-       https://pypi.org/project/cfn-lint/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
-       >=dev-python/aws-sam-translator-1.91.0[${PYTHON_USEDEP}]
-       dev-python/jsonpatch[${PYTHON_USEDEP}]
-       >=dev-python/jschema-to-python-1.2.3[${PYTHON_USEDEP}]
-       <dev-python/jsonschema-5[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
-       dev-python/junit-xml[${PYTHON_USEDEP}]
-       <dev-python/networkx-4[${PYTHON_USEDEP}]
-       >dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
-       >=dev-python/regex-2021.7.1[${PYTHON_USEDEP}]
-       >=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}]
-       >=dev-python/sympy-1.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/defusedxml[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # unpin the deps
-       sed -e 's:~=[0-9.]*::' -i pyproject.toml || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # TODO
-               
test/unit/module/test_template.py::TestTemplate::test_build_graph
-               # requires git repo
-               
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
-               # Internet
-               
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
-               
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
-               # TODO: it looks as if AWS_DEFAULT_REGION didn't work
-               test/unit/module/core/test_run_cli.py::TestCli::test_bad_config
-               
test/unit/module/core/test_run_cli.py::TestCli::test_override_parameters
-               
test/unit/module/core/test_run_cli.py::TestCli::test_positional_template_parameters
-               
test/unit/module/core/test_run_cli.py::TestCli::test_template_config
-               # different graphviz version?
-               
test/unit/module/template/test_template.py::TestTemplate::test_build_graph
-       )
-
-       # from tox.ini
-       local -x AWS_DEFAULT_REGION=us-east-1
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}

diff --git a/dev-python/cfn-lint/cfn-lint-1.12.3.ebuild 
b/dev-python/cfn-lint/cfn-lint-1.12.3.ebuild
deleted file mode 100644
index 086f03ea08df..000000000000
--- a/dev-python/cfn-lint/cfn-lint-1.12.3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="CloudFormation Linter"
-HOMEPAGE="
-       https://github.com/aws-cloudformation/cfn-lint/
-       https://pypi.org/project/cfn-lint/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
-       >=dev-python/aws-sam-translator-1.91.0[${PYTHON_USEDEP}]
-       dev-python/jsonpatch[${PYTHON_USEDEP}]
-       >=dev-python/jschema-to-python-1.2.3[${PYTHON_USEDEP}]
-       <dev-python/jsonschema-5[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
-       dev-python/junit-xml[${PYTHON_USEDEP}]
-       <dev-python/networkx-4[${PYTHON_USEDEP}]
-       >dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
-       >=dev-python/regex-2021.7.1[${PYTHON_USEDEP}]
-       >=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}]
-       >=dev-python/sympy-1.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/defusedxml[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # unpin the deps
-       sed -e 's:~=[0-9.]*::' -i pyproject.toml || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # TODO
-               
test/unit/module/test_template.py::TestTemplate::test_build_graph
-               # requires git repo
-               
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
-               # Internet
-               
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
-               
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
-               # TODO: it looks as if AWS_DEFAULT_REGION didn't work
-               test/unit/module/core/test_run_cli.py::TestCli::test_bad_config
-               
test/unit/module/core/test_run_cli.py::TestCli::test_override_parameters
-               
test/unit/module/core/test_run_cli.py::TestCli::test_positional_template_parameters
-               
test/unit/module/core/test_run_cli.py::TestCli::test_template_config
-               # different graphviz version?
-               
test/unit/module/template/test_template.py::TestTemplate::test_build_graph
-       )
-
-       # from tox.ini
-       local -x AWS_DEFAULT_REGION=us-east-1
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest
-}

Reply via email to