commit:     b6e4f01de1ff1a0897e5214b24d52759d0a61b6c
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat May 25 12:40:10 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat May 25 12:41:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6e4f01d

dev-python/pytest-benchmark: disable docs

Docs depend on dev-python/sphinx-py3doc-enhanced-theme
Which was treecleaned from ::gentoo

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild 
b/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild
index 7fcdfec05..fee0a2b12 100644
--- a/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild
+++ b/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild
@@ -6,11 +6,13 @@ EAPI=8
 PYTHON_COMPAT=( python3_{11..12} )
 DISTUTILS_USE_PEP517=setuptools
 
-DOCS_BUILDER="sphinx"
-DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme"
-DOCS_DIR="docs"
+# Docs depend on dev-python/sphinx-py3doc-enhanced-theme
+# Which was treecleaned from ::gentoo
+# DOCS_BUILDER="sphinx"
+# DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme"
+# DOCS_DIR="docs"
 
-inherit distutils-r1 docs
+inherit distutils-r1 # docs
 
 DESCRIPTION="py.test fixture for benchmarking code"
 HOMEPAGE="
@@ -23,7 +25,7 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DOCS=( {AUTHORS,CHANGELOG,README}.rst )
+# DOCS=( {AUTHORS,CHANGELOG,README}.rst )
 
 RDEPEND="
        dev-python/py-cpuinfo[${PYTHON_USEDEP}]

Reply via email to