diff options
author | Fellype do Nascimento <fellype (at) gmail.com> | 2018-04-17 09:28:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-21 07:42:59 +0700 |
commit | 8d3233ff44f076b57d7b7e67f76fda2a3b3b6a9c (patch) | |
tree | 6fb069bd7cfd2e5ff37980e00437030d360f180a /python/pygsl | |
parent | 7d0dd039a4a9f86ed6de0e2bc3e2ca2de250d05b (diff) | |
download | slackbuilds-8d3233ff44f076b57d7b7e67f76fda2a3b3b6a9c.tar.gz |
python/pygsl: Updated for version 2.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pygsl')
-rw-r--r-- | python/pygsl/README | 6 | ||||
-rw-r--r-- | python/pygsl/pygsl.SlackBuild | 4 | ||||
-rw-r--r-- | python/pygsl/pygsl.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/python/pygsl/README b/python/pygsl/README index 4d0c324a01..c6376a3305 100644 --- a/python/pygsl/README +++ b/python/pygsl/README @@ -1,4 +1,4 @@ -PyGSL (python interface for GSL) +PyGSL (a python interface for the GNU scientific library) -PyGSL is a Python interface for the GNU scientific library (GSL). -The wrapper covers nearly everything GSL provides. +PyGSL is a Python interface to the GSL library. The wrapper +covers nearly everything GSL provides. diff --git a/python/pygsl/pygsl.SlackBuild b/python/pygsl/pygsl.SlackBuild index 682a17e01b..d58ee7d996 100644 --- a/python/pygsl/pygsl.SlackBuild +++ b/python/pygsl/pygsl.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for PyGSL # Based on the Slackware 14.2 SlackBuild # -# Copyright 2017, Fellype do Nascimento, Campinas - Brazil +# Copyright 2017-2018, Fellype do Nascimento, Campinas - Brazil # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pygsl -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pygsl/pygsl.info b/python/pygsl/pygsl.info index 4d0fb9cb7d..7c874fc295 100644 --- a/python/pygsl/pygsl.info +++ b/python/pygsl/pygsl.info @@ -1,8 +1,8 @@ PRGNAM="pygsl" -VERSION="2.2.0" +VERSION="2.3.0" HOMEPAGE="https://sourceforge.net/projects/pygsl/" -DOWNLOAD="https://download.sourceforge.net/pygsl/pygsl-2.2.0.tar.gz" -MD5SUM="9eb0dcead1ce912e8ae0e835eeb4d4b4" +DOWNLOAD="https://download.sourceforge.net/pygsl/pygsl-2.3.0.tar.gz" +MD5SUM="a0348842a2b9bc999cc99752f0487ee9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy" |