summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-20 07:50:23 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-20 07:58:18 +0100
commita2c8342145573a55c5672eba8300acebe795766a (patch)
tree08d71ffe9dc3c89d523cee83a10f17cf19a93271 /dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch
parentd034f6ce2dd0ca63edd29156445f95d6d07dbbf4 (diff)
downloadgentoo-a2c8342145573a55c5672eba8300acebe795766a.tar.gz
gentoo-a2c8342145573a55c5672eba8300acebe795766a.tar.bz2
gentoo-a2c8342145573a55c5672eba8300acebe795766a.zip
dev-python/matplotlib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch')
-rw-r--r--dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch b/dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch
deleted file mode 100644
index 3f29134be621..000000000000
--- a/dev-python/matplotlib/files/matplotlib-3.7.2-macOS_no-Cocoa.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Do not automatically build against Cocoa on macOS.
-
-At Prefix/macOS, we do not support the propietary Cocoa SDK. GUI
-applications use X11.
-
-The patch is specific to our need and not forwarded upstream.
-
-Signed-off-by: Benda Xu <heroxbd@gentoo.org>
-
-Index: matplotlib-3.7.2/setup.py
-===================================================================
---- matplotlib-3.7.2.orig/setup.py
-+++ matplotlib-3.7.2/setup.py
-@@ -49,7 +49,6 @@ mpl_packages = [
- setupext.FreeType(),
- setupext.Qhull(),
- setupext.Tests(),
-- setupext.BackendMacOSX(),
- ]
-
-