From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 652D2138334 for ; Mon, 4 Mar 2019 01:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA9A5E08AC; Mon, 4 Mar 2019 01:36:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF07BE08AD for ; Mon, 4 Mar 2019 01:36:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D03F335D25 for ; Mon, 4 Mar 2019 01:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0283561 for ; Mon, 4 Mar 2019 01:35:58 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1551660888.e169d0bf967652de8826b890e0f4bbb0da38fe10.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click/click-7.0.ebuild X-VCS-Directories: dev-python/click/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e169d0bf967652de8826b890e0f4bbb0da38fe10 X-VCS-Branch: master Date: Mon, 4 Mar 2019 01:35:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41f7e2c6-7420-4395-be68-41729a3f73b6 X-Archives-Hash: d8622b0ef916d99f3032e8e23b21c984 commit: e169d0bf967652de8826b890e0f4bbb0da38fe10 Author: Tomas Mozes gmail com> AuthorDate: Thu Feb 14 14:02:22 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Mar 4 00:54:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e169d0bf dev-python/click: add docutils/sphinx version constraints Closes: https://bugs.gentoo.org/677648 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Tomáš Mózes gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11050 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/click/click-7.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/click/click-7.0.ebuild b/dev-python/click/click-7.0.ebuild index 5a40e81b391..6b7015bd45b 100644 --- a/dev-python/click/click-7.0.ebuild +++ b/dev-python/click/click-7.0.ebuild @@ -19,8 +19,9 @@ IUSE="doc examples test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/pallets-sphinx-themes[${PYTHON_USEDEP}] )" + doc? ( >=dev-python/docutils-0.14[${PYTHON_USEDEP}] + dev-python/pallets-sphinx-themes[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.7.5-r1[${PYTHON_USEDEP}] )" python_prepare_all() { # Prevent un-needed d'loading