From b18986e4a44781d2446dd79c18af02f1d994eee0 Mon Sep 17 00:00:00 2001 From: isaackwy Date: Fri, 5 Jan 2024 19:34:02 -0800 Subject: python/python3-seaborn: Update for 0.13.1 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-seaborn/python3-seaborn.SlackBuild | 7 ++----- python/python3-seaborn/python3-seaborn.info | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'python/python3-seaborn') diff --git a/python/python3-seaborn/python3-seaborn.SlackBuild b/python/python3-seaborn/python3-seaborn.SlackBuild index 8560e1a573..ae0b1fc916 100644 --- a/python/python3-seaborn/python3-seaborn.SlackBuild +++ b/python/python3-seaborn/python3-seaborn.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-seaborn -# Copyright 2020-2022 Isaac Yu +# Copyright 2020-2024 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-seaborn -VERSION=${VERSION:-0.12.2} +VERSION=${VERSION:-0.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/python3-seaborn/python3-seaborn.info b/python/python3-seaborn/python3-seaborn.info index 2d38d065ed..8d15dabfd3 100644 --- a/python/python3-seaborn/python3-seaborn.info +++ b/python/python3-seaborn/python3-seaborn.info @@ -1,8 +1,8 @@ PRGNAM="python3-seaborn" -VERSION="0.12.2" +VERSION="0.13.1" HOMEPAGE="https://seaborn.pydata.org/" -DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.12.2/seaborn-0.12.2.tar.gz" -MD5SUM="0e6508b2fa65bd7c3321910e6ad4a887" +DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.13.1/seaborn-0.13.1.tar.gz" +MD5SUM="ba38ec9ff796ea289c88f7164e26336d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-matplotlib python3-pandas" -- cgit v1.2.3-65-gdbad