summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-05-17 18:56:43 +0000
committeradam <adam@pkgsrc.org>2020-05-17 18:56:43 +0000
commit28515f3ac4bc237de99a9af1dbbb2bd7a720bc62 (patch)
tree684dfa4709babb60f37ff1db06f2ddbcd862adcc /graphics/py-matplotlib/Makefile
parenta27faabe52f42731d87617100695b5ed1fd95fe7 (diff)
downloadpkgsrc-28515f3ac4bc237de99a9af1dbbb2bd7a720bc62.tar.gz
py-matplotlib: updated to 3.2.1
What's new in Matplotlib 3.2 Unit converters recognize subclasses imsave accepts metadata and PIL options cbook.normalize_kwargs FontProperties accepts os.PathLike Gouraud-shading alpha channel in PDF backend Kerning adjustments now use correct values bar3d lightsource shading Shifting errorbars Improvements in Logit scale ticker and formatter rcParams for axes title location and color 3-digit and 4-digit hex colors
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r--graphics/py-matplotlib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
index aa18d662d71..a6fc1b1f004 100644
--- a/graphics/py-matplotlib/Makefile
+++ b/graphics/py-matplotlib/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2020/02/18 16:51:51 adam Exp $
+# $NetBSD: Makefile,v 1.58 2020/05/17 18:56:43 adam Exp $
-DISTNAME= matplotlib-3.1.3
+DISTNAME= matplotlib-3.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib/}
@@ -21,10 +21,10 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
PYSETUPTESTTARGET= pytest
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"