You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
02a34581b2
- separate/refresh patches for the three different versions
16 lines
550 B
Diff
16 lines
550 B
Diff
--- setup.py.orig 2019-02-28 22:33:38.000000000 -0500
|
|
+++ setup.py 2019-05-21 10:41:06.000000000 -0400
|
|
@@ -160,9 +160,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,
|