ports/math/py-matplotlib/files/patch-setup.py
Wen Heping f27cc9e031 math/py-matplotlib: Update to 3.7.1
PR:		270326
Reported by:	wen@
Approved by:	maintainer
Exp-run by:	antoine@
2023-04-07 22:48:00 +08:00

10 lines
400 B
Python

--- 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",