]> git.pld-linux.org Git - packages/python-joblib.git/commitdiff
- disabled python3 here master
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 3 Jun 2020 20:28:24 +0000 (22:28 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 3 Jun 2020 20:28:24 +0000 (22:28 +0200)
python-joblib.spec

index 0e95e78cb82362ff44ef701ad3c2e3bf99251d2b..b6bd3115033e7d3b4aae75c5aa52d79336676fb9 100644 (file)
@@ -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
This page took 0.113787 seconds and 4 git commands to generate.