commit:     d4143cbdafa8b4a79e4bf97e2db2889487af359c
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Aug 26 14:38:10 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <pastalian46 <AT> 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 @@
     <upstream>
         <remote-id type="gitlab">pyspread/pyspread</remote-id>
         <doc>https://pyspread.gitlab.io/docs.html</doc>
-        <bugs-to>https://gitlab.com/pyspread/pyspread/issues</bugs-to>
+        <bugs-to>https://gitlab.com/pyspread/pyspread/-/issues</bugs-to>
     </upstream>
 </pkgmetadata>

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/numpy-2[${PYTHON_USEDEP}]
        >=dev-python/pyenchant-1.1.0[${PYTHON_USEDEP}]
        >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
 "

Reply via email to