[packages/python-joblib] - disabled python3 here

qboosh qboosh at pld-linux.org
Wed Jun 3 22:27:43 CEST 2020


commit 60cce97e59501fb3c28e3b6d5663189c19ca0f1a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jun 3 22:28:24 2020 +0200

    - disabled python3 here

 python-joblib.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-joblib.spec b/python-joblib.spec
index 0e95e78..b6bd311 100644
--- a/python-joblib.spec
+++ b/python-joblib.spec
@@ -1,14 +1,16 @@
+# NOTE: for versions >= 0.15.0 for python 3.6+ see python3-joblib.spec
 # TODO: system modules: cloudpickle, loky
 #
 # Conditional build:
 %bcond_with	doc	# Sphinx documentation (fails on missing examples???)
 %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-joblib.spec)
 
 Summary:	Lightweight pipelining: using Python functions as pipeline jobs
 Summary(pl.UTF-8):	Lekkie przetwarzanie potokowe przy użyciu funkcji pythonowych jako zadań
 Name:		python-joblib
+# keep 0.14.x here for python2 support
 Version:	0.14.1
 Release:	1
 License:	BSD
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-joblib.git/commitdiff/60cce97e59501fb3c28e3b6d5663189c19ca0f1a



More information about the pld-cvs-commit mailing list