From df2f3bdbde42bef65a84fde0d496f35b26b97818 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 10 Oct 2021 21:42:18 +0700 Subject: development/python3-matplotlib: Updated for version 3.4.3. Signed-off-by: Willy Sudiarto Raharjo --- development/python3-matplotlib/python3-matplotlib.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'development/python3-matplotlib/python3-matplotlib.SlackBuild') diff --git a/development/python3-matplotlib/python3-matplotlib.SlackBuild b/development/python3-matplotlib/python3-matplotlib.SlackBuild index 0659b373ae..829d1caa30 100644 --- a/development/python3-matplotlib/python3-matplotlib.SlackBuild +++ b/development/python3-matplotlib/python3-matplotlib.SlackBuild @@ -28,19 +28,19 @@ # Updated to 0.99.1.2 by João Felipe Santos # Patch for libpng borrowed from Arch Linux (no longer needed, 2019.01.31, S.U.) # Adapted for Python 3 by Jeremy Hansen -# Updated up to version 2.2.3 by Serban Udrea +# Updated up to version 3.4.3 by Serban Udrea cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-matplotlib SRCNAM=matplotlib -VERSION=${VERSION:-2.2.3} +VERSION=${VERSION:-3.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -TARBALL_VERSION=${TARBALL_VERSION:-2.2.3} # Tarball may have wrong versioning +TARBALL_VERSION=${TARBALL_VERSION:-3.4.3} # Tarball may have wrong versioning ENABLE_TESTS=${ENABLE_TESTS:-N} if [ -z "$ARCH" ]; then @@ -90,7 +90,7 @@ fi # Use modified setupext.py to make sure that the build process gets # interrupted if requirements are not fulfilled # -cat "${CWD}/setupext.py" > setupext.py +#cat "${CWD}/setupext.py" > setupext.py python3 setup.py install --root $PKG # > ${CWD}/SETUP.OUTPUT 2>&1 -- cgit v1.2.3