diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89314bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +matplotlib-1.0.0-without-gpc.tar.gz +/matplotlib-1.0.1-without-gpc.tar.gz +/mpl_sampledata-1.0.1.tar.gz +/matplotlib-1.2.0-without-gpc.tar.gz +/matplotlib-1.3.0-without-gpc.tar.xz +/matplotlib-1.3.1-without-gpc.tar.xz +/matplotlib-1.4.3-without-gpc.tar.xz +/matplotlib-1.4.3-without-extern.tar.xz +/matplotlib-1.5.1-without-extern.tar.xz +/matplotlib-1.5.1.tar.gz +/matplotlib-1.5.2rc2.tar.gz +/matplotlib-2.0.0b4.tar.gz +/matplotlib-2.0.0rc2.tar.gz +/matplotlib-2.0.0.tar.gz +/matplotlib-2.0.0-without-copyrighted.tar.xz +/matplotlib-2.0.1.tar.gz +/matplotlib-2.0.2.tar.gz +/matplotlib-2.1.0rc1.tar.gz +/matplotlib-2.1.0.tar.gz +/matplotlib-2.1.1.tar.gz +/matplotlib-2.1.2.tar.gz +/matplotlib-2.1.2-with-freetype-2.8.tar.gz +/matplotlib-2.2.2.tar.gz +/matplotlib-2.2.2-with-freetype-2.8.tar.gz +/matplotlib-2.2.2-with-freetype-2.9.tar.gz +/matplotlib-2.2.3.tar.gz +/matplotlib-2.2.3-with-freetype-2.8.tar.gz +/matplotlib-2.2.3-with-freetype-2.9.1.tar.gz +/matplotlib-3.0.0rc1.tar.gz +/matplotlib-3.0.0rc1-with-freetype-2.9.1.tar.gz +/matplotlib-3.0.0rc2.tar.gz +/matplotlib-3.0.0rc2-with-freetype-2.9.1.tar.gz +/matplotlib-3.0.0.tar.gz +/matplotlib-3.0.0-with-freetype-2.9.1.tar.gz +/matplotlib-3.0.1.tar.gz +/matplotlib-3.0.1-with-freetype-2.9.1.tar.gz +/matplotlib-3.0.2.tar.gz +/matplotlib-3.0.3.tar.gz diff --git a/0001-Force-using-system-qhull.patch b/0001-Force-using-system-qhull.patch new file mode 100644 index 0000000..d8079bc --- /dev/null +++ b/0001-Force-using-system-qhull.patch @@ -0,0 +1,43 @@ +From 46361ca058295e3f08d3c54196d990c497834306 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 | 17 ++--------------- + 1 file changed, 2 insertions(+), 15 deletions(-) + +diff --git a/setupext.py b/setupext.py +index d2ff239ad..30e0c9085 100644 +--- a/setupext.py ++++ b/setupext.py +@@ -1318,23 +1318,10 @@ class Qhull(SetupPackage): + + def check(self): + self.__class__.found_external = True +- try: +- return self._check_for_pkg_config( +- 'libqhull', 'libqhull/qhull_a.h', min_version='2015.2') +- except CheckFailed as e: +- self.__class__.found_pkgconfig = False +- self.__class__.found_external = False +- return str(e) + ' Using local copy.' ++ return ' Using system copy.' + + def add_flags(self, ext): +- if self.found_external: +- pkg_config.setup_extension(ext, 'qhull', +- default_libraries=['qhull']) +- else: +- 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.14.3 + diff --git a/0001-Use-packaged-jquery-and-jquery-ui.patch b/0001-Use-packaged-jquery-and-jquery-ui.patch new file mode 100644 index 0000000..1e844a6 --- /dev/null +++ b/0001-Use-packaged-jquery-and-jquery-ui.patch @@ -0,0 +1,113 @@ +From fede0d8731c1301720f16e2d46df8275e8ecf9e8 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 | 46 ------------------- + 3 files changed, 6 insertions(+), 52 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 @@ + + + +- +- +- ++ ++ ++ + + +