[packages/python-parse] - disable python3 here

qboosh qboosh at pld-linux.org
Wed Feb 10 20:31:34 CET 2021


commit 809dc9fb42ad731415465fe03663885f8155aede
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Feb 10 20:32:01 2021 +0100

    - disable python3 here

 python-parse.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-parse.spec b/python-parse.spec
index 0fdc957..9371add 100644
--- a/python-parse.spec
+++ b/python-parse.spec
@@ -1,8 +1,9 @@
+# NOTE: for versions >= 1.13.0 (for python 3.4+) see python3-parse.spec
 #
 # Conditional build:
 %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-parse.spec)
 
 Summary:	parse() - the opposite of format()
 Summary(pl.UTF-8):	parse() - odwrotność format()
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-parse.git/commitdiff/809dc9fb42ad731415465fe03663885f8155aede



More information about the pld-cvs-commit mailing list