commit: ac96c5c7cbdc6c531ff2667f641eec7210abc677 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 6 12:24:17 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 6 12:30:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac96c5c7
dev-python/shapely: Require <dev-python/cython-3 Bug: https://bugs.gentoo.org/898708 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/shapely/shapely-2.0.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/shapely/shapely-2.0.1.ebuild b/dev-python/shapely/shapely-2.0.1.ebuild index c8b0e93f1ad0..db9a582dfe69 100644 --- a/dev-python/shapely/shapely-2.0.1.ebuild +++ b/dev-python/shapely/shapely-2.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 @@ -32,8 +32,10 @@ RDEPEND=" ${DEPEND} dev-python/numpy[${PYTHON_USEDEP}] " +# <cython-3: https://bugs.gentoo.org/898708 BDEPEND=" ${DEPEND} + <dev-python/cython-3[${PYTHON_USEDEP}] >=dev-python/cython-0.29.32[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] "
