commit: 3523fbd73972374baff809cf8b3bcef83b79763a Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Aug 24 06:43:09 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Aug 24 10:12:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3523fbd7
dev-python/testtools: Add pypy3 support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/testtools/testtools-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/testtools/testtools-1.5.0.ebuild b/dev-python/testtools/testtools-1.5.0.ebuild index 7094cbd..c18fc3d 100644 --- a/dev-python/testtools/testtools-1.5.0.ebuild +++ b/dev-python/testtools/testtools-1.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy pypy3 ) inherit distutils-r1
