projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dbe974
)
dev-python/markdown2: Tested on py3.5 & py3.6
author
Michał Górny
<mgorny@gentoo.org>
Wed, 26 Apr 2017 14:44:01 +0000
(16:44 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 26 Apr 2017 15:26:32 +0000
(17:26 +0200)
6 tests consistently fail with all CPython versions 2.7 through 3.6.
dev-python/markdown2/markdown2-2.3.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/markdown2/markdown2-2.3.0.ebuild
b/dev-python/markdown2/markdown2-2.3.0.ebuild
index 41f80b78c6152765d9470bc62ae39f73e84f8ed1..66c5fd0c7f500eee49a1f261d0d4d0ff9397c82c 100644
(file)
--- a/
dev-python/markdown2/markdown2-2.3.0.ebuild
+++ b/
dev-python/markdown2/markdown2-2.3.0.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
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