[packages/python-matplotlib] - disable python3 here
qboosh
qboosh at pld-linux.org
Tue Apr 7 17:56:57 CEST 2020
commit d62592856eb19a4970363cc63318fec679756add
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Apr 7 17:56:57 2020 +0200
- disable python3 here
python-matplotlib.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-matplotlib.spec b/python-matplotlib.spec
index f9350e4..74671ee 100644
--- a/python-matplotlib.spec
+++ b/python-matplotlib.spec
@@ -1,8 +1,9 @@
+# NOTE: for versions >= 3 (for python 3.6+) see python3-matplotlib.spec
# TODO: system jquery and jquery-ui (when they become up to date)
#
# Conditional build:
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module
%bcond_with tests # unit tests [many failures as of 1.5.3]
# TODO:
@@ -13,6 +14,7 @@
Summary: Matlab(TM) style Python plotting package
Summary(pl.UTF-8): Pakiet do rysowania w Pythonie podobny do Matlaba(TM)
Name: python-%{module}
+# keep 2.x here for python2 support
Version: 2.2.5
Release: 1
License: PSF
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-matplotlib.git/commitdiff/d62592856eb19a4970363cc63318fec679756add
More information about the pld-cvs-commit
mailing list