[packages/python-markupsafe] - switched doc to python2 based sphinx, so python3 is not involved here

qboosh qboosh at pld-linux.org
Thu Mar 3 18:59:53 CET 2022


commit bdb5d366932ae45b3432ca2b874f6be162b1790f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Mar 3 19:01:50 2022 +0100

    - switched doc to python2 based sphinx, so python3 is not involved here

 python-markupsafe.spec | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/python-markupsafe.spec b/python-markupsafe.spec
index a3ec5de..2398053 100644
--- a/python-markupsafe.spec
+++ b/python-markupsafe.spec
@@ -35,10 +35,8 @@ BuildRequires:	python3-pytest
 %endif
 %endif
 %if %{with doc}
-BuildRequires:	python3-pallets-sphinx-themes >= 1.1.0
-# docs/requirements.txt says 1.8.0, but 1.7.6 also works
-#BuildRequires:	sphinx-pdg-3 >= 1.8.0
-BuildRequires:	sphinx-pdg-3 >= 1.7.0
+BuildRequires:	python-pallets-sphinx-themes >= 1.1.0
+BuildRequires:	sphinx-pdg-2 >= 1.8.0
 %endif
 Requires:	python-modules >= 1:2.7
 Provides:	python-MarkupSafe = %{version}-%{release}
@@ -100,7 +98,7 @@ PYTHONPATH=$(pwd)/$(echo build-3/lib.*) \
 
 %if %{with doc}
 %{__make} -C docs html \
-	SPHINXBUILD=sphinx-build-3
+	SPHINXBUILD=sphinx-build-2
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-markupsafe.git/commitdiff/bdb5d366932ae45b3432ca2b874f6be162b1790f



More information about the pld-cvs-commit mailing list