diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2016-01-02 11:02:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-09 07:12:22 +0700 |
commit | 57cc832c7663f4770c4f8909f2aa331842e3af99 (patch) | |
tree | 552ba4026808bf4ad54b12e1b699b8c2158c888d /development/spyder | |
parent | 8b076a5d17e8032b03bce90b4276aa53ae9f619f (diff) | |
download | slackbuilds-57cc832c7663f4770c4f8909f2aa331842e3af99.tar.gz |
development/spyder: Updated for version 2.3.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/spyder')
-rw-r--r-- | development/spyder/spyder.SlackBuild | 8 | ||||
-rw-r--r-- | development/spyder/spyder.info | 6 |
2 files changed, 8 insertions, 6 deletions
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 <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 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="" |