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

index 88430bf61795e265333c3c7eadbedd72423de028..b150d050495250251338deaeece3d58e6b0b69a6 100644 (file)
@@ -1,10 +1,11 @@
+# NOTE: for versions >= 1.0.0 for python 3.6+ see python3-pandas.spec
 # TODO: finish apidocs and tests
 #
 # Conditional build:
 %bcond_with    doc     # Sphinx documentation
 %bcond_with    tests   # unit tests [R: python-zoneinfo for hypothesis?]
 %bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with    python3 # CPython 3.x module (built from python3-pandas.spec)
 
 Summary:       Powerful data structures for data analysis, time series and statistics
 Summary(pl.UTF-8):     Elastyczne struktury danych do analizy danych, szeregów chronologicznych i statystyki
This page took 0.08065 seconds and 4 git commands to generate.