From b7bcb23d7d02efa64e112d0af5a8a95376df9a9a Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 13 Feb 2022 15:26:14 -0800 Subject: python/python3-seaborn: Update for 0.11.2 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-seaborn/python3-seaborn.SlackBuild | 8 ++++---- python/python3-seaborn/python3-seaborn.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'python') 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 +# Copyright 2020-2022 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.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" -- cgit v1.2.3