diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-sympy/README | 18 | ||||
-rw-r--r-- | python/python3-sympy/python3-sympy.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-sympy/python3-sympy.info | 6 | ||||
-rw-r--r-- | python/python3-sympy/slack-desc | 8 |
4 files changed, 19 insertions, 18 deletions
diff --git a/python/python3-sympy/README b/python/python3-sympy/README index 6c9f17a69e..e4258bb236 100644 --- a/python/python3-sympy/README +++ b/python/python3-sympy/README @@ -1,12 +1,12 @@ -SymPy is a Python library for symbolic mathematics. It aims to become -a full-featured computer algebra system (CAS) while keeping the -code as simple as possible in order to be comprehensible and easily -extensible. SymPy is written entirely in Python and does not require -any external libraries. +SymPy is a Python library for symbolic mathematics. It aims to become a +full-featured computer algebra system (CAS) while keeping the code as +simple as possible in order to be comprehensible and easily extensible. +SymPy is written entirely in Python and does require just mpmath as an +external library. SymPy has several optional dependencies which enhance its functionality -or make it faster. Here are those available at SlackBuilds.org: -numpy3, scipy3, python3-matplotlib, and ipython +or make it faster. Here are those available at SlackBuilds.org: numpy3, +scipy3, python3-matplotlib, ipython and pyglet. -This is the python3 version of SymPy. For the python2 version use the -sympy package. +This is the python3 and more andvanced version of SymPy. For the older +python2 version use the sympy package. 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 diff --git a/python/python3-sympy/python3-sympy.info b/python/python3-sympy/python3-sympy.info index a3544ba2f8..5ffdcddd62 100644 --- a/python/python3-sympy/python3-sympy.info +++ b/python/python3-sympy/python3-sympy.info @@ -1,8 +1,8 @@ PRGNAM="python3-sympy" -VERSION="1.4" +VERSION="1.11.1" HOMEPAGE="https://sympy.org" -DOWNLOAD="https://github.com/sympy/sympy/releases/download/sympy-1.4/sympy-1.4.tar.gz" -MD5SUM="478072d75b564c9356990e3027d464e6" +DOWNLOAD="https://files.pythonhosted.org/packages/5a/36/4667b08bc45131fe655a27b1a112c1730f3244343c53a338f44d730bd6ba/sympy-1.11.1.tar.gz" +MD5SUM="232141d248ab4164e92c8ac59a996914" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-mpmath" diff --git a/python/python3-sympy/slack-desc b/python/python3-sympy/slack-desc index 53cb83b119..0d5fd5d135 100644 --- a/python/python3-sympy/slack-desc +++ b/python/python3-sympy/slack-desc @@ -10,10 +10,10 @@ python3-sympy: python3-sympy (Python library for symbolic mathematics) python3-sympy: python3-sympy: SymPy aims to become a full-featured computer algebra system (CAS) python3-sympy: while keeping the code as simple as possible in order to be -python3-sympy: comprehensible and easily extensible. SymPy is written entirely in -python3-sympy: Python and does not require any external libraries. -python3-sympy: -python3-sympy: Homepage: https://sympy.org +python3-sympy: comprehensible and easily extensible. python3-sympy: +python3-sympy: This is the python3 and more andvanced version of SymPy. For the older +python3-sympy: python2 version use the sympy package. python3-sympy: +python3-sympy: Homepage: https://sympy.org python3-sympy: |