projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2700c6c
)
dev-python/visitor: add Python 3.7 support
author
Louis Sautier
<sbraz@gentoo.org>
Fri, 20 Jul 2018 22:54:13 +0000
(
00:54
+0200)
committer
Louis Sautier
<sbraz@gentoo.org>
Fri, 20 Jul 2018 22:54:13 +0000
(
00:54
+0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-python/visitor/visitor-0.1.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/visitor/visitor-0.1.3.ebuild
b/dev-python/visitor/visitor-0.1.3.ebuild
index b6ff311f6c1633f484cbd31da680d60b7ac1ebd3..56399f3c1fc5913b87623c80d315fa681876ae98 100644
(file)
--- a/
dev-python/visitor/visitor-0.1.3.ebuild
+++ b/
dev-python/visitor/visitor-0.1.3.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6
,7
}} )
inherit distutils-r1
@@
-19,11
+19,8
@@
IUSE="test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- )
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"
-RDEPEND=""
python_test() {
py.test || die "Tests failed with ${EPYTHON}"