public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/
Date: Mon, 10 Sep 2018 13:38:17 +0000 (UTC)	[thread overview]
Message-ID: <1536586655.f476a945cbbcce8a62dab9b887419fc21961f999.monsieurp@gentoo> (raw)

commit:     f476a945cbbcce8a62dab9b887419fc21961f999
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 13:37:28 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 13:37:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f476a945

dev-python/ldap3: declare RDEPEND within test condition.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/ldap3/ldap3-2.2.3.ebuild | 13 ++++++++-----
 dev-python/ldap3/ldap3-2.4.1.ebuild |  5 +++--
 dev-python/ldap3/ldap3-2.5.1.ebuild |  5 +++--
 3 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/dev-python/ldap3/ldap3-2.2.3.ebuild b/dev-python/ldap3/ldap3-2.2.3.ebuild
index 79692644bb5..14c5331f093 100644
--- a/dev-python/ldap3/ldap3-2.2.3.ebuild
+++ b/dev-python/ldap3/ldap3-2.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,11 +20,14 @@ IUSE="test"
 # https://github.com/cannatag/ldap3/blob/master/test/config.py).
 RESTRICT="test"
 
-RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+RDEPEND="
+	dev-python/pyasn1[${PYTHON_USEDEP}]"
+
+DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	"
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		${RDEPEND} )"
 
 python_test() {
 	nosetests -v -s test || die

diff --git a/dev-python/ldap3/ldap3-2.4.1.ebuild b/dev-python/ldap3/ldap3-2.4.1.ebuild
index 0b8cb7a8fa8..3cfa9d7b9af 100644
--- a/dev-python/ldap3/ldap3-2.4.1.ebuild
+++ b/dev-python/ldap3/ldap3-2.4.1.ebuild
@@ -24,9 +24,10 @@ RDEPEND="
 	dev-python/pyasn1[${PYTHON_USEDEP}]"
 
 DEPEND="
-	${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		${RDEPEND} )"
 
 python_test() {
 	nosetests -v -s test || die

diff --git a/dev-python/ldap3/ldap3-2.5.1.ebuild b/dev-python/ldap3/ldap3-2.5.1.ebuild
index 0b8cb7a8fa8..3cfa9d7b9af 100644
--- a/dev-python/ldap3/ldap3-2.5.1.ebuild
+++ b/dev-python/ldap3/ldap3-2.5.1.ebuild
@@ -24,9 +24,10 @@ RDEPEND="
 	dev-python/pyasn1[${PYTHON_USEDEP}]"
 
 DEPEND="
-	${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		${RDEPEND} )"
 
 python_test() {
 	nosetests -v -s test || die


             reply	other threads:[~2018-09-10 13:38 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-10 13:38 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-27 22:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/ Sam James
2024-01-27 22:12 Sam James
2023-03-06 16:23 Arthur Zamarin
2022-07-19 21:38 Sam James
2022-04-16 15:56 Michał Górny
2022-04-16  7:38 Sam James
2022-01-28 11:16 Arthur Zamarin
2021-01-22 23:01 Sam James
2020-12-17 17:09 Michał Górny
2020-12-17 17:09 Michał Górny
2020-12-05  9:58 Michał Górny
2020-11-05 12:32 Joonas Niilola
2020-05-11  9:26 Agostino Sarubbo
2020-05-09  7:48 Agostino Sarubbo
2020-03-27 21:06 Michał Górny
2020-03-18 19:27 Rick Farina
2020-03-14  1:42 Patrick McLean
2020-02-05 15:48 Michał Górny
2018-09-10 13:23 Patrice Clement
2018-05-04 20:49 Patrice Clement
2018-01-05  9:36 Michał Górny
2017-05-03  4:31 Zac Medico
2016-10-12 23:17 Zac Medico
2016-01-26  8:51 Justin Lecher
2015-12-13 14:05 Justin Lecher
2015-12-07  9:11 Justin Lecher
2015-10-29 10:44 Justin Lecher
2015-09-24 11:50 Justin Lecher
2015-09-10  7:59 Justin Lecher
2015-08-21  9:35 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1536586655.f476a945cbbcce8a62dab9b887419fc21961f999.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox