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 CC75F15800A for ; Wed, 9 Aug 2023 09:19:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D5B32BC019; Wed, 9 Aug 2023 09:19:57 +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 EC2432BC019 for ; Wed, 9 Aug 2023 09:19:56 +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 D4097335C7B for ; Wed, 9 Aug 2023 09:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF518F27 for ; Wed, 9 Aug 2023 09:19:53 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1691572757.6fbdce70f6d34338a7f854b91fdc84056cddabc8.heroxbd@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.57.1.ebuild X-VCS-Directories: dev-python/numba/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 6fbdce70f6d34338a7f854b91fdc84056cddabc8 X-VCS-Branch: master Date: Wed, 9 Aug 2023 09:19:53 +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: a8ea9925-ac17-4a88-866c-a7602574427a X-Archives-Hash: cf0c96df13c715f9d4f8dced80f82a82 commit: 6fbdce70f6d34338a7f854b91fdc84056cddabc8 Author: Benda Xu gentoo org> AuthorDate: Wed Aug 9 09:17:09 2023 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Aug 9 09:19:17 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6fbdce70 dev-python/numba: add 0.57.1, drop 0.56.3 Signed-off-by: Benda Xu gentoo.org> .../numba/{numba-0.56.3.ebuild => numba-0.57.1.ebuild} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/numba/numba-0.56.3.ebuild b/dev-python/numba/numba-0.57.1.ebuild similarity index 91% rename from dev-python/numba/numba-0.56.3.ebuild rename to dev-python/numba/numba-0.57.1.ebuild index 85fb09a85..814dc36f9 100644 --- a/dev-python/numba/numba-0.56.3.ebuild +++ b/dev-python/numba/numba-0.57.1.ebuild @@ -4,14 +4,14 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) - DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 inherit optfeature multiprocessing distutils-r1 DESCRIPTION="NumPy aware dynamic Python compiler using LLVM" HOMEPAGE="https://numba.pydata.org/ https://github.com/numba" -SRC_URI="https://github.com/numba/numba/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/numba/numba/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0" @@ -19,11 +19,11 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="openmp threads" RDEPEND=" - >=dev-python/llvmlite-0.39.0[${PYTHON_USEDEP}] - <=dev-python/llvmlite-0.40.0 + >=dev-python/llvmlite-0.40.0[${PYTHON_USEDEP}] + <=dev-python/llvmlite-0.41.0 >=dev-python/numpy-1.18.0[${PYTHON_USEDEP}] - =dev-cpp/tbb-2021.1 =dev-cpp/tbb-2021.6 ) " BDEPEND=" dev-python/pip[${PYTHON_USEDEP}]