mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
academic/sympy: Updated for version 0.7.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ca62aee98c
commit
57330c722a
3 changed files with 8 additions and 8 deletions
|
@ -6,5 +6,5 @@ any external libraries.
|
|||
|
||||
Optional dependencies are pyglet (needed only for plotting) and ipython.
|
||||
|
||||
Please read https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.0
|
||||
for backward compatibility issues with sympy 0.6.x.
|
||||
Please read the release notes at https://github.com/sympy/sympy/wiki/_pages
|
||||
for any backward compatibility issues.
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
# Written by Grissiom <chaos.proton@gmail.com>
|
||||
# Updated for 0.6.7 by João Felipe Santos <joao.eel@gmail.com>
|
||||
# Updated for 0.7.1 by Serban Udrea <S.Udrea@gsi.de>
|
||||
# Updated up to 0.7.5 by Serban Udrea <S.Udrea@gsi.de>
|
||||
|
||||
PRGNAM=sympy
|
||||
VERSION=${VERSION:-0.7.3}
|
||||
VERSION=${VERSION:-0.7.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -48,7 +48,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 TODO \
|
||||
AUTHORS LICENSE PKG-INFO README.rst \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sympy"
|
||||
VERSION="0.7.3"
|
||||
VERSION="0.7.5"
|
||||
HOMEPAGE="http://sympy.org"
|
||||
DOWNLOAD="https://github.com/sympy/sympy/releases/download/sympy-0.7.3/sympy-0.7.3.tar.gz"
|
||||
MD5SUM="91e3dc58c0af063bc64b17674296cb35"
|
||||
DOWNLOAD="https://github.com/sympy/sympy/releases/download/sympy-0.7.5/sympy-0.7.5.tar.gz"
|
||||
MD5SUM="7de1adb49972a15a3dd975e879a2bea9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue