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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0136F1581FB for ; Tue, 27 Aug 2024 09:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F10A2BC01A; Tue, 27 Aug 2024 09:57:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13BF32BC01D for ; Tue, 27 Aug 2024 09:57:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2BE9343076 for ; Tue, 27 Aug 2024 09:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15B801F33 for ; Tue, 27 Aug 2024 09:57:15 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1724683993.d4143cbdafa8b4a79e4bf97e2db2889487af359c.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-office/pyspread/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/pyspread/metadata.xml app-office/pyspread/pyspread-2.1.1.ebuild X-VCS-Directories: app-office/pyspread/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d4143cbdafa8b4a79e4bf97e2db2889487af359c X-VCS-Branch: master Date: Tue, 27 Aug 2024 09:57:15 +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: f81a5b29-70ef-42d1-abac-eb66b047d5fb X-Archives-Hash: 93d56deb906cb1031cb96eef91e5a6fd commit: d4143cbdafa8b4a79e4bf97e2db2889487af359c Author: Takuya Wakazono gmail com> AuthorDate: Mon Aug 26 14:38:10 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Aug 26 14:53:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4143cbd app-office/pyspread: block >=dev-python/numpy-2 Closes: https://bugs.gentoo.org/937250 Signed-off-by: Takuya Wakazono gmail.com> app-office/pyspread/metadata.xml | 2 +- app-office/pyspread/pyspread-2.1.1.ebuild | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-office/pyspread/metadata.xml b/app-office/pyspread/metadata.xml index 3734b830c..25e4effb2 100644 --- a/app-office/pyspread/metadata.xml +++ b/app-office/pyspread/metadata.xml @@ -5,6 +5,6 @@ pyspread/pyspread https://pyspread.gitlab.io/docs.html - https://gitlab.com/pyspread/pyspread/issues + https://gitlab.com/pyspread/pyspread/-/issues diff --git a/app-office/pyspread/pyspread-2.1.1.ebuild b/app-office/pyspread/pyspread-2.1.1.ebuild index 81b45d09d..254f38998 100644 --- a/app-office/pyspread/pyspread-2.1.1.ebuild +++ b/app-office/pyspread/pyspread-2.1.1.ebuild @@ -18,11 +18,13 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" +# >=dev-python/numpy-2 is incompatible. +# https://gitlab.com/pyspread/pyspread/-/issues/125 RDEPEND=" >=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,${PYTHON_USEDEP}] >=dev-python/markdown2-2.3[${PYTHON_USEDEP}] >=dev-python/matplotlib-1.1.1[${PYTHON_USEDEP}] - >=dev-python/numpy-1.1.1[${PYTHON_USEDEP}] + =dev-python/pyenchant-1.1.0[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}] "