From dc3cbdfcb458e6e64ea716c46a881c0bf68a1dd3 Mon Sep 17 00:00:00 2001 From: Serban Udrea Date: Fri, 14 Oct 2022 19:22:25 +0100 Subject: python/python3-sympy: Updated for version 1.11.1. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-sympy/python3-sympy.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/python3-sympy/python3-sympy.SlackBuild') 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 # Updated for 0.7.1, 0.7.5 and 1.3 by Serban Udrea # Adapted for python3 and updated for 1.4 by Alexander Verbovetsky +# Updated for 1.11.1 by Serban Udrea 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 -- cgit v1.2.3