# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature pypi DESCRIPTION="Python module to parse ds9 region file" HOMEPAGE="http://pyregion.readthedocs.org" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND=">=dev-python/numpy-2[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} >=dev-python/astropy-5[${PYTHON_USEDEP}] >=dev-python/pyparsing-2[${PYTHON_USEDEP}] " BDEPEND="${DEPEND} >=dev-python/extension-helpers-1[${PYTHON_USEDEP}] >=dev-python/setuptools-scm-6.2[${PYTHON_USEDEP}]