mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
- Switch to pep517 Changelog: https://github.com/matplotlib/matplotlib/releases/tag/v3.8.0 Approved by: mainland@apeiron.net (maintainer timeout) PR: 274571
10 lines
400 B
Python
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",
|