aboutsummaryrefslogtreecommitdiff
path: root/python/python3-sympy/python3-sympy.SlackBuild
diff options
context:
space:
mode:
authorSerban Udrea <S.Udrea@gsi.de>2022-10-14 19:22:25 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-15 10:47:37 +0700
commitdc3cbdfcb458e6e64ea716c46a881c0bf68a1dd3 (patch)
tree5236285f8f6347a5fad2afca6f4584f4d603c0be /python/python3-sympy/python3-sympy.SlackBuild
parent0db3305da18ba3ce0367e44e8bdefd4f8bef2df2 (diff)
python/python3-sympy: Updated for version 1.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-sympy/python3-sympy.SlackBuild')
-rw-r--r--python/python3-sympy/python3-sympy.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-sympy/python3-sympy.SlackBuild b/python/python3-sympy/python3-sympy.SlackBuild
index e48cfc97ae..dae552d14a 100644
--- a/python/python3-sympy/python3-sympy.SlackBuild
+++ b/python/python3-sympy/python3-sympy.SlackBuild
@@ -28,12 +28,13 @@
# Updated for 0.7.3 and 0.7.6 by Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Updated for 0.7.1, 0.7.5 and 1.3 by Serban Udrea <S.Udrea@gsi.de>
# Adapted for python3 and updated for 1.4 by Alexander Verbovetsky <alik@ejik.org>
+# Updated for 1.11.1 by Serban Udrea <S.Udrea@gsi.de>
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-sympy
SRCNAM=sympy
-VERSION=${VERSION:-1.4}
+VERSION=${VERSION:-1.11.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +87,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS LICENSE PKG-INFO README.rst \
+ AUTHORS LICENSE PKG-INFO README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild