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 16DD215ACFB for ; Sat, 22 Apr 2023 23:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26E87E099F; Sat, 22 Apr 2023 23:18:31 +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 03A85E09A6 for ; Sat, 22 Apr 2023 23:18:31 +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 F3E2B3411F7 for ; Sat, 22 Apr 2023 23:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D519A45 for ; Sat, 22 Apr 2023 23:18:28 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1682205505.d87f3fe34aa0009275e4fcdfbc9f7794e839054f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cadabra/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/cadabra/cadabra-2.4.3.2-r1.ebuild sci-mathematics/cadabra/cadabra-2.4.3.2.ebuild X-VCS-Directories: sci-mathematics/cadabra/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: d87f3fe34aa0009275e4fcdfbc9f7794e839054f X-VCS-Branch: master Date: Sat, 22 Apr 2023 23:18:28 +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: 25973ae9-ae98-4ad8-9ae4-771994326133 X-Archives-Hash: 942a87fba1e0196b0f8e8aaa58ac5bc6 commit: d87f3fe34aa0009275e4fcdfbc9f7794e839054f Author: Maciej Barć gentoo org> AuthorDate: Sat Apr 22 21:45:57 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Apr 22 23:18:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87f3fe3 sci-mathematics/cadabra: update PYTHON_COMPAT Signed-off-by: Maciej Barć gentoo.org> .../cadabra/{cadabra-2.4.3.2.ebuild => cadabra-2.4.3.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/cadabra/cadabra-2.4.3.2.ebuild b/sci-mathematics/cadabra/cadabra-2.4.3.2-r1.ebuild similarity index 98% rename from sci-mathematics/cadabra/cadabra-2.4.3.2.ebuild rename to sci-mathematics/cadabra/cadabra-2.4.3.2-r1.ebuild index 6481aada846a..5df5e14eacad 100644 --- a/sci-mathematics/cadabra/cadabra-2.4.3.2.ebuild +++ b/sci-mathematics/cadabra/cadabra-2.4.3.2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 MAJOR=$(ver_cut 1) CADABRA=${PN}${MAJOR} -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit xdg-utils python-single-r1 cmake