python/pygsl: Updated for version 2.3.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Fellype do Nascimento 2018-04-17 09:28:50 +01:00 committed by Willy Sudiarto Raharjo
parent 7d0dd039a4
commit 8d3233ff44
3 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"