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/pypy3-bin/
Date: Tue, 14 Nov 2017 18:09:28
Message-Id: 1510682959.16c2905589ca909ec2cb1c54156be9826a8c13f6.mgorny@gentoo
1 commit: 16c2905589ca909ec2cb1c54156be9826a8c13f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 18:07:07 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 18:09:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c29055
7
8 dev-python/pypy3-bin: Fix generating PatternCompiler pickles
9
10 .../pypy3-bin/{pypy3-bin-5.9.0-r1.ebuild => pypy3-bin-5.9.0-r2.ebuild} | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pypy3-bin/pypy3-bin-5.9.0-r1.ebuild b/dev-python/pypy3-bin/pypy3-bin-5.9.0-r2.ebuild
14 similarity index 98%
15 rename from dev-python/pypy3-bin/pypy3-bin-5.9.0-r1.ebuild
16 rename to dev-python/pypy3-bin/pypy3-bin-5.9.0-r2.ebuild
17 index 9f1abcf1f68..0f0e4bd042d 100644
18 --- a/dev-python/pypy3-bin/pypy3-bin-5.9.0-r1.ebuild
19 +++ b/dev-python/pypy3-bin/pypy3-bin-5.9.0-r2.ebuild
20 @@ -98,7 +98,7 @@ src_compile() {
21 einfo "Generating caches and CFFI modules ..."
22
23 # Generate Grammar and PatternGrammar pickles.
24 - "${PYTHON}" -c "import lib2to3.pygram, lib2to3.patcomp; lib2to3.patcomp.PatternCompiler()" \
25 + ./pypy3-c -c "import lib2to3.pygram, lib2to3.patcomp; lib2to3.patcomp.PatternCompiler()" \
26 || die "Generation of Grammar and PatternGrammar pickles failed"
27
28 # Generate cffi modules