mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/spyder: Updated for version 2.1.9.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
15a6fb4a50
commit
70ba43537a
2 changed files with 8 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
||||||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||||
|
|
||||||
PRGNAM=spyder
|
PRGNAM=spyder
|
||||||
VERSION=${VERSION:-2.1.7}
|
VERSION=${VERSION:-2.1.9}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -53,8 +53,9 @@ find . \
|
||||||
|
|
||||||
# Sphinx craps out when files are in Windows format. We need to
|
# Sphinx craps out when files are in Windows format. We need to
|
||||||
# change doc/conf.py to Unix format. Simple hack! :/
|
# change doc/conf.py to Unix format. Simple hack! :/
|
||||||
find . -type f \( ! -iname "*.png" ! -iname "*.svg" ! -iname "*.ico" \) \
|
for FILE in $(find . -type f -exec grep -Pl '\r\n' {} \;); do
|
||||||
-exec sed -i 's/\r//g' '{}' \;
|
sed -i 's/\r//g' $FILE
|
||||||
|
done
|
||||||
|
|
||||||
# Use the license found in the __init__.py file
|
# Use the license found in the __init__.py file
|
||||||
cat spyderlib/__init__.py | head -n 27 | tail -n 25 > LICENSE
|
cat spyderlib/__init__.py | head -n 27 | tail -n 25 > LICENSE
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="spyder"
|
PRGNAM="spyder"
|
||||||
VERSION="2.1.7"
|
VERSION="2.1.9"
|
||||||
HOMEPAGE="http://code.google.com/p/spyderlib/"
|
HOMEPAGE="http://code.google.com/p/spyderlib/"
|
||||||
DOWNLOAD="http://spyderlib.googlecode.com/files/spyder-2.1.7.zip"
|
DOWNLOAD="http://spyderlib.googlecode.com/files/spyder-2.1.9.zip"
|
||||||
MD5SUM="809f1cbafc74af0b3c06893cdedfd336"
|
MD5SUM="051a4540ccca49976beec93c2d1f3d32"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Larry Hajali"
|
MAINTAINER="Larry Hajali"
|
||||||
EMAIL="larryhaja[at]gmail[dot]com"
|
EMAIL="larryhaja[at]gmail[dot]com"
|
||||||
APPROVED="rworkman,Niels Horn"
|
APPROVED="rworkman,Niels Horn,Erik Hanson"
|
||||||
|
|
Loading…
Reference in a new issue