matplotlib: bump version (#6154)

This commit is contained in:
iam-git
2021-09-01 22:31:25 +02:00
committed by GitHub
parent bb07c6a43d
commit 7f18a61f38

View File

@@ -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
"