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 B3D5115800F for ; Thu, 16 Feb 2023 08:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 883EBE0837; Thu, 16 Feb 2023 08:11:15 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D1A4E0837 for ; Thu, 16 Feb 2023 08:11:15 +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 91EA5340E8B for ; Thu, 16 Feb 2023 08:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E09358AA for ; Thu, 16 Feb 2023 08:11:12 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1676535026.2d510f438ed0b75d2956d305b28bb270cf9239ec.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/numba/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/numba/numba-0.56.3.ebuild dev-python/numba/numba-0.56.4.ebuild X-VCS-Directories: dev-python/numba/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 2d510f438ed0b75d2956d305b28bb270cf9239ec X-VCS-Branch: master Date: Thu, 16 Feb 2023 08:11:12 +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: 18cc93f6-f2e5-4591-9e18-1d5a112cb2dd X-Archives-Hash: 072c0f2b7b08b4976323040155f3c3ea commit: 2d510f438ed0b75d2956d305b28bb270cf9239ec Author: Horea Christian chymera eu> AuthorDate: Thu Feb 16 08:10:26 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Feb 16 08:10:26 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2d510f43 dev-python/numba: py3.11 bump Signed-off-by: Horea Christian chymera.eu> dev-python/numba/numba-0.56.3.ebuild | 2 +- dev-python/numba/numba-0.56.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/numba/numba-0.56.3.ebuild b/dev-python/numba/numba-0.56.3.ebuild index 0585a0660..85fb09a85 100644 --- a/dev-python/numba/numba-0.56.3.ebuild +++ b/dev-python/numba/numba-0.56.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit optfeature multiprocessing distutils-r1 diff --git a/dev-python/numba/numba-0.56.4.ebuild b/dev-python/numba/numba-0.56.4.ebuild index 1812adf93..3fcfd4a94 100644 --- a/dev-python/numba/numba-0.56.4.ebuild +++ b/dev-python/numba/numba-0.56.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 # py3.11 fails to compile: # error: ‘CFrame’ does not name a type; did you mean ‘_frame’? -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit optfeature multiprocessing distutils-r1