# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi DESCRIPTION="Interstellar Dust Extinction Models" HOMEPAGE="https://dust-extinction.readthedocs.io" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/astropy[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] " BDEPEND=">=dev-python/setuptools-scm-8.0.0[${PYTHON_USEDEP}] doc? ( media-gfx/graphviz ) test? ( dev-python/pytest-astropy-header[${PYTHON_USEDEP}] dev-python/pytest-doctestplus[${PYTHON_USEDEP}] ) " distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx-automodapi dev-python/matplotlib #python_compile_all() { # if use doc; then # VARTEXFONTS="${T}"/fonts MPLCONFIGDIR="${T}" PYTHONPATH="${BUILD_DIR}"/install/$(python_get_sitedir) \ # emake "SPHINXOPTS=$(usex intersphinx '' '-D disable_intersphinx=1')" -C docs html # HTML_DOCS=( docs/_build/html/. ) # fi #} python_test() { use doc && local EPYTEST_IGNORE=( docs/_build ) epytest }