Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/
Date: Tue, 28 Feb 2023 05:34:31
Message-Id: 1677562307.d41d6e32751d2efc31ad218eb02bc12701fe30a6.sam@gentoo
1 commit: d41d6e32751d2efc31ad218eb02bc12701fe30a6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 04:51:56 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 05:31:47 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41d6e32
7
8 dev-python/mypy: adapt tomli dep for pypy3
9
10 pypy3 is currently pypy3.9.
11
12 No revbump as pypy3 isn't in PYTHON_COMPAT (yet?)
13
14 Thanks to tgbugs for pointing it out.
15
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 dev-python/mypy/mypy-1.0.1.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/dev-python/mypy/mypy-1.0.1.ebuild b/dev-python/mypy/mypy-1.0.1.ebuild
22 index af0edc51916c..ea354636609f 100644
23 --- a/dev-python/mypy/mypy-1.0.1.ebuild
24 +++ b/dev-python/mypy/mypy-1.0.1.ebuild
25 @@ -33,7 +33,7 @@ RDEPEND="
26 <dev-python/mypy_extensions-0.5.0[${PYTHON_USEDEP}]
27 $(python_gen_cond_dep '
28 dev-python/tomli[${PYTHON_USEDEP}]
29 - ' 3.8 3.9 3.10)
30 + ' pypy3 python3_{8..10})
31 "
32 BDEPEND="
33 test? (