head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2024.06.06.19.11.59; author wiz; state Exp; branches; next ; commitid vE8XS9i3fTI6mXcF; desc @@ 1.1 log @py-matplotlib: update to 3.9.0. What's new in Matplotlib 3.9.0 (May 15, 2024) Plotting and Annotation improvements Axes.inset_axes is no longer experimental Legend support for Boxplot Percent sign in pie labels auto-escaped with usetex=True hatch parameter for stackplot Add option to plot only one half of violin plot axhline and axhspan on polar axes Subplot titles can now be automatically aligned axisartist can now be used together with standard Formatters Toggle minorticks on Axis StrMethodFormatter now respects axes.unicode_minus Figure, Axes, and Legend Layout Subfigures now have controllable zorders Getters for xmargin, ymargin and zmargin Mathtext improvements mathtext documentation improvements mathtext spacing corrections Widget Improvements Check and Radio Button widgets support clearing 3D plotting improvements Setting 3D axis limits now set the limits exactly Other improvements BackendRegistry Add widths, heights and angles setter to EllipseCollection image.interpolation_stage rcParam Arrow patch position is now modifiable NonUniformImage now has mouseover support @ text @$NetBSD$ libdl does not universally exist. --- src/meson.build.orig 2024-05-19 15:28:50.816599386 +0000 +++ src/meson.build @@@@ -84,7 +84,7 @@@@ extension_data = { 'sources': files( '_c_internal_utils.cpp', ), - 'dependencies': [pybind11_dep, dl, ole32, shell32, user32], + 'dependencies': [pybind11_dep, ole32, shell32, user32], }, 'ft2font': { 'subdir': 'matplotlib', @@@@ -140,7 +140,7 @@@@ extension_data = { 'include_directories': include_directories('.'), # The dl/psapi libraries are needed for finding Tcl/Tk at run time. 'dependencies': [ - pybind11_dep, agg_dep.partial_dependency(includes: true), dl, comctl32, psapi, + pybind11_dep, agg_dep.partial_dependency(includes: true), comctl32, psapi, ], }, '_tri': { @