summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-26 16:44:01 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-26 17:26:32 +0200
commitf29213e644c8f24391144c17652b320a7c0a533c (patch)
tree006372303d93750d968f6002e7cdb5443584e86e /dev-python
parentdev-python/easy-thumbnails: Add missing PYTHON_USEDEP (diff)
downloadgentoo-f29213e644c8f24391144c17652b320a7c0a533c.tar.gz
gentoo-f29213e644c8f24391144c17652b320a7c0a533c.tar.bz2
gentoo-f29213e644c8f24391144c17652b320a7c0a533c.zip
dev-python/markdown2: Tested on py3.5 & py3.6
6 tests consistently fail with all CPython versions 2.7 through 3.6.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/markdown2/markdown2-2.3.0.ebuild4
1 files 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 41f80b78c615..66c5fd0c7f50 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