# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="A sphinx extension for designing beautiful, view size responsive web components" HOMEPAGE="https://sphinx-design.readthedocs.io" SRC_URI="https://github.com/executablebooks/sphinx-design/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="code_style rtd theme_furo theme_pydata theme_rtd theme_sbt" RDEPEND="=dev-python/furo-2022.06.04[${PYTHON_USEDEP}] ) theme_pydata? ( dev-python/pydata-sphinx-theme[${PYTHON_USEDEP}] ) theme_rtd? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] ) theme_sbt? ( dev-python/sphinx-book-theme[${PYTHON_USEDEP}] ) " BDEPEND="test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}]