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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6EEF1382C5 for ; Thu, 22 Apr 2021 19:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AECEE08C8; Thu, 22 Apr 2021 19:38:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19FC0E08C8 for ; Thu, 22 Apr 2021 19:38:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17978340F50 for ; Thu, 22 Apr 2021 19:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 226B3647 for ; Thu, 22 Apr 2021 19:38:10 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1619120270.626f0ace2deddbf946b34c47d75ef0a05ebc4f40.epsilon-0@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.53.1.ebuild X-VCS-Directories: dev-python/numba/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 626f0ace2deddbf946b34c47d75ef0a05ebc4f40 X-VCS-Branch: master Date: Thu, 22 Apr 2021 19:38:10 +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: 6d0b9365-fbde-4e71-bcb4-32e189759f56 X-Archives-Hash: c2cd784299310bfdaa6a98e22ec99c2a commit: 626f0ace2deddbf946b34c47d75ef0a05ebc4f40 Author: Aisha Tammy aisha cc> AuthorDate: Thu Apr 22 19:37:50 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Thu Apr 22 19:37:50 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=626f0ace dev-python/numba: version bump to 0.53.1 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy aisha.cc> dev-python/numba/numba-0.53.1.ebuild | 69 ++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/dev-python/numba/numba-0.53.1.ebuild b/dev-python/numba/numba-0.53.1.ebuild new file mode 100644 index 000000000..c7c99c247 --- /dev/null +++ b/dev-python/numba/numba-0.53.1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit eutils 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" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="openmp threads" + +RDEPEND="${PYTHON_DEPS} + >=dev-python/llvmlite-0.36.0[${PYTHON_USEDEP}] +