commit:     f29213e644c8f24391144c17652b320a7c0a533c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 14:44:01 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 15:26:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29213e6

dev-python/markdown2: Tested on py3.5 & py3.6

6 tests consistently fail with all CPython versions 2.7 through 3.6.

 dev-python/markdown2/markdown2-2.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/markdown2/markdown2-2.3.0.ebuild 
b/dev-python/markdown2/markdown2-2.3.0.ebuild
index 41f80b78c61..66c5fd0c7f5 100644
--- a/dev-python/markdown2/markdown2-2.3.0.ebuild
+++ b/dev-python/markdown2/markdown2-2.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 

Reply via email to