diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-13 15:33:04 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-14 12:46:42 +0700 |
commit | 00a803604c75a41f22e55cf31335595c7a2c0738 (patch) | |
tree | 2547cc938f301187dc20212009fc96fbe3d1571d /python/python3-statsmodels/python3-statsmodels.SlackBuild | |
parent | b7bcb23d7d02efa64e112d0af5a8a95376df9a9a (diff) |
python/python3-statsmodels: Update for 0.13.2 (+fix slack-desc)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-statsmodels/python3-statsmodels.SlackBuild')
-rw-r--r-- | python/python3-statsmodels/python3-statsmodels.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/python3-statsmodels/python3-statsmodels.SlackBuild b/python/python3-statsmodels/python3-statsmodels.SlackBuild index a254ecc74ee8c..9fba89873645f 100644 --- a/python/python3-statsmodels/python3-statsmodels.SlackBuild +++ b/python/python3-statsmodels/python3-statsmodels.SlackBuild @@ -1,8 +1,8 @@ -#!/bin/bash +#!/bin/sh # Slackware build script for python3-statsmodels -# Copyright 2020 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,12 +25,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-statsmodels -VERSION=${VERSION:-0.11.1} -SRCNAM=statsmodels +VERSION=${VERSION:-0.13.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +SRCNAM=statsmodels + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; |