mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/Sphinx: Updated for version 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b1b2bb0d7e
commit
05dac2495f
3 changed files with 7 additions and 9 deletions
|
@ -5,5 +5,3 @@ documentation, rather than auto-generated API docs. Though there is
|
|||
support for that kind of docs as well (which is intended to be
|
||||
freely mixed with hand-written content). If you need pure API docs
|
||||
have a look at Epydoc, which also understands reST.
|
||||
|
||||
Pygments is an optional runtime-only dependency.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Sphinx
|
||||
|
||||
# Copyright 2012 Mikko Värri, Finland
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Sphinx
|
||||
VERSION=${VERSION:-1.1.3}
|
||||
VERSION=${VERSION:-1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +63,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS CHANGES EXAMPLES LICENSE README doc/_build/html \
|
||||
cp -a AUTHORS CHANGES EXAMPLES LICENSE README.rst doc/_build/html \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="Sphinx"
|
||||
VERSION="1.1.3"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="http://sphinx.pocoo.org/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.1.3.tar.gz"
|
||||
MD5SUM="8f55a6d4f87fc6d528120c5d1f983e98"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.tar.gz"
|
||||
MD5SUM="8516046aad73fe46dedece4e8e434328"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="docutils Jinja2"
|
||||
REQUIRES="Pygments docutils Jinja2"
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
|
|
Loading…
Reference in a new issue