From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BED221581F0 for ; Wed, 22 Jan 2025 14:53:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A8E4A342FDD for ; Wed, 22 Jan 2025 14:53:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7332B110435; Wed, 22 Jan 2025 14:53:15 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 68FF7110433 for ; Wed, 22 Jan 2025 14:53:15 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 206B1342FF1 for ; Wed, 22 Jan 2025 14:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A172B2576 for ; Wed, 22 Jan 2025 14:53:12 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1737506906.e3a59c56e674f603a714ea23ae7e8f23676272ea.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/glcontext/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/glcontext/glcontext-3.0.0.ebuild X-VCS-Directories: dev-python/glcontext/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: e3a59c56e674f603a714ea23ae7e8f23676272ea X-VCS-Branch: master Date: Wed, 22 Jan 2025 14:53:12 +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: b0dd8e7c-6de6-4936-96f3-b9e76fe0ee13 X-Archives-Hash: a36a4b869f98d0597ea9f2a9c48caac2 commit: e3a59c56e674f603a714ea23ae7e8f23676272ea Author: Henri Gasc eurecom fr> AuthorDate: Tue Jan 21 20:36:16 2025 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Wed Jan 22 00:48:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3a59c56 dev-python/glcontext: enable pypy3 Also, fix an issue for running the librairy Signed-off-by: Henri Gasc eurecom.fr> dev-python/glcontext/glcontext-3.0.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/glcontext/glcontext-3.0.0.ebuild b/dev-python/glcontext/glcontext-3.0.0.ebuild index e392a98b9..6c364c8b2 100644 --- a/dev-python/glcontext/glcontext-3.0.0.ebuild +++ b/dev-python/glcontext/glcontext-3.0.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 virtualx @@ -24,9 +24,10 @@ BDEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] - ) + ) " DEPEND="${BDEPEND}" +RDEPEND="dev-util/spirv-tools" distutils_enable_tests pytest src_test() {