summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu2022-02-14 00:33:04 +0100
committer Willy Sudiarto Raharjo2022-02-14 06:46:42 +0100
commit00a803604c75a41f22e55cf31335595c7a2c0738 (patch)
tree2547cc938f301187dc20212009fc96fbe3d1571d /python
parentb7bcb23d7d02efa64e112d0af5a8a95376df9a9a (diff)
downloadslackbuilds-00a803604c75a41f22e55cf31335595c7a2c0738.tar.gz
python/python3-statsmodels: Update for 0.13.2 (+fix slack-desc)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-statsmodels/python3-statsmodels.SlackBuild9
-rw-r--r--python/python3-statsmodels/python3-statsmodels.info6
-rw-r--r--python/python3-statsmodels/slack-desc2
3 files changed, 9 insertions, 8 deletions
diff --git a/python/python3-statsmodels/python3-statsmodels.SlackBuild b/python/python3-statsmodels/python3-statsmodels.SlackBuild
index a254ecc74e..9fba898736 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 ;;
diff --git a/python/python3-statsmodels/python3-statsmodels.info b/python/python3-statsmodels/python3-statsmodels.info
index dfb9092f04..d5b8a9f3ab 100644
--- a/python/python3-statsmodels/python3-statsmodels.info
+++ b/python/python3-statsmodels/python3-statsmodels.info
@@ -1,8 +1,8 @@
PRGNAM="python3-statsmodels"
-VERSION="0.11.1"
+VERSION="0.13.2"
HOMEPAGE="http://statsmodels.sourceforge.net/"
-DOWNLOAD="https://pypi.python.org/packages/source/s/statsmodels/statsmodels-0.11.1.tar.gz"
-MD5SUM="b07974576f5befdeb2c930f2b5f8a702"
+DOWNLOAD="https://pypi.python.org/packages/source/s/statsmodels/statsmodels-0.13.2.tar.gz"
+MD5SUM="08d926aef96b97615a88e77c2dbf7f69"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pandas python3-patsy scipy3"
diff --git a/python/python3-statsmodels/slack-desc b/python/python3-statsmodels/slack-desc
index 104d066aef..82001a7f73 100644
--- a/python/python3-statsmodels/slack-desc
+++ b/python/python3-statsmodels/slack-desc
@@ -8,7 +8,6 @@
|-----handy-ruler------------------------------------------------------|
python3-statsmodels: python3-statsmodels (Statistical computations and models)
python3-statsmodels:
-python3-statsmodels:
python3-statsmodels: Statsmodels is a Python package that provides a complement
python3-statsmodels: to scipy for statistical computations including descriptive
python3-statsmodels: statistics and estimation and inference for statistical models.
@@ -17,3 +16,4 @@ python3-statsmodels:
python3-statsmodels:
python3-statsmodels:
python3-statsmodels:
+python3-statsmodels: