diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-19 13:10:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-19 13:10:26 +0000 |
commit | 7212bd1061c9fccf083925062aaf96a497256b9a (patch) | |
tree | 5ad3c9d35377fe96b7b7bd83e04d55dcb9796987 /math/py-matplotlib/files/patch-setup.cfg | |
parent | Update to 4.3.5 (diff) |
Upgrade py-matplotlib to 3.3.1, and keep a repocopy of 2.2.4.
Changelog at <https://matplotlib.org/3.3.1/users/whats_new.html>.
PR: 236913
Submitted by: chitty_cloud (at) me.com
Approved by: maintainer
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.cfg')
-rw-r--r-- | math/py-matplotlib/files/patch-setup.cfg | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/math/py-matplotlib/files/patch-setup.cfg b/math/py-matplotlib/files/patch-setup.cfg index 7ed4928d4a75..296628a65950 100644 --- a/math/py-matplotlib/files/patch-setup.cfg +++ b/math/py-matplotlib/files/patch-setup.cfg @@ -1,6 +1,6 @@ ---- setup.cfg.orig 2015-09-05 07:46:40 UTC +--- setup.cfg.orig 2020-08-22 09:54:46 UTC +++ setup.cfg -@@ -0,0 +1,83 @@ +@@ -0,0 +1,87 @@ +# Rename this file to setup.cfg to modify matplotlib's +# build options. + @@ -84,5 +84,7 @@ +# packages. Now that NumPy has emerge as the universal array +# package for python, numerix is not really necessary and is +# maintained to provide backward compatibility. Do not change -+# this unless you have a compelling reason to do so. -+#numerix = numpy ++ ++[libs] ++system_freetype = true ++system_qhull = true |