commit:     29be66211262fcb0de9f0316bd400bba53d54569
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Sep  2 13:05:23 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Sep  2 13:05:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29be6621

dev-python/skia-pathops: enable py3.12,limit cython to <3.0.0, remove
pytest-cython as dep

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/skia-pathops/skia-pathops-0.7.4.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild 
b/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
index 300aaf90d8..a8320364e7 100644
--- a/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
+++ b/dev-python/skia-pathops/skia-pathops-0.7.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYPI_NO_NORMALIZE=1
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_EXT=1
@@ -21,14 +21,12 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
+# Until cpdef is removed from skia-pathops, we need cython < 3.0.0
 BDEPEND="
        app-arch/unzip
-       dev-python/cython[${PYTHON_USEDEP}]
+       <dev-python/cython-3[${PYTHON_USEDEP}]
        dev-util/gn
        dev-util/ninja
-       test? (
-               dev-python/pytest-cython[${PYTHON_USEDEP}]
-       )
 "
 
 PATCHES=( "${FILESDIR}"/${PN}-0.7.4-no-net.patch )

Reply via email to