Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jeepney/
Date: Thu, 06 Sep 2018 22:47:11
Message-Id: 1536273772.02cc06a1937856fa7a0c05f624248c474d9a4077.sbraz@gentoo
1 commit: 02cc06a1937856fa7a0c05f624248c474d9a4077
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 22:42:52 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 22:42:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cc06a1
7
8 dev-python/jeepney: add PyPy3 support
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/jeepney/jeepney-0.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jeepney/jeepney-0.3.1.ebuild b/dev-python/jeepney/jeepney-0.3.1.ebuild
16 index 0f8244e3940..92b469a0334 100644
17 --- a/dev-python/jeepney/jeepney-0.3.1.ebuild
18 +++ b/dev-python/jeepney/jeepney-0.3.1.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 # Python 3.4 and older aren't supported
23 -PYTHON_COMPAT=( python3_{5,6,7} )
24 +PYTHON_COMPAT=( pypy3 python3_{5,6,7} )
25
26 inherit distutils-r1