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 1C1DE1581D3 for ; Sat, 25 May 2024 13:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE7B0E2A2F; Sat, 25 May 2024 13:01:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A69F0E2A2F for ; Sat, 25 May 2024 13:01:47 +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 F1FCF33FD3F for ; Sat, 25 May 2024 13:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95A961B62 for ; Sat, 25 May 2024 13:01:43 +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.d905a5d6cf6ae6abb286fdec2a788a550ca629ed.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/manhole/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/manhole/manhole-1.8.0-r2.ebuild X-VCS-Directories: dev-python/manhole/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: d905a5d6cf6ae6abb286fdec2a788a550ca629ed X-VCS-Branch: master Date: Sat, 25 May 2024 13:01:43 +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: ddd53fb1-39db-475e-b3ea-26f42cd358fd X-Archives-Hash: b9289e5fce887c7985bb03ce84278718 Message-ID: <20240525130143.HGLgvdTZM4iKvuirBDN9Y46e8TuhpkKDfbmizViJmiQ@z> commit: d905a5d6cf6ae6abb286fdec2a788a550ca629ed Author: Julien Roy jroy ca> AuthorDate: Sat May 25 12:39:14 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=d905a5d6 dev-python/manhole: 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/manhole/manhole-1.8.0-r2.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-python/manhole/manhole-1.8.0-r2.ebuild b/dev-python/manhole/manhole-1.8.0-r2.ebuild index 51160ca79..10977ce11 100644 --- a/dev-python/manhole/manhole-1.8.0-r2.ebuild +++ b/dev-python/manhole/manhole-1.8.0-r2.ebuild @@ -6,11 +6,13 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} pypy3 ) 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="Debugging manhole for python application" HOMEPAGE=" @@ -31,7 +33,7 @@ BDEPEND=" ) " -DOCS=( AUTHORS.rst CHANGELOG.rst README.rst ) +# DOCS=( AUTHORS.rst CHANGELOG.rst README.rst ) PATCHES=( "${FILESDIR}/importlib.patch"