# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi DESCRIPTION="Astropy affiliated package for reducing optical/IR CCD data" HOMEPAGE="https://ccdproc.readthedocs.io" #KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="BSD" SLOT="0" IUSE="doc" RESTRICT="!test? ( test )" RDEPEND=">=dev-python/astropy-1.0[${PYTHON_USEDEP}] dev-python/scikit-image[${PYTHON_USEDEP}] dev-python/astroscrappy[${PYTHON_USEDEP}] dev-python/reproject[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}