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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8109F1382C5 for ; Tue, 1 Dec 2020 10:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B49B6E0817; Tue, 1 Dec 2020 10:07:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C062E0817 for ; Tue, 1 Dec 2020 10:07:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AD0334104C for ; Tue, 1 Dec 2020 10:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 068CD453 for ; Tue, 1 Dec 2020 10:07:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606817247.9f0dc63ceeb5b7de8f50983e4e65b92812491458.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/files/, dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch dev-python/sphinx/sphinx-3.3.1.ebuild X-VCS-Directories: dev-python/sphinx/files/ dev-python/sphinx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9f0dc63ceeb5b7de8f50983e4e65b92812491458 X-VCS-Branch: master Date: Tue, 1 Dec 2020 10:07:32 +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: 0a4538ec-2078-465f-82a9-de1e003b645e X-Archives-Hash: 6895cbfcbbc1dbc734ad3aa3f0abc876 commit: 9f0dc63ceeb5b7de8f50983e4e65b92812491458 Author: Sam James gentoo org> AuthorDate: Tue Dec 1 10:07:20 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 1 10:07:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0dc63c dev-python/sphinx: fix USE=doc Thanks-to: Dirk Sondermann dyximaq.de> Closes: https://bugs.gentoo.org/728810 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch | 14 ++++++++++++++ dev-python/sphinx/sphinx-3.3.1.ebuild | 4 ++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch b/dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch new file mode 100644 index 00000000000..0c1b2ad7d98 --- /dev/null +++ b/dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/728810 +--- ./doc/internals/release-process.rst ++++ ./doc/internals/release-process.rst +@@ -97,8 +97,8 @@ + * ``set PYTHONWARNINGS=`` and do ``make html`` (Windows) + + But you can also explicitly enable the pending ones using e.g. +-``PYTHONWARNINGS=default`` (see the :ref:`Python docs on configuring warnings +-`) for more details. ++``PYTHONWARNINGS=default`` (see the `Python docs on configuring warnings ++`_) for more details. + + Release procedures + ------------------ diff --git a/dev-python/sphinx/sphinx-3.3.1.ebuild b/dev-python/sphinx/sphinx-3.3.1.ebuild index f29129962d6..f77fc4923c6 100644 --- a/dev-python/sphinx/sphinx-3.3.1.ebuild +++ b/dev-python/sphinx/sphinx-3.3.1.ebuild @@ -62,6 +62,10 @@ BDEPEND=" S="${WORKDIR}/${P^}" +PATCHES=( + "${FILESDIR}/${PN}-3.3.1-doc-link.patch" +) + python_prepare_all() { # remove tests that fail due to network-sandbox rm tests/test_build_linkcheck.py || die "Failed to remove web tests"