From 7f18a61f388fd1b827561a0a23f2b0c301e18169 Mon Sep 17 00:00:00 2001 From: iam-git <58433184+iam-git@users.noreply.github.com> Date: Wed, 1 Sep 2021 22:31:25 +0200 Subject: [PATCH] matplotlib: bump version (#6154) --- ...otlib-3.3.3.recipe => matplotlib-3.3.4.recipe} | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) rename dev-python/matplotlib/{matplotlib-3.3.3.recipe => matplotlib-3.3.4.recipe} (89%) diff --git a/dev-python/matplotlib/matplotlib-3.3.3.recipe b/dev-python/matplotlib/matplotlib-3.3.4.recipe similarity index 89% rename from dev-python/matplotlib/matplotlib-3.3.3.recipe rename to dev-python/matplotlib/matplotlib-3.3.4.recipe index e663d35e6..9c4fe6845 100644 --- a/dev-python/matplotlib/matplotlib-3.3.3.recipe +++ b/dev-python/matplotlib/matplotlib-3.3.4.recipe @@ -8,7 +8,7 @@ MATLAB, though its use is discouraged." HOMEPAGE="https://matplotlib.org/" COPYRIGHT="2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael \ Droettboom and the Matplotlib development team \ -2012 - 2020 The Matplotlib development team" +2012 - 2021 The Matplotlib development team" LICENSE="Matplotlib Adobe BitstreamVera @@ -23,9 +23,9 @@ LICENSE="Matplotlib Qhull STIX yorick" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/matplotlib/matplotlib/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="12c8a48373b7e46d4c9b84629a8964341357d9a56ac2ac1f2475669bf3102f94" +CHECKSUM_SHA256="ce7cebd3df11a032fff9b3a32029f49f0fc7c322f556f26ea9ef812d6e43cb21" SOURCE_FILENAME="matplotlib-$portVersion.tar.gz" SOURCE_DIR="matplotlib-$portVersion" @@ -42,18 +42,19 @@ REQUIRES=" lib:libfreetype$secondaryArchSuffix " -pythonPackage="python3" -pythonVersion="3.7" +pythonPackage="python38" +pythonVersion="3.8" -PROVIDES_python3=" +PROVIDES_python38=" ${portName}_$pythonPackage = $portVersion " -REQUIRES_python3=" +REQUIRES_python38=" cmd:python$pythonVersion matplotlib$secondaryArchSuffix dateutil_$pythonPackage numpy${secondaryArchSuffix}_$pythonPackage pillow${secondaryArchSuffix}_$pythonPackage + kiwisolver${secondaryArchSuffix}_$pythonPackage pytz_$pythonPackage six_$pythonPackage "