Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/
Date: Wed, 30 Nov 2016 18:05:55
Message-Id: 1480529125.980007694f3bfcc1d97f97199bbef894af6d5ff6.mgorny@gentoo
1 commit: 980007694f3bfcc1d97f97199bbef894af6d5ff6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 13:17:58 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 18:05:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98000769
7
8 dev-python/bleach: Enable pypy3
9
10 dev-python/bleach/bleach-1.5.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/bleach/bleach-1.5.0.ebuild b/dev-python/bleach/bleach-1.5.0.ebuild
14 index 5007bf0..a78d52c 100644
15 --- a/dev-python/bleach/bleach-1.5.0.ebuild
16 +++ b/dev-python/bleach/bleach-1.5.0.ebuild
17 @@ -3,7 +3,7 @@
18 # $Id$
19
20 EAPI=6
21 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
22 +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
23
24 inherit distutils-r1