projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2289ab1
)
dev-python/redis-py: Add pypy3 support
author
Justin Lecher
<jlec@gentoo.org>
Sun, 23 Aug 2015 17:33:05 +0000
(19:33 +0200)
committer
Justin Lecher
<jlec@gentoo.org>
Mon, 24 Aug 2015 10:12:03 +0000
(12:12 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/redis-py/redis-py-2.10.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/redis-py/redis-py-2.10.3.ebuild
b/dev-python/redis-py/redis-py-2.10.3.ebuild
index 505a178f36a81a6fad654704f9e2380ddc472d65..8a84837fdb6edd4dc9519bc9c68ad81607151d6b 100644
(file)
--- a/
dev-python/redis-py/redis-py-2.10.3.ebuild
+++ b/
dev-python/redis-py/redis-py-2.10.3.ebuild
@@
-3,7
+3,8
@@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1