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 411DA15800A for ; Sun, 13 Aug 2023 10:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D8D2BC01F; Sun, 13 Aug 2023 10:47:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 447132BC01F for ; Sun, 13 Aug 2023 10:47:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 308B7340D68 for ; Sun, 13 Aug 2023 10:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46BCBB86 for ; Sun, 13 Aug 2023 10:47:30 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1691923643.13bbd09efb666d58ebecd20b702e1e4c12dc6c17.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-machete/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-machete/git-machete-3.18.0.ebuild X-VCS-Directories: dev-vcs/git-machete/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 13bbd09efb666d58ebecd20b702e1e4c12dc6c17 X-VCS-Branch: master Date: Sun, 13 Aug 2023 10:47:30 +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: e52407d7-e0db-4c96-a935-e4b7f138aa42 X-Archives-Hash: d64a7841bd65851998049b4e71b078fa commit: 13bbd09efb666d58ebecd20b702e1e4c12dc6c17 Author: Marek Szuba gentoo org> AuthorDate: Sun Aug 13 10:44:24 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Aug 13 10:47:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bbd09e dev-vcs/git-machete-3.18.0: disable doc generation Upstream has switched to the currently unpackaged sphinx-book-theme, which in turn uses a PEP-517 build back-end currently not supported by distutils-r1.eclass (sphinx_theme_builder). Closes: https://bugs.gentoo.org/912211 Signed-off-by: Marek Szuba gentoo.org> dev-vcs/git-machete/git-machete-3.18.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-vcs/git-machete/git-machete-3.18.0.ebuild b/dev-vcs/git-machete/git-machete-3.18.0.ebuild index 9e7f668fa993..c26324c6913a 100644 --- a/dev-vcs/git-machete/git-machete-3.18.0.ebuild +++ b/dev-vcs/git-machete/git-machete-3.18.0.ebuild @@ -25,7 +25,6 @@ BDEPEND="test? ( DOCS=( CONTRIBUTING.md README.md ) -distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme distutils_enable_tests pytest # Several of the fish- and zsh-completion tests appear to be broken