[packages/python-zope.event] - switched docs to python2
qboosh
qboosh at pld-linux.org
Sun Apr 27 21:35:12 CEST 2025
commit 720e349decd95925fd89a6d96388bc4426ae2ef2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 27 21:28:10 2025 +0200
- switched docs to python2
python-zope.event.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-zope.event.spec b/python-zope.event.spec
index 45c7fef..bc844f7 100644
--- a/python-zope.event.spec
+++ b/python-zope.event.spec
@@ -9,6 +9,7 @@
Summary: Simple event system
Summary(pl.UTF-8): Prosty system zdarzeń
Name: python-%{module}
+# keep 4.x here for python2 support
Version: 4.6
Release: 1
License: ZPL v2.1
@@ -36,7 +37,7 @@ BuildRequires: python3-zope.testrunner
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with doc}
-BuildRequires: sphinx-pdg
+BuildRequires: sphinx-pdg-2
%endif
Requires: python-modules >= 1:2.7
Requires: python-zope-base
@@ -118,7 +119,8 @@ PYTHONPATH=$(pwd)/src \
%if %{with doc}
PYTHONPATH=$(pwd)/src \
-%{__make} -C docs html
+%{__make} -C docs html \
+ SPHINXBUILD=sphinx-build-2
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-zope.event.git/commitdiff/720e349decd95925fd89a6d96388bc4426ae2ef2
More information about the pld-cvs-commit
mailing list