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 7BFA31581C1 for ; Fri, 12 Jul 2024 16:10:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E65AE2A1B; Fri, 12 Jul 2024 16:10:35 +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 F250BE2A1B for ; Fri, 12 Jul 2024 16:10:34 +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 1784F343090 for ; Fri, 12 Jul 2024 16:10:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 493051E1E for ; Fri, 12 Jul 2024 16:10:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1720800626.41bf38864dd4b69dde860efd016b179b07a04160.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qiskit-aer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qiskit-aer/Manifest dev-python/qiskit-aer/qiskit-aer-0.14.2.ebuild X-VCS-Directories: dev-python/qiskit-aer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 41bf38864dd4b69dde860efd016b179b07a04160 X-VCS-Branch: master Date: Fri, 12 Jul 2024 16:10:31 +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: 50c8e140-6aec-46ed-91f3-460b6c67ac7c X-Archives-Hash: 8b829efd23290fce91fc2c51e0c71734 commit: 41bf38864dd4b69dde860efd016b179b07a04160 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 12 15:41:38 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 12 16:10:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bf3886 dev-python/qiskit-aer: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> dev-python/qiskit-aer/Manifest | 1 + dev-python/qiskit-aer/qiskit-aer-0.14.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/qiskit-aer/Manifest b/dev-python/qiskit-aer/Manifest index 01caeb503da1..d4bce84c3f27 100644 --- a/dev-python/qiskit-aer/Manifest +++ b/dev-python/qiskit-aer/Manifest @@ -1 +1,2 @@ +DIST pyo3-ffi-0.22.1-py313.patch 6315 BLAKE2B 55f9c5d45356e8c4b2a86da0f489788de576d7fb4c7b124a87d953e8d3a850fbeb05a1af8e6f34edf252aeda40445f711f4409a3a80df7442bd4676c1d8969f8 SHA512 f6e6e2498bbd8b60e013b4cb6e1f1eda764292e3cd91ba5800fe798521f462bb97f1e621711513d52c263f7b394821a710252425cfb0de0f1c4457882dd138ab DIST qiskit-aer-0.14.2.gh.tar.gz 7132159 BLAKE2B bc684f7acca071866bc6413d5fb881cf131fe212be7294922a6861dc526d77d0cfb906d9c2ea57236e42e8a99e137ee0ac5f0c1e11fd027122983ad3d8992f73 SHA512 75a2fadb413fc557f98043cc028b28f6cae65b983fd0f32f1e8b8eda6d5cbc6d9d528c38f765d14ede5909045cef914335a483f762c20c4dd85754449d63371c diff --git a/dev-python/qiskit-aer/qiskit-aer-0.14.2.ebuild b/dev-python/qiskit-aer/qiskit-aer-0.14.2.ebuild index be250877d000..06def0bfe1d8 100644 --- a/dev-python/qiskit-aer/qiskit-aer-0.14.2.ebuild +++ b/dev-python/qiskit-aer/qiskit-aer-0.14.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1