aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Wakazono <pastalian46@gmail.com>2024-08-26 23:38:10 +0900
committerTakuya Wakazono <pastalian46@gmail.com>2024-08-26 23:53:13 +0900
commitd4143cbdafa8b4a79e4bf97e2db2889487af359c (patch)
tree8340da4fe95a5af8f2c6a43868117f1388f34ece /app-office
parentgames-puzzle/xdemineur: fix rdeps, {C,LD}FLAGS (diff)
downloadguru-d4143cbdafa8b4a79e4bf97e2db2889487af359c.tar.gz
guru-d4143cbdafa8b4a79e4bf97e2db2889487af359c.tar.bz2
guru-d4143cbdafa8b4a79e4bf97e2db2889487af359c.zip
app-office/pyspread: block >=dev-python/numpy-2
Closes: https://bugs.gentoo.org/937250 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/pyspread/metadata.xml2
-rw-r--r--app-office/pyspread/pyspread-2.1.1.ebuild4
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}]
"