diff --git a/.gitignore b/.gitignore index 9732d93..4df50f3 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,5 @@ matplotlib-1.0.0-without-gpc.tar.gz /matplotlib-3.2.1.tar.gz /matplotlib-3.2.2.tar.gz /matplotlib-3.2.2-with-freetype-2.10.1.tar.gz +/matplotlib-3.3.0rc1.tar.gz +/matplotlib-3.3.0rc1-with-freetype-2.10.1.tar.gz diff --git a/0001-Force-using-system-qhull.patch b/0001-Force-using-system-qhull.patch deleted file mode 100644 index 23c6c8d..0000000 --- a/0001-Force-using-system-qhull.patch +++ /dev/null @@ -1,37 +0,0 @@ -From ee5c28ea8cd17cbc04d5a9b79d5ce1326df93466 Mon Sep 17 00:00:00 2001 -From: Elliott Sales de Andrade -Date: Fri, 30 Mar 2018 03:15:51 -0400 -Subject: [PATCH] Force using system qhull. - -Signed-off-by: Elliott Sales de Andrade ---- - setupext.py | 12 +++++------- - 1 file changed, 5 insertions(+), 7 deletions(-) - -diff --git a/setupext.py b/setupext.py -index 3e8b382cc..66a278b0c 100644 ---- a/setupext.py -+++ b/setupext.py -@@ -838,14 +838,12 @@ class Png(SetupPackage): - class Qhull(SetupPackage): - name = "qhull" - -+ def check(self): -+ self.__class__.found_external = True -+ return ' Using system copy.' -+ - def add_flags(self, ext): -- # Qhull doesn't distribute pkg-config info, so we have no way of -- # knowing whether a system install is recent enough. Thus, always use -- # the vendored version. -- ext.include_dirs.insert(0, 'extern') -- ext.sources.extend(sorted(glob.glob('extern/libqhull/*.c'))) -- if sysconfig.get_config_var('LIBM') == '-lm': -- ext.libraries.extend('m') -+ ext.libraries.append('qhull') - - - class TTConv(SetupPackage): --- -2.21.0 - diff --git a/0001-Use-packaged-jquery-and-jquery-ui.patch b/0001-Use-packaged-jquery-and-jquery-ui.patch deleted file mode 100644 index 801f520..0000000 --- a/0001-Use-packaged-jquery-and-jquery-ui.patch +++ /dev/null @@ -1,121 +0,0 @@ -From a3fec73e39558f1a8d41663fe05783889e735af4 Mon Sep 17 00:00:00 2001 -From: Elliott Sales de Andrade -Date: Sat, 2 Mar 2019 18:18:29 -0500 -Subject: [PATCH] Use packaged jquery and jquery-ui. - -Signed-off-by: Elliott Sales de Andrade ---- - .../backends/web_backend/all_figures.html | 6 +-- - .../backends/web_backend/single_figure.html | 6 +-- - setup.py | 54 ------------------- - 3 files changed, 6 insertions(+), 60 deletions(-) - -diff --git a/lib/matplotlib/backends/web_backend/all_figures.html b/lib/matplotlib/backends/web_backend/all_figures.html -index 41f48dc6d..69097eb4f 100644 ---- a/lib/matplotlib/backends/web_backend/all_figures.html -+++ b/lib/matplotlib/backends/web_backend/all_figures.html -@@ -3,9 +3,9 @@ - - - -- -- -- -+ -+ -+ - - - -diff --git a/lib/matplotlib/backends/web_backend/single_figure.html b/lib/matplotlib/backends/web_backend/single_figure.html -index 4d5a366fb..c11c86618 100644 ---- a/lib/matplotlib/backends/web_backend/single_figure.html -+++ b/lib/matplotlib/backends/web_backend/single_figure.html -@@ -3,9 +3,9 @@ - - - -- -- -- -+ -+ -+ - - -