Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/weasyprint/
Date: Sat, 17 Nov 2018 03:49:36
Message-Id: 1542426555.accf2522d49e36bdbfa697adc2ddbc1e3aedaaa7.vdupras@gentoo
1 commit: accf2522d49e36bdbfa697adc2ddbc1e3aedaaa7
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 03:49:15 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 03:49:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accf2522
7
8 dev-python/weasyprint: drop useless deps
9
10 coverage, flake8 and isort aren't needed in the context of gentoo
11 testing. Also, tests were restricted in this ebuild anyway, let's not
12 needlessly be a revdep to pytest-cov's futility.
13
14 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
15 Package-Manager: Portage-2.3.51, Repoman-2.3.11
16
17 dev-python/weasyprint/weasyprint-0.41.ebuild | 11 ++++-------
18 1 file changed, 4 insertions(+), 7 deletions(-)
19
20 diff --git a/dev-python/weasyprint/weasyprint-0.41.ebuild b/dev-python/weasyprint/weasyprint-0.41.ebuild
21 index fce99c16ede..ba921c850bc 100644
22 --- a/dev-python/weasyprint/weasyprint-0.41.ebuild
23 +++ b/dev-python/weasyprint/weasyprint-0.41.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="6"
30 @@ -37,12 +37,9 @@ RDEPEND="
31 "
32 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
33 test? (
34 - ${RDEPEND}
35 - dev-python/pytest-cov[${PYTHON_USEDEP}]
36 - dev-python/pytest-flake8[${PYTHON_USEDEP}]
37 - dev-python/pytest-isort[${PYTHON_USEDEP}]
38 - dev-python/pytest[${PYTHON_USEDEP}]
39 - media-fonts/ahem
40 + ${RDEPEND}
41 + dev-python/pytest[${PYTHON_USEDEP}]
42 + media-fonts/ahem
43 )
44 "