app-office/pyspread: block >=dev-python/numpy-2

Closes: https://bugs.gentoo.org/937250
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-08-26 23:38:10 +09:00
parent 84f438bbef
commit d4143cbdaf
2 changed files with 4 additions and 2 deletions

View File

@@ -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>

View File

@@ -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}]
"