projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cafa5fa
)
dev-python/testtools: Add pypy3 support
author
Justin Lecher
<jlec@gentoo.org>
Mon, 24 Aug 2015 06:43:09 +0000
(08:43 +0200)
committer
Justin Lecher
<jlec@gentoo.org>
Mon, 24 Aug 2015 10:12:10 +0000
(12:12 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/testtools/testtools-1.5.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/testtools/testtools-1.5.0.ebuild
b/dev-python/testtools/testtools-1.5.0.ebuild
index 7094cbd3ac2831c7a653ed758c87761e2c239764..c18fc3d85cb2f37f6046a7b71c53d1fa2efe3d35 100644
(file)
--- 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