diff options
-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" |