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/scripttest/
Date: Sun, 04 Jun 2017 16:56:14
Message-Id: 1496595365.dafa1d0bba216a5bcf8fc04c719bf31f3a374c16.mgorny@gentoo
1 commit: dafa1d0bba216a5bcf8fc04c719bf31f3a374c16
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 09:53:08 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 16:56:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafa1d0b
7
8 dev-python/scripttest: Tested on pypy{,3}
9
10 dev-python/scripttest/scripttest-1.3.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild
14 index c3f71190197..89c29e8fb7f 100644
15 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild
16 +++ b/dev-python/scripttest/scripttest-1.3.0.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=5
21 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
23
24 inherit distutils-r1