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 5C6F2138334 for ; Thu, 3 Jan 2019 17:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66F3AE0AF1; Thu, 3 Jan 2019 17:28:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3EF04E0AF1 for ; Thu, 3 Jan 2019 17:28:26 +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 4DE9E335D08 for ; Thu, 3 Jan 2019 17:28:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76D7742F for ; Thu, 3 Jan 2019 17:28:21 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1546536120.788cb60a60bd74ad0504385f4db2a28edc7847e7.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uranium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uranium/uranium-3.6.0-r1.ebuild dev-python/uranium/uranium-3.6.0.ebuild X-VCS-Directories: dev-python/uranium/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 788cb60a60bd74ad0504385f4db2a28edc7847e7 X-VCS-Branch: master Date: Thu, 3 Jan 2019 17:28:21 +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: 4a7cf8a0-a7be-481b-b300-ce6718114221 X-Archives-Hash: f850f23b53e2b49909766e06d467350c commit: 788cb60a60bd74ad0504385f4db2a28edc7847e7 Author: Amy Liffey gentoo org> AuthorDate: Thu Jan 3 17:22:00 2019 +0000 Commit: Amy Liffey gentoo org> CommitDate: Thu Jan 3 17:22:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788cb60a dev-python/uranium: add missing dep sci-libs/Shapely Closes: https://bugs.gentoo.org/674392 Suggested-by: Kobboi lermytte.be> Signed-off-by: Amy Liffey gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-python/uranium/{uranium-3.6.0.ebuild => uranium-3.6.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/uranium/uranium-3.6.0.ebuild b/dev-python/uranium/uranium-3.6.0-r1.ebuild similarity index 94% rename from dev-python/uranium/uranium-3.6.0.ebuild rename to dev-python/uranium/uranium-3.6.0-r1.ebuild index 01f7af38ae5..e1473dfc7e2 100644 --- a/dev-python/uranium/uranium-3.6.0.ebuild +++ b/dev-python/uranium/uranium-3.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg] dev-python/numpy[${PYTHON_USEDEP}] >=sci-libs/scipy-1.1[${PYTHON_USEDEP}] + sci-libs/Shapely[${PYTHON_USEDEP}] dev-qt/qtquickcontrols:5 dev-qt/qtquickcontrols2:5"