# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # py3.11 fails to compile: # error: ‘CFrame’ does not name a type; did you mean ‘_frame’? PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools 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}.gh.tar.gz" LICENSE="BSD" SLOT="0" 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/numpy-1.18.0[${PYTHON_USEDEP}] =dev-cpp/tbb-2021.1