diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index cec96560210..36f400e78eb 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -3,10 +3,9 @@ COMMENT = Python charting and plotting API # ../src/_backend_agg_wrapper.cpp:253:17: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'long' in initializer list [-Wc++11-narrowing] ONLY_FOR_ARCHS = ${LP64_ARCHS} -MODPY_DISTV = 3.10.7 +MODPY_DISTV = 3.10.8 DISTNAME = matplotlib-${MODPY_DISTV} PKGNAME = py-${DISTNAME} -REVISION = 0 CATEGORIES = graphics devel math diff --git a/graphics/py-matplotlib/distinfo b/graphics/py-matplotlib/distinfo index 2ed5510dd5a..ebb76aef069 100644 --- a/graphics/py-matplotlib/distinfo +++ b/graphics/py-matplotlib/distinfo @@ -1,2 +1,2 @@ -SHA256 (matplotlib-3.10.7.tar.gz) = oGun4qLvkTHHnEnmPa01XS2HhBOgN2wXJ8i5M1/3Mcc= -SIZE (matplotlib-3.10.7.tar.gz) = 34804865 +SHA256 (matplotlib-3.10.8.tar.gz) = Ipk3LBnVa801zwWic4MIdY0yuertI3GJjY9b0z8ISqM= +SIZE (matplotlib-3.10.8.tar.gz) = 34806269 diff --git a/graphics/py-matplotlib/patches/patch-pyproject_toml b/graphics/py-matplotlib/patches/patch-pyproject_toml index b0258bf834a..c139de57984 100644 --- a/graphics/py-matplotlib/patches/patch-pyproject_toml +++ b/graphics/py-matplotlib/patches/patch-pyproject_toml @@ -1,7 +1,7 @@ Index: pyproject.toml --- pyproject.toml.orig +++ pyproject.toml -@@ -71,13 +71,13 @@ dev = [ +@@ -72,13 +72,13 @@ dev = [ build-backend = "mesonpy" # Also keep in sync with optional dependencies above. requires = [