From 5ae46527654f938c4d0819f5851ede57e2591e95 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 8 Mar 2023 22:04:22 +0100 Subject: [PATCH] matplotlib: build with python 3.9 --- dev-python/matplotlib/matplotlib-3.3.4.recipe | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-3.3.4.recipe b/dev-python/matplotlib/matplotlib-3.3.4.recipe index f8ca4bf44..580ed0116 100644 --- a/dev-python/matplotlib/matplotlib-3.3.4.recipe +++ b/dev-python/matplotlib/matplotlib-3.3.4.recipe @@ -23,7 +23,7 @@ LICENSE="Matplotlib Qhull STIX yorick" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/matplotlib/matplotlib/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="ce7cebd3df11a032fff9b3a32029f49f0fc7c322f556f26ea9ef812d6e43cb21" SOURCE_FILENAME="matplotlib-$portVersion.tar.gz" @@ -42,13 +42,13 @@ REQUIRES=" lib:libfreetype$secondaryArchSuffix " -pythonPackage="python38" -pythonVersion="3.8" +pythonPackage="python39" +pythonVersion="3.9" -PROVIDES_python38=" +PROVIDES_python39=" ${portName}_$pythonPackage = $portVersion " -REQUIRES_python38=" +REQUIRES_python39=" cmd:python$pythonVersion matplotlib$secondaryArchSuffix dateutil_$pythonPackage @@ -70,6 +70,7 @@ BUILD_PREREQUIRES=" cmd:make cmd:pkg_config$secondaryArchSuffix cmd:python$pythonVersion + pip_$pythonPackage setuptools_$pythonPackage "