diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-09-14 07:58:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-14 07:58:10 +0700 |
commit | e1b353b7f92ee042a8ea407106635bb00f187f68 (patch) | |
tree | 4807fa315634740837ca2d568501cf87ce020c73 /python/six/six.SlackBuild | |
parent | e27721a5bac82bd564c7f37f80de07464264b54d (diff) | |
download | slackbuilds-e1b353b7f92ee042a8ea407106635bb00f187f68.tar.gz |
python/six: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/six/six.SlackBuild')
-rw-r--r-- | python/six/six.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/six/six.SlackBuild b/python/six/six.SlackBuild index 4d7503e2df..f84e4d8e18 100644 --- a/python/six/six.SlackBuild +++ b/python/six/six.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=six -VERSION=${VERSION:-1.7.3} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,7 +64,7 @@ fi find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -# Build and install documentation if sphinx and pygments are installed. +# Build and install documentation if sphinx is installed. if $(python -c 'import sphinx.pygments_styles' 2>/dev/null); then make -j1 -C documentation man singlehtml install -D -m 0644 documentation/_build/man/$PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1 |