[packages/python-elementpath] - disable python3 here
    qboosh 
    qboosh at pld-linux.org
       
    Fri Sep 18 21:44:24 CEST 2020
    
    
  
commit 959099e1c1b0808eaa6fbc78817d410f350795f5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Sep 18 21:47:12 2020 +0200
    - disable python3 here
 python-elementpath.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-elementpath.spec b/python-elementpath.spec
index 4fae049..998a373 100644
--- a/python-elementpath.spec
+++ b/python-elementpath.spec
@@ -1,13 +1,15 @@
+# NOTE: for python-elementpath >= 1.4 (for python 3.5+) see python3-elementpath.spec
 #
 # Conditional build:
 %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-elementpath.spec)
 
 Summary:	XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
 Summary(pl.UTF-8):	Parsery i selektory XPath 1.0/2.0 dla ElementTree oraz lxml
 Name:		python-elementpath
+# keep 1.3.x here for python2 support
 Version:	1.3.3
 Release:	1
 License:	MIT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-elementpath.git/commitdiff/959099e1c1b0808eaa6fbc78817d410f350795f5
    
    
More information about the pld-cvs-commit
mailing list