summaryrefslogtreecommitdiffstats
path: root/python/cssselect/cssselect.SlackBuild
diff options
context:
space:
mode:
author larryhaja2013-11-14 04:15:55 +0100
committer Robby Workman2013-11-14 07:06:28 +0100
commitb4c4309118001ece8f999b4d60b9172332a29cfa (patch)
tree71813dfaea192eac1632aedba051ffe25f652788 /python/cssselect/cssselect.SlackBuild
parent678dc5fb20d5dabbef80f2b7ce07d00a263d8ee9 (diff)
downloadslackbuilds-b4c4309118001ece8f999b4d60b9172332a29cfa.tar.gz
python/cssselect: Upgraded to 0.9.1
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/cssselect/cssselect.SlackBuild')
-rw-r--r--python/cssselect/cssselect.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/cssselect/cssselect.SlackBuild b/python/cssselect/cssselect.SlackBuild
index c7ef13b66c..a96badfb3a 100644
--- a/python/cssselect/cssselect.SlackBuild
+++ b/python/cssselect/cssselect.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cssselect
-VERSION=${VERSION:-0.8}
+VERSION=${VERSION:-0.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,6 +79,7 @@ if python -c 'import sphinx.pygments_styles' 2>/dev/null; then
python setup.py build_sphinx -b man
install -D -m 0644 docs/_build/man/$PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
+ rm -rf docs/_build
fi
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION