summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Isaac Yu2022-04-08 06:01:07 +0200
committer Willy Sudiarto Raharjo2022-04-09 10:45:55 +0200
commit242648acbf4ba3c8e7c5952e2237e3ab7c525f3c (patch)
tree616e57044840bc034e098c0eb9ac62d8d7199176 /academic
parent18abd0ea29267d8d3f91011427742cf3545b3d58 (diff)
downloadslackbuilds-242648acbf4ba3c8e7c5952e2237e3ab7c525f3c.tar.gz
academic/scipy3: Updated for version 1.8.0. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/scipy3/scipy3.SlackBuild5
-rw-r--r--academic/scipy3/scipy3.info12
2 files changed, 9 insertions, 8 deletions
diff --git a/academic/scipy3/scipy3.SlackBuild b/academic/scipy3/scipy3.SlackBuild
index 68db3dcfd1..e0cfb3ff82 100644
--- a/academic/scipy3/scipy3.SlackBuild
+++ b/academic/scipy3/scipy3.SlackBuild
@@ -3,6 +3,7 @@
# Build script for the Python SciPy package to be used with python 3
# Copyright 2016-2019 Serban Udrea <s.udrea@gsi.de>
+# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification,
@@ -32,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM="scipy3"
SRCNAM="scipy"
-VERSION=${VERSION:-1.5.4}
+VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,7 +88,7 @@ else
fi
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE.txt THANKS.txt INSTALL.rst.txt HACKING.rst.txt PKG-INFO \
+cp -a LICENSE.txt HACKING.rst.txt PKG-INFO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 0644 {} \;
diff --git a/academic/scipy3/scipy3.info b/academic/scipy3/scipy3.info
index bf76db0783..fade6482dc 100644
--- a/academic/scipy3/scipy3.info
+++ b/academic/scipy3/scipy3.info
@@ -1,10 +1,10 @@
PRGNAM="scipy3"
-VERSION="1.5.4"
+VERSION="1.8.0"
HOMEPAGE="https://www.scipy.org/"
-DOWNLOAD="https://github.com/scipy/scipy/releases/download/v1.5.4/scipy-1.5.4.tar.gz"
-MD5SUM="293401ee7ac354a2f2313373b497f40e"
+DOWNLOAD="https://github.com/scipy/scipy/releases/download/v1.8.0/scipy-1.8.0.tar.gz"
+MD5SUM="dee29097a8e933e74489fc23ab4d464e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy3 lapack pybind11"
-MAINTAINER="Serban Udrea"
-EMAIL="S.Udrea@gsi.de"
+REQUIRES="numpy3 lapack pybind11 python3-pythran"
+MAINTAINER="Isaac Yu"
+EMAIL="isaacyu1@isaacyu1.com"