From 57cc832c7663f4770c4f8909f2aa331842e3af99 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 2 Jan 2016 11:02:51 +0700 Subject: development/spyder: Updated for version 2.3.8. Signed-off-by: Willy Sudiarto Raharjo --- development/spyder/spyder.SlackBuild | 8 +++++--- development/spyder/spyder.info | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'development') diff --git a/development/spyder/spyder.SlackBuild b/development/spyder/spyder.SlackBuild index 99f5cf5b69..bef00bb9f2 100644 --- a/development/spyder/spyder.SlackBuild +++ b/development/spyder/spyder.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for spyder -# Copyright 2010-2015 Larry Hajali +# Copyright 2010-2016 Larry Hajali # 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 diff --git a/development/spyder/spyder.info b/development/spyder/spyder.info index d7c52bb8a1..fc5edd75a2 100644 --- a/development/spyder/spyder.info +++ b/development/spyder/spyder.info @@ -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="" -- cgit v1.2.3