[packages/python3-zope.event] - drop intersphinx mapping rejected by sphinx 8

qboosh qboosh at pld-linux.org
Mon Apr 28 20:22:52 CEST 2025


commit 5f960204e3e415e73ae6b82a72f1ae7e5f10ee62
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Apr 28 20:09:21 2025 +0200

    - drop intersphinx mapping rejected by sphinx 8

 python3-zope.event.spec | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/python3-zope.event.spec b/python3-zope.event.spec
index 0b82501..d283cf4 100644
--- a/python3-zope.event.spec
+++ b/python3-zope.event.spec
@@ -23,6 +23,7 @@ BuildRequires:	python3-zope.testrunner
 %endif
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.714
+BuildRequires:	sed >= 4.0
 %if %{with doc}
 BuildRequires:	sphinx-pdg-3
 %endif
@@ -61,6 +62,11 @@ Dokumentacja API modułu Pythona zope.event.
 %prep
 %setup -q -n %{module}-%{version}
 
+%if %{with doc}
+# incorrect mapping?
+%{__sed} -i -e '/^intersphinx_mapping/,/^}/ d' docs/conf.py
+%endif
+
 %build
 %py3_build
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-zope.event.git/commitdiff/5f960204e3e415e73ae6b82a72f1ae7e5f10ee62



More information about the pld-cvs-commit mailing list