1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 11:10:32 -04:00
ports/math/py-matplotlib/files/patch-setup.py
wen heping 8e771b3ece math/py-matplotlib: update to 3.8.0
- Switch to pep517

Changelog: https://github.com/matplotlib/matplotlib/releases/tag/v3.8.0

Approved by:	mainland@apeiron.net (maintainer timeout)
PR:		274571
2023-11-11 20:37:49 -05:00

10 lines
400 B
Python

--- setup.py.orig 2023-09-15 02:26:52 UTC
+++ setup.py
@@ -278,6 +278,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.8.0",
description="Python plotting package",
author="John D. Hunter, Michael Droettboom",
author_email="matplotlib-users@python.org",