summaryrefslogtreecommitdiffstats
path: root/python/python3-seaborn
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-01-05 19:34:02 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-08 09:05:46 +0700
commitb18986e4a44781d2446dd79c18af02f1d994eee0 (patch)
tree1e27a8da78a2c0e51755f2ab970a114850c1cece /python/python3-seaborn
parent06ee7b1e1549c69aabcce6a776d3a18b5d849e9e (diff)
downloadslackbuilds-b18986e4a44781d2446dd79c18af02f1d994eee0.tar.gz
slackbuilds-b18986e4a44781d2446dd79c18af02f1d994eee0.tar.xz
python/python3-seaborn: Update for 0.13.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-seaborn')
-rw-r--r--python/python3-seaborn/python3-seaborn.SlackBuild7
-rw-r--r--python/python3-seaborn/python3-seaborn.info6
2 files changed, 5 insertions, 8 deletions
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 <isaacyu@protonmail.com>
+# Copyright 2020-2024 Isaac Yu <isaacyu@protonmail.com>
# 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"