development/spyder: Updated for version 2.3.9

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2016-08-14 17:00:05 -07:00 committed by Willy Sudiarto Raharjo
parent b466c46292
commit a8679b3917
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spyder
VERSION=${VERSION:-2.3.8}
VERSION=${VERSION:-2.3.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
unzip $CWD/$PRGNAM-$VERSION.zip
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -94,7 +94,7 @@ install -D -m 0644 spyderlib/images/$PRGNAM.svg \
rm -rf $PKG/usr/share/pixmaps $PKG/usr/bin/spyder_win_post_install.py
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a PKG-INFO README.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS *.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="spyder"
VERSION="2.3.8"
VERSION="2.3.9"
HOMEPAGE="https://github.com/spyder-ide/spyder"
DOWNLOAD="https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-2.3.8.zip"
MD5SUM="fb890dc956f606c43d560558159f3491"
DOWNLOAD="https://github.com/spyder-ide/spyder/archive/v2.3.9/spyder-2.3.9.tar.gz"
MD5SUM="b8cf463c6eeaed01355ebac0d72f2c41"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""