pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-matplotlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov  1 09:26:07 UTC 2023

Modified Files:
        pkgsrc/graphics/py-matplotlib: Makefile PLIST distinfo

Log Message:
py-matplotlib: updated to 3.8.1

v3.8.1

This is the first bugfix release of the 3.8.x series.

This release contains several bug fixes and adjustments:

Bump setuptools required version because of setuptools_scm v8
Update find_nearest_contour and revert contour deprecations
allsegs and allkinds return individual segments
Restore default behavior of hexbin mincnt with C provided
Try/except import of Axes3D
Ensure valid path mangling for ContourLabeler
BLD: Remove development dependencies from sdists
FIX 2-tuple of colors in to_rgba_array
Fix issue with non-string labels and legend
Fix issue with locale comma when not using math text
Various type hinting improvements
Various documentation improvements
Improvements to the MacOS backend


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/graphics/py-matplotlib/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/py-matplotlib/PLIST
cvs rdiff -u -r1.58 -r1.59 pkgsrc/graphics/py-matplotlib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-matplotlib/Makefile
diff -u pkgsrc/graphics/py-matplotlib/Makefile:1.87 pkgsrc/graphics/py-matplotlib/Makefile:1.88
--- pkgsrc/graphics/py-matplotlib/Makefile:1.87 Fri Oct 20 12:40:05 2023
+++ pkgsrc/graphics/py-matplotlib/Makefile      Wed Nov  1 09:26:07 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2023/10/20 12:40:05 adam Exp $
+# $NetBSD: Makefile,v 1.88 2023/11/01 09:26:07 adam Exp $
 
-DISTNAME=      matplotlib-3.8.0
+DISTNAME=      matplotlib-3.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib/}
@@ -11,7 +11,9 @@ COMMENT=      Matlab-style plotting package f
 # LICENSE=     see ${WRKSRC}/LICENSE/LICENSE
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-certifi>=2020.06.20:../../security/py-certifi
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=64:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=6.2.0:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
 DEPENDS+=      ${PYPKGPREFIX}-contourpy>=1.0.1:../../graphics/py-contourpy
@@ -34,7 +36,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../math/qhull/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-matplotlib/PLIST
diff -u pkgsrc/graphics/py-matplotlib/PLIST:1.32 pkgsrc/graphics/py-matplotlib/PLIST:1.33
--- pkgsrc/graphics/py-matplotlib/PLIST:1.32    Fri Oct 20 12:40:05 2023
+++ pkgsrc/graphics/py-matplotlib/PLIST Wed Nov  1 09:26:07 2023
@@ -1,9 +1,20 @@
-@comment $NetBSD: PLIST,v 1.32 2023/10/20 12:40:05 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.33 2023/11/01 09:26:07 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_AMSFONTS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_BAKOMA
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_CARLOGO
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_COLORBREWER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_COURIERTEN
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_JSXTOOLS_RESIZE_OBSERVER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_QHULL
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_QT4_EDITOR
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_SOLARIZED
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_STIX
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE_YORICK
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/matplotlib/__init__.py
 ${PYSITELIB}/matplotlib/__init__.pyc
 ${PYSITELIB}/matplotlib/__init__.pyi

Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.58 pkgsrc/graphics/py-matplotlib/distinfo:1.59
--- pkgsrc/graphics/py-matplotlib/distinfo:1.58 Fri Oct 20 12:40:05 2023
+++ pkgsrc/graphics/py-matplotlib/distinfo      Wed Nov  1 09:26:07 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.58 2023/10/20 12:40:05 adam Exp $
+$NetBSD: distinfo,v 1.59 2023/11/01 09:26:07 adam Exp $
 
-BLAKE2s (matplotlib-3.8.0.tar.gz) = 25c8b6c99ca147b8941b07d3fa83b04766734cd3d9348c80f1cd50b535108dc6
-SHA512 (matplotlib-3.8.0.tar.gz) = 0f75495210946adf0a36af13a75bc9910d345cc05636019952f35856b4c2bfac8a79c48d5a3348e844cfdac797f3ce490fe6a4e1a4fc7033092fee61f9913e21
-Size (matplotlib-3.8.0.tar.gz) = 35864435 bytes
+BLAKE2s (matplotlib-3.8.1.tar.gz) = 5d4763c52947dd1bca70bda367b88b234f7079c82937cff96a60fbc987c65263
+SHA512 (matplotlib-3.8.1.tar.gz) = bb933361caba0f4ea590df56569edf4cb728f1daa1219f8793b5ae6ba591cb5d1600fdd1693b7c72a8bb70b0da696b05f1b6ddcabe93d723f29d8541fbf0372c
+Size (matplotlib-3.8.1.tar.gz) = 35868840 bytes
 SHA1 (patch-mplsetup.cfg) = 06bf93f112ab4ed4604179c1cc7fd2bdee62b56d



Home | Main Index | Thread Index | Old Index