From 533d6f3ed2abd1fbc8a3b508069dee9c38352615 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 24 Aug 2022 12:43:06 +0200 Subject: [PATCH] blah blah shitty useless commit --- .../sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild b/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild index 8a4ffe8..d68df65 100644 --- a/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild +++ b/dev-python/sphinx_book_theme/sphinx_book_theme-0.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -#DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 optfeature @@ -18,11 +18,13 @@ KEYWORDS="~amd64 ~x86" IUSE="code_style" RESTRICT="test" # test failed as no docutils<0.17 -RDEPEND="dev-python/beautifulsoup4[${PYTHON_USEDEP}] - >=dev-python/docutils-0.15[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ~dev-python/pydata-sphinx-theme-0.7.2[${PYTHON_USEDEP}] +BDEPEND=">=dev-python/sphinx-theme-builder-0.2.0[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + ~dev-python/pydata-sphinx-theme-0.8.0[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + >=dev-python/sphinx-3[${PYTHON_USEDEP}] +