Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doit-py/
Date: Sun, 28 May 2017 10:17:51
Message-Id: 1495966649.46cad7ddee8b642be1d02c109cb6d4eb2152e411.pacho@gentoo
1 commit: 46cad7ddee8b642be1d02c109cb6d4eb2152e411
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 10:13:43 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 10:17:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cad7dd
7
8 dev-python/doit-py: pyflakes needed for tests
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/doit-py/doit-py-0.4.0.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/doit-py/doit-py-0.4.0.ebuild b/dev-python/doit-py/doit-py-0.4.0.ebuild
16 index 16fab345355..d7425d63d74 100644
17 --- a/dev-python/doit-py/doit-py-0.4.0.ebuild
18 +++ b/dev-python/doit-py/doit-py-0.4.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -16,7 +16,9 @@ KEYWORDS="~amd64 ~x86"
26 IUSE="doc test"
27
28 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
29 - test? ( dev-python/pytest[${PYTHON_USEDEP}]
30 + test? (
31 + dev-python/pyflakes[${PYTHON_USEDEP}]
32 + dev-python/pytest[${PYTHON_USEDEP}]
33 dev-python/coverage[${PYTHON_USEDEP}]
34 virtual/python-singledispatch[${PYTHON_USEDEP}]
35 app-text/hunspell )