]> git.pld-linux.org Git - packages/python-bleach.git/commitdiff
- disabled python3 here master auto/th/python-bleach-3.3.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 13 Oct 2022 19:34:20 +0000 (21:34 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 13 Oct 2022 19:34:20 +0000 (21:34 +0200)
python-bleach.spec

index 5e5295f6ec3c364485e1a7c0da6e2c8244fd3485..1115534f8d1c6836670db55c141898fb047f1e4e 100644 (file)
@@ -4,7 +4,7 @@
 %bcond_without doc     # Sphinx documentation
 %bcond_without tests   # unit tests
 %bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with    python3 # CPython 3.x module (built from python3-bleach.spec)
 
 Summary:       An easy safelist-based HTML-sanitizing tool
 Summary(pl.UTF-8):     Proste, oparte na liście elementów bezpiecznych, narzędzie do porządkowania HTML-a
@@ -39,7 +39,7 @@ BuildRequires:        python3-webencodings
 %endif
 %endif
 %if %{with doc}
-BuildRequires: sphinx-pdg
+BuildRequires: sphinx-pdg-2
 %endif
 Requires:      python-modules >= 1:2.7
 BuildArch:     noarch
@@ -101,7 +101,8 @@ PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 %endif
 
 %if %{with doc}
-%{__make} -C docs html
+%{__make} -C docs html \
+       SPHINXBUILD=sphinx-build-2
 %endif
 
 %install
This page took 0.331228 seconds and 4 git commands to generate.