# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_EXT=1 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi DESCRIPTION="Reproject astronomical images with Python" HOMEPAGE="http://reproject.readthedocs.org" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" RESTRICT="!test? ( test )" RDEPEND=">=dev-python/astropy-2.0[${PYTHON_USEDEP}] >=dev-python/astropy-healpix-0.2[${PYTHON_USEDEP}] >=dev-python/scipy-0.9[${PYTHON_USEDEP}] >=dev-python/numpy-1.10[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " BDEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] dev-python/cython[${PYTHON_USEDEP}]