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/readme/
Date: Wed, 30 Nov 2016 18:05:55
Message-Id: 1480529126.b8245403a562571fa64f6d68d1e6feedecfc8e32.mgorny@gentoo
1 commit: b8245403a562571fa64f6d68d1e6feedecfc8e32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 13:27:39 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 18:05:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8245403
7
8 dev-python/readme: Enable pypy3
9
10 Tests with pypy3 fail the same way as with other implementations.
11
12 dev-python/readme/readme-0.6.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/readme/readme-0.6.0.ebuild b/dev-python/readme/readme-0.6.0.ebuild
16 index d0dadf8..a7109b1 100644
17 --- a/dev-python/readme/readme-0.6.0.ebuild
18 +++ b/dev-python/readme/readme-0.6.0.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=5
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
25
26 inherit distutils-r1