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 B558D158041 for ; Sat, 13 Apr 2024 15:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF780E2A71; Sat, 13 Apr 2024 15:04:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B5EC0E2A70 for ; Sat, 13 Apr 2024 15:04:51 +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 9F6BB34339A for ; Sat, 13 Apr 2024 15:04:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D3E016E3 for ; Sat, 13 Apr 2024 15:04:48 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713011495.457273b91da82217358f82a766de875c050818ff.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pygaljs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild X-VCS-Directories: dev-python/pygaljs/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 457273b91da82217358f82a766de875c050818ff X-VCS-Branch: master Date: Sat, 13 Apr 2024 15:04:48 +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: 24865702-ef9e-4703-9bea-26a0a034fc81 X-Archives-Hash: 9b0f09e52f9a82891ee1cddb5a418545 commit: 457273b91da82217358f82a766de875c050818ff Author: Henri Gasc eurecom fr> AuthorDate: Sat Apr 13 10:49:29 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 12:31:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=457273b9 dev-python/pygaljs: enable py3.12 Signed-off-by: Henri Gasc eurecom.fr> dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild b/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild index 188d9f16d3..ab876876a3 100644 --- a/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild +++ b/dev-python/pygaljs/pygaljs-1.0.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi