matplotlib, revbump, fixes version shown to others (#10770)

This commit is contained in:
Schrijvers Luc
2024-07-30 07:38:22 +02:00
committed by GitHub
parent d398f3b4c1
commit 4fef35932b

View File

@@ -23,7 +23,7 @@ LICENSE="Matplotlib
Qhull
STIX
yorick"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/matplotlib/matplotlib/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="be06fea01c57517dbed17dd1aa8f2b3f5750c54203553f9d2096cf2e43a23b1e"
SOURCE_FILENAME="matplotlib-$portVersion.tar.gz"
@@ -100,6 +100,7 @@ macosx = False
backend = Agg
EOF
export SETUPTOOLS_SCM_PRETEND_VERSION=$portVersion
python=python$pythonVersion
installLocation=$prefix/lib/$python/vendor-packages/
export PYTHONPATH=$installLocation:$PYTHONPATH