Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cfn-lint/
Date: Fri, 03 Sep 2021 14:42:02
Message-Id: 1630680099.068cb682ee6e677db6fa949c3842ed539d5a1ad0.arthurzam@gentoo
1 commit: 068cb682ee6e677db6fa949c3842ed539d5a1ad0
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 12:55:22 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 14:41:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068cb682
7
8 dev-python/cfn-lint: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/cfn-lint/cfn-lint-0.53.1.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild b/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild
16 index f483fd0763d..beac470392c 100644
17 --- a/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild
18 +++ b/dev-python/cfn-lint/cfn-lint-0.53.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1
26
27 DESCRIPTION="CloudFormation Linter"
28 @@ -18,9 +18,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
29
30 RDEPEND="
31 >=dev-python/aws-sam-translator-1.38.0[${PYTHON_USEDEP}]
32 - $(python_gen_cond_dep '
33 - dev-python/importlib_resources[${PYTHON_USEDEP}]
34 - ' python3_6)
35 dev-python/jsonpatch[${PYTHON_USEDEP}]
36 >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
37 dev-python/junit-xml[${PYTHON_USEDEP}]