[packages/python-zope.proxy] - release 4 (disable python 3 here, switched apidocs to python2)
qboosh
qboosh at pld-linux.org
Sun Apr 27 21:26:52 CEST 2025
commit d2cf48ee9b274bcfcc6ef73cb4d73ae2b7ba0788
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 27 21:18:58 2025 +0200
- release 4 (disable python 3 here, switched apidocs to python2)
python-zope.proxy.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec
index 23858b9..58ca5cc 100644
--- a/python-zope.proxy.spec
+++ b/python-zope.proxy.spec
@@ -3,7 +3,7 @@
%bcond_without doc # Sphinx documentation
%bcond_with tests # unit tests (installed package required)
%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.proxy.spec)
%define module zope.proxy
Summary: Mostly-transparent wrappers around another object
@@ -11,7 +11,7 @@ Summary(pl.UTF-8): Prawie przezroczyste obudowywanie innych obiektów
Name: python-%{module}
# keep 4.x here for python2 support
Version: 4.6.1
-Release: 3
+Release: 4
License: ZPL v2.1
Group: Libraries/Python
Source0: https://files.pythonhosted.org/packages/source/z/zope.proxy/zope.proxy-%{version}.tar.gz
@@ -38,8 +38,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
Obsoletes: Zope-Proxy < 3.5.0
@@ -139,7 +139,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.proxy.git/commitdiff/d2cf48ee9b274bcfcc6ef73cb4d73ae2b7ba0788
More information about the pld-cvs-commit
mailing list