Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Mon, 05 Sep 2016 16:22:18
Message-Id: 1473092531.1c0ff8413255268a8807036f61c4213973d60f19.floppym@gentoo
1 commit: 1c0ff8413255268a8807036f61c4213973d60f19
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 16:21:49 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 16:22:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0ff841
7
8 dev-python/pytest: block dev-python/logilab-common
9
10 Bug: https://bugs.gentoo.org/592948
11
12 Package-Manager: portage-2.3.0_p24
13
14 dev-python/pytest/pytest-3.0.2.ebuild | 14 +++++---------
15 1 file changed, 5 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-python/pytest/pytest-3.0.2.ebuild b/dev-python/pytest/pytest-3.0.2.ebuild
18 index 293c437..c28a988 100644
19 --- a/dev-python/pytest/pytest-3.0.2.ebuild
20 +++ b/dev-python/pytest/pytest-3.0.2.ebuild
21 @@ -19,15 +19,8 @@ IUSE="test"
22
23 # When bumping, please check setup.py for the proper py version
24 PY_VER="1.4.29"
25 -RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
26 -
27 -# dev-python/pluggy
28 -# https://github.com/hpk42/pluggy
29 -# See https://github.com/pytest-dev/pytest/issues/944
30 -# for why not now
31 -
32 -#pexpect dep based on https://bitbucket.org/hpk42/pytest/issue/386/tests-fail-with-pexpect-30
33 -DEPEND="${RDEPEND}
34 +COMMON_DEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
35 +DEPEND="${COMMON_DEPEND}
36 dev-python/setuptools[${PYTHON_USEDEP}]
37 test? (
38 dev-python/hypothesis[${PYTHON_USEDEP}]
39 @@ -36,6 +29,9 @@ DEPEND="${RDEPEND}
40 dev-python/requests[${PYTHON_USEDEP}]
41 )
42 "
43 +RDEPEND="${COMMON_DEPEND}
44 + !dev-python/logilab-common
45 +"
46
47 python_prepare_all() {
48 chmod o-w *egg*/* || die