summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-02-14 00:26:14 +0100
committer Willy Sudiarto Raharjo2022-02-14 06:46:42 +0100
commitb7bcb23d7d02efa64e112d0af5a8a95376df9a9a (patch)
tree340a666b381c4c0d8eda69a8a42d260377b07000
parent8e1ff8cbb611ce4e85f76bcd03ea190ec417a860 (diff)
downloadslackbuilds-b7bcb23d7d02efa64e112d0af5a8a95376df9a9a.tar.gz
python/python3-seaborn: Update for 0.11.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-seaborn/python3-seaborn.SlackBuild8
-rw-r--r--python/python3-seaborn/python3-seaborn.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-seaborn/python3-seaborn.SlackBuild b/python/python3-seaborn/python3-seaborn.SlackBuild
index 7d3cec757c..db12e00549 100644
--- a/python/python3-seaborn/python3-seaborn.SlackBuild
+++ b/python/python3-seaborn/python3-seaborn.SlackBuild
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
# Slackware build script for python3-seaborn
-# Copyright 2020-2021 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2020-2022 Isaac Yu <isaacyu1@isaacyu1.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.11.1}
+VERSION=${VERSION:-0.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -67,7 +67,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-VERSION
+rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
diff --git a/python/python3-seaborn/python3-seaborn.info b/python/python3-seaborn/python3-seaborn.info
index b2adaafd8b..1ce4289eb5 100644
--- a/python/python3-seaborn/python3-seaborn.info
+++ b/python/python3-seaborn/python3-seaborn.info
@@ -1,8 +1,8 @@
PRGNAM="python3-seaborn"
-VERSION="0.11.1"
+VERSION="0.11.2"
HOMEPAGE="https://seaborn.pydata.org/"
-DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.11.1/seaborn-0.11.1.tar.gz"
-MD5SUM="6fd7c297d708044439bde6997c96402c"
+DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.11.2/seaborn-0.11.2.tar.gz"
+MD5SUM="2c73097c1c48af26587b65499d559b10"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-matplotlib python3-pandas scipy3"