summaryrefslogtreecommitdiffstats
path: root/python/pygsl
diff options
context:
space:
mode:
author Fellype do Nascimento2018-04-17 10:28:50 +0200
committer Willy Sudiarto Raharjo2018-04-21 02:42:59 +0200
commit8d3233ff44f076b57d7b7e67f76fda2a3b3b6a9c (patch)
tree6fb069bd7cfd2e5ff37980e00437030d360f180a /python/pygsl
parent7d0dd039a4a9f86ed6de0e2bc3e2ca2de250d05b (diff)
downloadslackbuilds-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/README6
-rw-r--r--python/pygsl/pygsl.SlackBuild4
-rw-r--r--python/pygsl/pygsl.info6
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"