From cfb477681ef2ce2506acffc31b7ae151973e213e Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Tue, 1 Dec 2020 23:14:31 +0000 Subject: dev-python/numba: version bump to 0.52.0 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy --- dev-python/numba/Manifest | 1 + dev-python/numba/numba-0.52.0.ebuild | 69 ++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 dev-python/numba/numba-0.52.0.ebuild (limited to 'dev-python') diff --git a/dev-python/numba/Manifest b/dev-python/numba/Manifest index 65e1c6d17..150455e3d 100644 --- a/dev-python/numba/Manifest +++ b/dev-python/numba/Manifest @@ -1 +1,2 @@ DIST numba-0.51.2.tar.gz 2124132 BLAKE2B 70bd90b54850a0158d47c70701598b699a6a94edc46b4e50aedf4d9daed06823063ff16caaa65a92f86b8d106a9e9605bf93790ef75589c4541bfde7fb3b27d1 SHA512 82207ecce7cf09346bb81583c130475b9e7a98009f08c73d8d2c49cff7ae71328f5d29f4ee4cb3dff1d7d3a79aa59f7205d18270acdae5ec0fa8cfa58fa7bb2d +DIST numba-0.52.0.tar.gz 2173287 BLAKE2B 1186bad07fabd7109069828302ff63255b7ef7c81675f32dd46dce0549ea48d29296c5150bf6b18a29253549dfa9c2af4fa5bc33d13bffd2bd38ca7ba7c25068 SHA512 a490ed87af8f2c77c5cc5818eaff7b3e8a6de1ed5091dc53178e4341045522c887fb67287a2a97ee2ef3e025fbb166797b51ad350a6c394aa2a4cee39e920c49 diff --git a/dev-python/numba/numba-0.52.0.ebuild b/dev-python/numba/numba-0.52.0.ebuild new file mode 100644 index 000000000..5625e679f --- /dev/null +++ b/dev-python/numba/numba-0.52.0.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..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.35.0[${PYTHON_USEDEP}] +