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/jaraco-collections/
Date: Mon, 31 Jan 2022 11:07:37
Message-Id: 1643625934.7f496a22e3382889d700271f3e617f9291124f4e.mgorny@gentoo
1 commit: 7f496a22e3382889d700271f3e617f9291124f4e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 10:45:34 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 10:45:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f496a22
7
8 dev-python/jaraco-collections: Add pypy3 love
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild
16 index 010f9dbceca2..141096b1447d 100644
17 --- a/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild
18 +++ b/dev-python/jaraco-collections/jaraco-collections-3.5.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
25 inherit distutils-r1
26
27 MY_PN="${PN/-/.}"