From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E41415800A for ; Sat, 2 Sep 2023 13:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58E272BC01A; Sat, 2 Sep 2023 13:06:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 388752BC01A for ; Sat, 2 Sep 2023 13:06:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7585433BE4D for ; Sat, 2 Sep 2023 13:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB18310DF for ; Sat, 2 Sep 2023 13:06:20 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1693659923.29be66211262fcb0de9f0316bd400bba53d54569.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/skia-pathops/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/skia-pathops/skia-pathops-0.7.4.ebuild X-VCS-Directories: dev-python/skia-pathops/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 29be66211262fcb0de9f0316bd400bba53d54569 X-VCS-Branch: dev Date: Sat, 2 Sep 2023 13:06:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f32929d-3cca-469c-a64b-e41b52f7fcf2 X-Archives-Hash: e2c5744caa1a867b9d2b58e44d7edf52 commit: 29be66211262fcb0de9f0316bd400bba53d54569 Author: Henri Gasc eurecom fr> AuthorDate: Sat Sep 2 13:05:23 2023 +0000 Commit: Henri Gasc eurecom fr> 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 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}] +