projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab4ef0
)
dev-python/pytest-flakes: Widen PYTHON_COMPAT
author
Tony Vroon
<chainsaw@gentoo.org>
Wed, 22 May 2019 14:41:53 +0000
(15:41 +0100)
committer
Tony Vroon
<chainsaw@gentoo.org>
Wed, 22 May 2019 14:48:20 +0000
(15:48 +0100)
Test suite passes for Python 3.6 & 3.7, so add to PYTHON_COMPAT.
Bug: https://bugs.gentoo.org/678422
Suggested-By: Pacho Ramos <pacho@gentoo.org>
Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild
b/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild
index d273097c800070e739b197aaf7ee19e549fb92b3..adbbf8912f9a0c28e1d034c4c5a536543c765869 100644
(file)
--- a/
dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild
+++ b/
dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3)
+PYTHON_COMPAT=( python2_7 python3_{5,6
,7
} pypy pypy3)
inherit distutils-r1