summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2012-04-30 21:21:33 -0500
committer Erik Hanson <erik@slackbuilds.org>2012-04-30 21:21:33 -0500
commit70ba43537a753ce586b34371b5b14e06fc263e89 (patch)
treebefe29f495c3def0729e6b6e407713caf7b2bb15 /development
parent15a6fb4a5003a1dbe77f3d3e8b9e5d49d9ad5631 (diff)
downloadslackbuilds-70ba43537a753ce586b34371b5b14e06fc263e89.tar.gz
slackbuilds-70ba43537a753ce586b34371b5b14e06fc263e89.tar.xz
development/spyder: Updated for version 2.1.9.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/spyder/spyder.SlackBuild7
-rw-r--r--development/spyder/spyder.info8
2 files changed, 8 insertions, 7 deletions
diff --git a/development/spyder/spyder.SlackBuild b/development/spyder/spyder.SlackBuild
index 8e1f892b7f..d841e7db15 100644
--- a/development/spyder/spyder.SlackBuild
+++ b/development/spyder/spyder.SlackBuild
@@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=spyder
-VERSION=${VERSION:-2.1.7}
+VERSION=${VERSION:-2.1.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,8 +53,9 @@ find . \
# Sphinx craps out when files are in Windows format. We need to
# change doc/conf.py to Unix format. Simple hack! :/
-find . -type f \( ! -iname "*.png" ! -iname "*.svg" ! -iname "*.ico" \) \
- -exec sed -i 's/\r//g' '{}' \;
+for FILE in $(find . -type f -exec grep -Pl '\r\n' {} \;); do
+ sed -i 's/\r//g' $FILE
+done
# Use the license found in the __init__.py file
cat spyderlib/__init__.py | head -n 27 | tail -n 25 > LICENSE
diff --git a/development/spyder/spyder.info b/development/spyder/spyder.info
index 39752e5f3f..87a63e7ec3 100644
--- a/development/spyder/spyder.info
+++ b/development/spyder/spyder.info
@@ -1,10 +1,10 @@
PRGNAM="spyder"
-VERSION="2.1.7"
+VERSION="2.1.9"
HOMEPAGE="http://code.google.com/p/spyderlib/"
-DOWNLOAD="http://spyderlib.googlecode.com/files/spyder-2.1.7.zip"
-MD5SUM="809f1cbafc74af0b3c06893cdedfd336"
+DOWNLOAD="http://spyderlib.googlecode.com/files/spyder-2.1.9.zip"
+MD5SUM="051a4540ccca49976beec93c2d1f3d32"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="rworkman,Niels Horn"
+APPROVED="rworkman,Niels Horn,Erik Hanson"