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 A473C1581D3 for ; Wed, 15 May 2024 16:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B479E2A76; Wed, 15 May 2024 16:01:46 +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 5B4BFE2A76 for ; Wed, 15 May 2024 16:01:46 +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 43DCA341E1C for ; Wed, 15 May 2024 16:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A39871ACF for ; Wed, 15 May 2024 16:01:43 +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: <1715788888.751326f1d7c9eae0bfab810775ed2ceb794400bf.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/xtensor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/xtensor/xtensor-0.24.4.ebuild X-VCS-Directories: dev-cpp/xtensor/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 751326f1d7c9eae0bfab810775ed2ceb794400bf X-VCS-Branch: dev Date: Wed, 15 May 2024 16:01:43 +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: 8c502f52-3b6e-426b-a328-ca4f75dc32a3 X-Archives-Hash: 1b0120d44c77b1ef11ec39b930730f7d commit: 751326f1d7c9eae0bfab810775ed2ceb794400bf Author: Julien Roy jroy ca> AuthorDate: Wed May 15 15:57:41 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:01:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=751326f1 dev-cpp/xtensor: enable py3.12 Closes: https://bugs.gentoo.org/931360 Signed-off-by: Julien Roy jroy.ca> dev-cpp/xtensor/xtensor-0.24.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/xtensor/xtensor-0.24.4.ebuild b/dev-cpp/xtensor/xtensor-0.24.4.ebuild index 0caf412ab9..7dd57e617b 100644 --- a/dev-cpp/xtensor/xtensor-0.24.4.ebuild +++ b/dev-cpp/xtensor/xtensor-0.24.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 # required because of manual install in src_install CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1 optfeature toolchain-funcs 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 AA9A51581D3 for ; Wed, 15 May 2024 16:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F45E2A96; Wed, 15 May 2024 16:06:52 +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 27BE9E2A96 for ; Wed, 15 May 2024 16:06:52 +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 29E6A343016 for ; Wed, 15 May 2024 16:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90F101AD9 for ; Wed, 15 May 2024 16:06: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: <1715788888.751326f1d7c9eae0bfab810775ed2ceb794400bf.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/xtensor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/xtensor/xtensor-0.24.4.ebuild X-VCS-Directories: dev-cpp/xtensor/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 751326f1d7c9eae0bfab810775ed2ceb794400bf X-VCS-Branch: master Date: Wed, 15 May 2024 16:06: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: dbf71e13-3912-4357-85c5-265af842d8e1 X-Archives-Hash: 6a7aa14b216364868bd4fcacdd022b21 Message-ID: <20240515160648.s07Y5wgZsD2NeQIhSSy4mRxsPJCrZ5XmOX_-nDFcUQc@z> commit: 751326f1d7c9eae0bfab810775ed2ceb794400bf Author: Julien Roy jroy ca> AuthorDate: Wed May 15 15:57:41 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:01:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=751326f1 dev-cpp/xtensor: enable py3.12 Closes: https://bugs.gentoo.org/931360 Signed-off-by: Julien Roy jroy.ca> dev-cpp/xtensor/xtensor-0.24.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/xtensor/xtensor-0.24.4.ebuild b/dev-cpp/xtensor/xtensor-0.24.4.ebuild index 0caf412ab9..7dd57e617b 100644 --- a/dev-cpp/xtensor/xtensor-0.24.4.ebuild +++ b/dev-cpp/xtensor/xtensor-0.24.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 # required because of manual install in src_install CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1 optfeature toolchain-funcs