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 78A83158043 for ; Sat, 13 Apr 2024 18:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93857E2A3B; Sat, 13 Apr 2024 18:47:49 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 722C2E2A3B for ; Sat, 13 Apr 2024 18:47:49 +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 8A77E343374 for ; Sat, 13 Apr 2024 18:47:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3C4416DF for ; Sat, 13 Apr 2024 18:47:45 +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: <1713033267.b75c787471f065b9d5619aaa51e3694177ce7042.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/defcon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/defcon/defcon-0.10.2.ebuild X-VCS-Directories: dev-python/defcon/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: b75c787471f065b9d5619aaa51e3694177ce7042 X-VCS-Branch: dev Date: Sat, 13 Apr 2024 18:47:45 +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: 0a12056c-b693-42e0-b957-b4e7b9995298 X-Archives-Hash: 46fb28ad44d9f3c9517b8cbdc68d3e82 commit: b75c787471f065b9d5619aaa51e3694177ce7042 Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 18:34:27 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 18:34:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b75c7874 dev-python/defcon: enable py3.12 Signed-off-by: Julien Roy jroy.ca> dev-python/defcon/defcon-0.10.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/defcon/defcon-0.10.2.ebuild b/dev-python/defcon/defcon-0.10.2.ebuild index 68aa76f5cc..4a02e1475d 100644 --- a/dev-python/defcon/defcon-0.10.2.ebuild +++ b/dev-python/defcon/defcon-0.10.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="A set of UFO based objects for use in font editing applications"