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 AB0411382C5 for ; Sat, 5 Jun 2021 10:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1F15E07F1; Sat, 5 Jun 2021 10:47:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 890EDE07F1 for ; Sat, 5 Jun 2021 10:47:06 +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 B1066340C69 for ; Sat, 5 Jun 2021 10:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12D207A1 for ; Sat, 5 Jun 2021 10:47:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622890017.0542ee78ee1d8e12d77d7b20fb935cb921c333f7.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder/spyder-5.0.3-r1.ebuild dev-python/spyder/spyder-5.0.3-r2.ebuild X-VCS-Directories: dev-python/spyder/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0542ee78ee1d8e12d77d7b20fb935cb921c333f7 X-VCS-Branch: master Date: Sat, 5 Jun 2021 10:47:03 +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: c71413ca-8a81-4537-8b36-5768a46235a8 X-Archives-Hash: 7652795de973cfad676e23c0d528218b commit: 0542ee78ee1d8e12d77d7b20fb935cb921c333f7 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jun 5 09:36:29 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jun 5 10:46:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0542ee78 dev-python/spyder: fix dep on rtree Closes: https://bugs.gentoo.org/791316 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> .../spyder/{spyder-5.0.3-r1.ebuild => spyder-5.0.3-r2.ebuild} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/spyder/spyder-5.0.3-r1.ebuild b/dev-python/spyder/spyder-5.0.3-r2.ebuild similarity index 98% rename from dev-python/spyder/spyder-5.0.3-r1.ebuild rename to dev-python/spyder/spyder-5.0.3-r2.ebuild index dd013535f65..8c1d5b901ea 100644 --- a/dev-python/spyder/spyder-5.0.3-r1.ebuild +++ b/dev-python/spyder/spyder-5.0.3-r2.ebuild @@ -65,7 +65,7 @@ RDEPEND=" >=dev-python/qtawesome-1.0.2[${PYTHON_USEDEP}] >=dev-python/qtconsole-5.1.0[${PYTHON_USEDEP}] >=dev-python/QtPy-1.5.0[${PYTHON_USEDEP},pyqt5(+),svg,webengine] - sci-libs/rtree[${PYTHON_USEDEP}] + >=sci-libs/rtree-0.9.7[${PYTHON_USEDEP}] >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}] >=dev-python/spyder-kernels-2.0.3[${PYTHON_USEDEP}] =0.9.7/rtree/g' \ - setup.py || die - # do not check deps, fails because we removed pyqt5 dependency above sed -i -e 's:test_dependencies_for_spyder_setup_install_requires_in_sync:_&:' \ spyder/tests/test_dependencies_in_sync.py || die