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/arrow/
Date: Thu, 30 Sep 2021 06:26:56
Message-Id: 1632983081.5a35fef2023f3163797404c2c6d8712920b9a200.mgorny@gentoo
1 commit: 5a35fef2023f3163797404c2c6d8712920b9a200
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 30 06:20:48 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 06:24:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a35fef2
7
8 dev-python/arrow: Enable pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/arrow/arrow-1.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/arrow/arrow-1.1.1.ebuild b/dev-python/arrow/arrow-1.1.1.ebuild
16 index 2a7c7c5050b..768a457ac45 100644
17 --- a/dev-python/arrow/arrow-1.1.1.ebuild
18 +++ b/dev-python/arrow/arrow-1.1.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_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -18,7 +18,7 @@ RDEPEND="
29 >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
30 $(python_gen_cond_dep '
31 dev-python/typing-extensions[${PYTHON_USEDEP}]
32 - ' python3_7)"
33 + ' pypy3)"
34
35 BDEPEND="
36 test? (