[packages/python-zope.configuration] - disable python3 here, switched docs to python2; release 4
qboosh
qboosh at pld-linux.org
Tue Apr 29 21:51:25 CEST 2025
commit 790ae233ee89faa90ac824a12ddf80f9506bb6cf
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Apr 29 21:46:01 2025 +0200
- disable python3 here, switched docs to python2; release 4
python-zope.configuration.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-zope.configuration.spec b/python-zope.configuration.spec
index a3f73bc..30a0483 100644
--- a/python-zope.configuration.spec
+++ b/python-zope.configuration.spec
@@ -3,7 +3,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-zope.configuration.spec)
%define module zope.configuration
Summary: Zope Configuration Markup Language (ZCML)
@@ -11,7 +11,7 @@ Summary(pl.UTF-8): Zope Configuration Markup Language (ZCML) - język opisu konf
Name: python-%{module}
# keep 4.x here for python2 support
Version: 4.4.1
-Release: 3
+Release: 4
License: ZPL v2.1
Group: Libraries/Python
Source0: https://files.pythonhosted.org/packages/source/z/zope.configuration/zope.configuration-%{version}.tar.gz
@@ -46,8 +46,8 @@ BuildRequires: python3-zope.testrunner
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with doc}
-BuildRequires: python3-repoze.sphinx.autointerface
-BuildRequires: sphinx-pdg-3
+BuildRequires: python-repoze.sphinx.autointerface
+BuildRequires: sphinx-pdg-2
%endif
Requires: python-modules >= 1:2.7
BuildArch: noarch
@@ -111,7 +111,7 @@ zope-testrunner-3 --test-path=src -v
%if %{with doc}
PYTHONPATH=$(pwd)/src \
%{__make} -C docs html \
- SPHINXBUILD=sphinx-build-3
+ SPHINXBUILD=sphinx-build-2
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-zope.configuration.git/commitdiff/790ae233ee89faa90ac824a12ddf80f9506bb6cf
More information about the pld-cvs-commit
mailing list