Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/
Date: Mon, 10 Sep 2018 13:38:23
Message-Id: 1536586655.f476a945cbbcce8a62dab9b887419fc21961f999.monsieurp@gentoo
1 commit: f476a945cbbcce8a62dab9b887419fc21961f999
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 10 13:37:28 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 10 13:37:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f476a945
7
8 dev-python/ldap3: declare RDEPEND within test condition.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/ldap3/ldap3-2.2.3.ebuild | 13 ++++++++-----
13 dev-python/ldap3/ldap3-2.4.1.ebuild | 5 +++--
14 dev-python/ldap3/ldap3-2.5.1.ebuild | 5 +++--
15 3 files changed, 14 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-python/ldap3/ldap3-2.2.3.ebuild b/dev-python/ldap3/ldap3-2.2.3.ebuild
18 index 79692644bb5..14c5331f093 100644
19 --- a/dev-python/ldap3/ldap3-2.2.3.ebuild
20 +++ b/dev-python/ldap3/ldap3-2.2.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -20,11 +20,14 @@ IUSE="test"
28 # https://github.com/cannatag/ldap3/blob/master/test/config.py).
29 RESTRICT="test"
30
31 -RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]"
32 -DEPEND="${RDEPEND}
33 +RDEPEND="
34 + dev-python/pyasn1[${PYTHON_USEDEP}]"
35 +
36 +DEPEND="
37 dev-python/setuptools[${PYTHON_USEDEP}]
38 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
39 - "
40 + test? (
41 + dev-python/nose[${PYTHON_USEDEP}]
42 + ${RDEPEND} )"
43
44 python_test() {
45 nosetests -v -s test || die
46
47 diff --git a/dev-python/ldap3/ldap3-2.4.1.ebuild b/dev-python/ldap3/ldap3-2.4.1.ebuild
48 index 0b8cb7a8fa8..3cfa9d7b9af 100644
49 --- a/dev-python/ldap3/ldap3-2.4.1.ebuild
50 +++ b/dev-python/ldap3/ldap3-2.4.1.ebuild
51 @@ -24,9 +24,10 @@ RDEPEND="
52 dev-python/pyasn1[${PYTHON_USEDEP}]"
53
54 DEPEND="
55 - ${RDEPEND}
56 dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
58 + test? (
59 + dev-python/nose[${PYTHON_USEDEP}]
60 + ${RDEPEND} )"
61
62 python_test() {
63 nosetests -v -s test || die
64
65 diff --git a/dev-python/ldap3/ldap3-2.5.1.ebuild b/dev-python/ldap3/ldap3-2.5.1.ebuild
66 index 0b8cb7a8fa8..3cfa9d7b9af 100644
67 --- a/dev-python/ldap3/ldap3-2.5.1.ebuild
68 +++ b/dev-python/ldap3/ldap3-2.5.1.ebuild
69 @@ -24,9 +24,10 @@ RDEPEND="
70 dev-python/pyasn1[${PYTHON_USEDEP}]"
71
72 DEPEND="
73 - ${RDEPEND}
74 dev-python/setuptools[${PYTHON_USEDEP}]
75 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
76 + test? (
77 + dev-python/nose[${PYTHON_USEDEP}]
78 + ${RDEPEND} )"
79
80 python_test() {
81 nosetests -v -s test || die