matplotlib: Update to 3.0.0 (#4434)

Matplotlib is Python 3 only now and has auto backend detection so
move all the backend related dependencies into optdepends.

This splits the package into two PKGBUILD files, one building a Python 2
version providing 2.2.x and one building a Python 3 version providing 3.x+
This commit is contained in:
Christoph Reiter
2018-09-24 07:27:04 +02:00
committed by Алексей
parent 16e24e4f6e
commit 182de74ab4
6 changed files with 147 additions and 144 deletions

View File

@@ -0,0 +1,11 @@
--- matplotlib-2.1.2/setup.py.orig 2018-01-18 07:21:34.000000000 +0300
+++ matplotlib-2.1.2/setup.py 2018-01-25 08:35:39.807755700 +0300
@@ -102,7 +102,7 @@
setupext.BackendGtk3Agg(),
setupext.BackendGtk3Cairo(),
setupext.BackendGtkAgg(),
- setupext.BackendTkAgg(),
+ #setupext.BackendTkAgg(),
setupext.BackendWxAgg(),
setupext.BackendGtk(),
setupext.BackendAgg(),