From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94E11158498 for ; Sat, 25 May 2024 12:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C558CE29C2; Sat, 25 May 2024 12:41:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A71CFE29C2 for ; Sat, 25 May 2024 12:41:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC41F33BF36 for ; Sat, 25 May 2024 12:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CABB1B47 for ; Sat, 25 May 2024 12:41:39 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1716640888.2f50324f13d42cee2b3455e42fff3a6db39cbd80.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hunter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hunter/hunter-3.6.1.ebuild X-VCS-Directories: dev-python/hunter/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 2f50324f13d42cee2b3455e42fff3a6db39cbd80 X-VCS-Branch: dev Date: Sat, 25 May 2024 12:41:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cae199f5-511d-4308-b3e9-8254739d0941 X-Archives-Hash: b2dc88be81c308e1399f0471a20f690e Message-ID: <20240525124139.GXzb_IV40Taq79PAm-SWlBItapNIJbhGrjL53VZUPa8@z> commit: 2f50324f13d42cee2b3455e42fff3a6db39cbd80 Author: Julien Roy jroy ca> AuthorDate: Sat May 25 12:39:52 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat May 25 12:41:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f50324f dev-python/hunter: disable docs Docs depend on dev-python/sphinx-py3doc-enhanced-theme Which was treecleaned from ::gentoo Signed-off-by: Julien Roy jroy.ca> dev-python/hunter/hunter-3.6.1.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-python/hunter/hunter-3.6.1.ebuild b/dev-python/hunter/hunter-3.6.1.ebuild index 51d1aa978..94327131e 100644 --- a/dev-python/hunter/hunter-3.6.1.ebuild +++ b/dev-python/hunter/hunter-3.6.1.ebuild @@ -7,11 +7,13 @@ DISTUTILS_EXT=1 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="Hunter is a flexible code tracing toolkit" HOMEPAGE=" @@ -37,7 +39,7 @@ BDEPEND=" ) " -DOCS=( AUTHORS.rst CHANGELOG.rst README.rst ) +# DOCS=( AUTHORS.rst CHANGELOG.rst README.rst ) PATCHES=( # Upstream uses a custom file to define backend as setuptools