Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/
Date: Fri, 10 Mar 2017 06:41:48
Message-Id: 1489127969.203c2972841179a29ebb6e845e857e05ca1297d5.zmedico@gentoo
1 commit: 203c2972841179a29ebb6e845e857e05ca1297d5
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 10 06:35:24 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 10 06:39:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203c2972
7
8 dev-python/mistune: Add python3_6 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-python/mistune/mistune-0.7.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/mistune/mistune-0.7.2.ebuild b/dev-python/mistune/mistune-0.7.2.ebuild
16 index 27384c272d4..b67b1c441e8 100644
17 --- a/dev-python/mistune/mistune-0.7.2.ebuild
18 +++ b/dev-python/mistune/mistune-0.7.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
25
26 inherit distutils-r1