diff --git a/d/ipython/ipython-1.1.0.tar.gz.sha1 b/d/ipython/ipython-1.1.0.tar.gz.sha1 deleted file mode 100644 index 4ea405fb..00000000 --- a/d/ipython/ipython-1.1.0.tar.gz.sha1 +++ /dev/null @@ -1 +0,0 @@ -8964fe82988f657da70160611504f6b729ff67b1 ipython-1.1.0.tar.gz diff --git a/d/ipython/ipython-2.0.0.tar.gz.sha1 b/d/ipython/ipython-2.0.0.tar.gz.sha1 new file mode 100644 index 00000000..729dfd3e --- /dev/null +++ b/d/ipython/ipython-2.0.0.tar.gz.sha1 @@ -0,0 +1 @@ +d741ca11f19eecaaa0c9879163b9e66041f79813 ipython-2.0.0.tar.gz diff --git a/d/ipython/ipython.SlackBuild b/d/ipython/ipython.SlackBuild index b236692a..50245c5b 100755 --- a/d/ipython/ipython.SlackBuild +++ b/d/ipython/ipython.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2008,2009,2011,2012,2013 Damien Goutte-Gattat +# Copyright (C) 2008,2009,2011,2012,2013,2014 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -24,11 +24,11 @@ # # Latest ipython sourcecode is available at: . # -# Recommends: n/tornado, l/pyzmq, l/pygments, l/jinja2 +# Recommends: n/tornado, l/pyzmq, l/pygments, l/jinja2, d/sphinx # Source package infos NAMESRC=${NAMESRC:-ipython} -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-2.0.0} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-http://archive.ipython.org/release/$VERSION/$ARCHIVE} @@ -75,8 +75,10 @@ python setup.py install --root=$PKG # Move the documentation to the right place mv $PKG/usr/share/man $PKG/usr/man rm -rf $PKG/usr/share +find $PKG/usr/man -type f -exec gzip -9 {} \; + mkdir -p $PKG/usr/doc/$NAME -install -m 644 COPYING.txt PKG-INFO README.rst $PKG/usr/doc/$NAME +install -m 644 COPYING.rst PKG-INFO README.rst $PKG/usr/doc/$NAME # Copy slack-desc file install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc