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/testpath/
Date: Thu, 06 Sep 2018 22:41:59
Message-Id: 1536273677.a207904c92194766ace4e264fc6ab8d975962275.sbraz@gentoo
1 commit: a207904c92194766ace4e264fc6ab8d975962275
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 22:41:11 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 22:41:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a207904c
7
8 dev-python/testpath: add PyPy and PyPy3
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/testpath/testpath-0.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/testpath/testpath-0.3.1.ebuild b/dev-python/testpath/testpath-0.3.1.ebuild
16 index 397e86efd29..14874dcf51f 100644
17 --- a/dev-python/testpath/testpath-0.3.1.ebuild
18 +++ b/dev-python/testpath/testpath-0.3.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
24 +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
25
26 inherit distutils-r1