projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ae996
)
dev-python/pytest-mock: PYTHON_COMPAT: add python3_6
author
Zac Medico
<zmedico@gentoo.org>
Mon, 13 Feb 2017 08:59:53 +0000
(
00:59
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 13 Feb 2017 08:59:53 +0000
(
00:59
-0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
b/dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
index 8c6a3668caa4e4e0c18cea3c0971ef237270f388..005832c93f6f9d00c380bcc8a5814fbf10def331 100644
(file)
--- a/
dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
+++ b/
dev-python/pytest-mock/pytest-mock-1.5.0.ebuild
@@
-3,7
+3,7
@@
# $Header: $
EAPI=6
-PYTHON_COMPAT=( python
{2_7,3_{4,5}
} pypy pypy3 )
+PYTHON_COMPAT=( python
2_7 python3_{4,5,6
} pypy pypy3 )
inherit distutils-r1