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 D307315800A for ; Fri, 14 Jul 2023 21:32:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25043E08AB; Fri, 14 Jul 2023 21:32:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0EA98E08AB for ; Fri, 14 Jul 2023 21:32:53 +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 40A2E335D3C for ; Fri, 14 Jul 2023 21:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13D15B01 for ; Fri, 14 Jul 2023 21:32:49 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1689370315.02547a7f1b78ba334e7ce79d2363ca13c241fea7.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vips/vips-8.14.2.ebuild X-VCS-Directories: media-libs/vips/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 02547a7f1b78ba334e7ce79d2363ca13c241fea7 X-VCS-Branch: master Date: Fri, 14 Jul 2023 21:32:49 +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: 59d25dfd-6fed-421b-8726-8394a1a56e4d X-Archives-Hash: 7113348d3e277cb87c76c8a26d47e0f6 commit: 02547a7f1b78ba334e7ce79d2363ca13c241fea7 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Jul 14 21:21:53 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jul 14 21:31:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02547a7f media-libs/vips: enable py3.12 Seems(?) fine, python is only used by a small bin/ script with no tests and haven't really messed with --vips-profile to be sure. Signed-off-by: Ionen Wolkens gentoo.org> media-libs/vips/vips-8.14.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/vips/vips-8.14.2.ebuild b/media-libs/vips/vips-8.14.2.ebuild index 3a1eae30e612..291c71467d67 100644 --- a/media-libs/vips/vips-8.14.2.ebuild +++ b/media-libs/vips/vips-8.14.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-single-r1 vala DESCRIPTION="VIPS Image Processing Library"