Files
macports-ports/python/py27-matplotlib/files/patch-jquery-ui.diff
Renee Otten 6df3cf1e93 py27-matplotlib: move to separate port
- add patch to allow building on macOS 15
- remove no longer supported backends
2024-11-02 07:39:55 -04:00

16 lines
550 B
Diff

--- setup.py.orig 2019-02-25 19:18:32.000000000 -0500
+++ setup.py 2019-05-21 10:36:03.000000000 -0400
@@ -188,9 +188,9 @@
_download_jquery_to("lib/matplotlib/backends/web_backend/")
-cmdclass['sdist'] = sdist_with_jquery
-cmdclass['install_lib'] = install_lib_with_jquery
-cmdclass['develop'] = develop_with_jquery
+##cmdclass['sdist'] = sdist_with_jquery
+##cmdclass['install_lib'] = install_lib_with_jquery
+##cmdclass['develop'] = develop_with_jquery
# One doesn't normally see `if __name__ == '__main__'` blocks in a setup.py,