diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-06 14:24:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-06 14:30:28 +0200 |
commit | ac96c5c7cbdc6c531ff2667f641eec7210abc677 (patch) | |
tree | ce1ec664f3f60567f66c52fdef34be7e0d293855 /dev-python/shapely | |
parent | dev-python/pyproj: Require <dev-python/cython-3 (diff) | |
download | gentoo-ac96c5c7cbdc6c531ff2667f641eec7210abc677.tar.gz gentoo-ac96c5c7cbdc6c531ff2667f641eec7210abc677.tar.bz2 gentoo-ac96c5c7cbdc6c531ff2667f641eec7210abc677.zip |
dev-python/shapely: Require <dev-python/cython-3
Bug: https://bugs.gentoo.org/898708
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/shapely')
-rw-r--r-- | dev-python/shapely/shapely-2.0.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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}] " |