[packages/python-pandas] - disabled python3 here

qboosh qboosh at pld-linux.org
Wed Jun 3 22:26:03 CEST 2020


commit eaa37742fa0ec3f2139c16cd0de445253d16809a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jun 3 22:26:47 2020 +0200

    - disabled python3 here

 python-pandas.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-pandas.spec b/python-pandas.spec
index 88430bf..b150d05 100644
--- a/python-pandas.spec
+++ b/python-pandas.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pandas.git/commitdiff/eaa37742fa0ec3f2139c16cd0de445253d16809a



More information about the pld-cvs-commit mailing list