From 70ba43537a753ce586b34371b5b14e06fc263e89 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Mon, 30 Apr 2012 21:21:33 -0500 Subject: development/spyder: Updated for version 2.1.9. Signed-off-by: Erik Hanson --- development/spyder/spyder.SlackBuild | 7 ++++--- development/spyder/spyder.info | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'development') 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 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" -- cgit v1.2.3