]> git.pld-linux.org Git - packages/python-matplotlib.git/commitdiff
- disable python3 here
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Apr 2020 15:56:57 +0000 (17:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Apr 2020 15:56:57 +0000 (17:56 +0200)
python-matplotlib.spec

index f9350e4f8aa6873645261c3b426d3bbfdef6dbf0..74671ee3359e423d9eb5c8a0197fcd74edf55894 100644 (file)
@@ -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
This page took 0.090599 seconds and 4 git commands to generate.