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 66724138334 for ; Thu, 26 Dec 2019 02:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C4FDE09E9; Thu, 26 Dec 2019 02:42:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3C371E09E9 for ; Thu, 26 Dec 2019 02:42:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0A55D34DB7B for ; Thu, 26 Dec 2019 02:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E8AB42 for ; Thu, 26 Dec 2019 02:42:25 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1577328016.a052fadde44f92dac091c6546c84ad0bdf4e119e.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild sci-visualization/tensorboard/tensorboard-2.1.0.ebuild X-VCS-Directories: sci-visualization/tensorboard/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: a052fadde44f92dac091c6546c84ad0bdf4e119e X-VCS-Branch: master Date: Thu, 26 Dec 2019 02:42:25 +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: b11f739b-488e-433a-9187-995d40f99cc4 X-Archives-Hash: 76a29459acdaa30351418c7a69f62a4f commit: a052fadde44f92dac091c6546c84ad0bdf4e119e Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 25 11:34:27 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Dec 26 02:40:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a052fadd sci-visualization/tensorboard: update deps Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Jason Zaman gentoo.org> .../{tensorboard-2.1.0.ebuild => tensorboard-2.1.0-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-visualization/tensorboard/tensorboard-2.1.0.ebuild b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild similarity index 92% rename from sci-visualization/tensorboard/tensorboard-2.1.0.ebuild rename to sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild index c9b1f917559..0445cb0427b 100644 --- a/sci-visualization/tensorboard/tensorboard-2.1.0.ebuild +++ b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild @@ -19,6 +19,8 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" ${PYTHON_DEPS} dev-python/bleach[${PYTHON_USEDEP}] + >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}] + >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}] dev-python/grpcio[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] @@ -28,6 +30,7 @@ RDEPEND=" >=dev-python/setuptools-41[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] + >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}]" BDEPEND="app-arch/unzip ${PYTHON_DEPS}"