summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files/patch-setup.py
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2023-04-07 22:44:22 +0800
committerWen Heping <wen@FreeBSD.org>2023-04-07 22:48:00 +0800
commitf27cc9e0310a5be6f72c297e1d64c123ff83172f (patch)
tree80d4151e5e0c7d8160096ec57481ad77771ebb09 /math/py-matplotlib/files/patch-setup.py
parentsysutils/cpu-x: try to further improve the port (part one) (diff)
math/py-matplotlib: Update to 3.7.1
PR: 270326 Reported by: wen@ Approved by: maintainer Exp-run by: antoine@
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.py')
-rw-r--r--math/py-matplotlib/files/patch-setup.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/py-matplotlib/files/patch-setup.py b/math/py-matplotlib/files/patch-setup.py
new file mode 100644
index 000000000000..b8bb19c0e8d1
--- /dev/null
+++ b/math/py-matplotlib/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig 2023-03-10 22:52:58 UTC
++++ setup.py
+@@ -269,6 +269,7 @@ setup( # Finally, pass this all along to setuptools t
+
+ setup( # Finally, pass this all along to setuptools to do the heavy lifting.
+ name="matplotlib",
++ version="3.7.1",
+ description="Python plotting package",
+ author="John D. Hunter, Michael Droettboom",
+ author_email="matplotlib-users@python.org",