[packages/python-sphinxcontrib-blockdiag] - disable python3 here

qboosh qboosh at pld-linux.org
Sat Feb 6 16:59:52 CET 2021


commit 3733a74c27a0e41900aa4bda9aeb2568d447c986
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Feb 6 17:00:15 2021 +0100

    - disable python3 here

 python-sphinxcontrib-blockdiag.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-sphinxcontrib-blockdiag.spec b/python-sphinxcontrib-blockdiag.spec
index f501103..f664307 100644
--- a/python-sphinxcontrib-blockdiag.spec
+++ b/python-sphinxcontrib-blockdiag.spec
@@ -1,12 +1,14 @@
+# NOTE: for versions >= 2.0 (for python 3.5+) see python3-sphinxcontrib-blockdiag.spec
 #
 # Conditional build:
 %bcond_with	tests	# unit tests (missing data)
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-sphinxcontrib-blockdiag.spec)
 
 Summary:	Sphinx "blockdiag" extension
 Summary(pl.UTF-8):	Rozszerzenie "blockdiag" dla Sphinksa
 Name:		python-sphinxcontrib-blockdiag
+# keep 1.x here for python2 support
 Version:	1.5.5
 Release:	1
 License:	BSD
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-sphinxcontrib-blockdiag.git/commitdiff/3733a74c27a0e41900aa4bda9aeb2568d447c986



More information about the pld-cvs-commit mailing list