projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18761a5
)
dev-python/bleach: Enable pypy3
author
Michał Górny
<mgorny@gentoo.org>
Wed, 30 Nov 2016 13:17:58 +0000
(14:17 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 30 Nov 2016 18:05:25 +0000
(19:05 +0100)
dev-python/bleach/bleach-1.5.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/bleach/bleach-1.5.0.ebuild
b/dev-python/bleach/bleach-1.5.0.ebuild
index 5007bf0090bc3b42148d75d598d0134e1fb75803..a78d52c062630536d520aec444ed0de127607712 100644
(file)
--- a/
dev-python/bleach/bleach-1.5.0.ebuild
+++ b/
dev-python/bleach/bleach-1.5.0.ebuild
@@
-3,7
+3,7
@@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy
{,3}
)
inherit distutils-r1