# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi DESCRIPTION="Optimized cosmic ray annihilation astropy python module" HOMEPAGE="https://astroscrappy.readthedocs.io" #KEYWORDS="~amd64 ~x86" LICENSE="BSD" SLOT="0" IUSE="doc +openmp" RDEPEND="dev-python/astropy[${PYTHON_USEDEP}]" BDEPEND="dev-python/cython[${PYTHON_USEDEP}] dev-python/astropy-helpers[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] doc? ( ${RDEPEND}