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/pytest-flake8/
Date: Wed, 01 Sep 2021 18:31:00
Message-Id: 1630521040.1ac1f5d5f5377c5c2c60282ac85ed7ec845060c6.arthurzam@gentoo
1 commit: 1ac1f5d5f5377c5c2c60282ac85ed7ec845060c6
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 1 17:59:17 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 18:30:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac1f5d5
7
8 dev-python/pytest-flake8: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
16 index 5c07f0c34d6..6398ac03bfb 100644
17 --- a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
18 +++ b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1
26
27 DESCRIPTION="py.test plugin for flake8"
28 @@ -14,8 +14,6 @@ LICENSE="MIT"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
31
32 -RDEPEND="
33 - >=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]
34 - >=dev-python/pytest-3.5[${PYTHON_USEDEP}]"
35 +RDEPEND=">=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]"
36
37 distutils_enable_tests pytest