mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/spyder: Updated for version 2.3.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8b076a5d17
commit
57cc832c76
2 changed files with 8 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for spyder
|
||||
|
||||
# Copyright 2010-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2010-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=spyder
|
||||
VERSION=${VERSION:-2.3.5.2}
|
||||
VERSION=${VERSION:-2.3.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,7 +73,9 @@ find -L . \
|
|||
# change doc/conf.py to Unix format. Simple hack! :/
|
||||
for FILE in $(find . -type f \( ! -iname "*\.*o" ! -iname "*\.png" \) \
|
||||
| xargs grep -Pl '\r$'); do
|
||||
sed -i 's/\r//g' $FILE
|
||||
sed -e 's/\r//g' $FILE > ${FILE}.new
|
||||
touch -r $FILE ${FILE}.new
|
||||
mv ${FILE}.new $FILE
|
||||
done
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="spyder"
|
||||
VERSION="2.3.5.2"
|
||||
VERSION="2.3.8"
|
||||
HOMEPAGE="https://github.com/spyder-ide/spyder"
|
||||
DOWNLOAD="https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-2.3.5.2.zip"
|
||||
MD5SUM="debf130130a7bef188b3bdfedb7b3c70"
|
||||
DOWNLOAD="https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-2.3.8.zip"
|
||||
MD5SUM="fb890dc956f606c43d560558159f3491"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue