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/yarl/
Date: Mon, 17 Aug 2020 13:49:14
Message-Id: 1597672147.9bd77a7efb8693b698f1d8384ce46951f0391d4b.mgorny@gentoo
1 commit: 9bd77a7efb8693b698f1d8384ce46951f0391d4b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 13:44:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 13:49:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd77a7e
7
8 dev-python/yarl: Port to pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/yarl/yarl-1.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/yarl/yarl-1.5.1.ebuild b/dev-python/yarl/yarl-1.5.1.ebuild
16 index c521c73e1b2..87144d1075e 100644
17 --- a/dev-python/yarl/yarl-1.5.1.ebuild
18 +++ b/dev-python/yarl/yarl-1.5.1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{6..9} )
24 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -19,7 +19,7 @@ RDEPEND="
29 >=dev-python/idna-2.0[${PYTHON_USEDEP}]
30 $(python_gen_cond_dep '
31 >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
32 - ' python3_{6,7})
33 + ' python3_{6,7} pypy3)
34 "
35
36 distutils_enable_tests pytest