From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbson/files/, dev-libs/libbson/
Date: Tue, 21 Apr 2020 17:26:46 +0000 (UTC) [thread overview]
Message-ID: <1587489994.ee4d32392fd1c0b32eef9c0b6d72baaadfa0de08.whissi@gentoo> (raw)
commit: ee4d32392fd1c0b32eef9c0b6d72baaadfa0de08
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 17:23:18 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 17:26:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4d3239
dev-libs/libbson: fix building against >=sphinx-3
Closes: https://bugs.gentoo.org/716774
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-libs/libbson/files/libbson-1.16.2-sphinx.patch | 19 +++++++++++++++++++
dev-libs/libbson/libbson-1.16.2.ebuild | 1 +
2 files changed, 20 insertions(+)
diff --git a/dev-libs/libbson/files/libbson-1.16.2-sphinx.patch b/dev-libs/libbson/files/libbson-1.16.2-sphinx.patch
new file mode 100644
index 00000000000..7a165b61c59
--- /dev/null
+++ b/dev-libs/libbson/files/libbson-1.16.2-sphinx.patch
@@ -0,0 +1,19 @@
+https://bugs.gentoo.org/716774
+
+--- a/build/sphinx/taglist.py
++++ b/build/sphinx/taglist.py
+@@ -24,7 +24,12 @@ THE SOFTWARE.
+ """
+
+ from docutils import nodes, utils
+-from sphinx.environment import NoUri
++
++try:
++ from sphinx.environment import NoUri
++except ImportError:
++ from sphinx.errors import NoUri
++
+ try:
+ from sphinx.util.compat import Directive
+ except ImportError:
+
diff --git a/dev-libs/libbson/libbson-1.16.2.ebuild b/dev-libs/libbson/libbson-1.16.2.ebuild
index b9aa783de3e..6aca55220c6 100644
--- a/dev-libs/libbson/libbson-1.16.2.ebuild
+++ b/dev-libs/libbson/libbson-1.16.2.ebuild
@@ -19,6 +19,7 @@ DEPEND="dev-python/sphinx"
PATCHES=(
"${FILESDIR}/${PN}-1.14.0-no-docs.patch"
"${FILESDIR}/${PN}-1.16.2-single-doc-job.patch"
+ "${FILESDIR}/${PN}-1.16.2-sphinx.patch"
)
S="${WORKDIR}/mongo-c-driver-${PV}"
next reply other threads:[~2020-04-21 17:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-21 17:26 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-10 8:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbson/files/, dev-libs/libbson/ Alexys Jacob
2020-04-11 21:15 Thomas Deutschmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1587489994.ee4d32392fd1c0b32eef9c0b6d72baaadfa0de08.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox