python/pygsl: Updated for version 2.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
7d0dd039a4
commit
8d3233ff44
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue