summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-06-08 00:19:47 +0200
committer Willy Sudiarto Raharjo2018-06-09 02:15:37 +0200
commit10a5836f4603ad41a791dc384e03427359e90c99 (patch)
treec06f45410025f4d41e5f022308bdc5f54bd6a093
parentfba4018276a0a6497744a4cc6973a831c50100a0 (diff)
downloadold.slackbuilds-10a5836f4603ad41a791dc384e03427359e90c99.tar.gz
python/sphinxcontrib-websupport: Updated for version 1.1.0.
-rw-r--r--python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild8
-rw-r--r--python/sphinxcontrib-websupport/sphinxcontrib-websupport.info6
2 files changed, 8 insertions, 6 deletions
diff --git a/python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild b/python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild
index 562b05aea5..2b08d6f3f8 100644
--- a/python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild
+++ b/python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for sphinxcontrib-websupport
-# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# 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=sphinxcontrib-websupport
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +75,9 @@ 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 CHANGES LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ CHANGES LICENSE README.rst \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/sphinxcontrib-websupport/sphinxcontrib-websupport.info b/python/sphinxcontrib-websupport/sphinxcontrib-websupport.info
index 47735836c2..453d32a176 100644
--- a/python/sphinxcontrib-websupport/sphinxcontrib-websupport.info
+++ b/python/sphinxcontrib-websupport/sphinxcontrib-websupport.info
@@ -1,8 +1,8 @@
PRGNAM="sphinxcontrib-websupport"
-VERSION="1.0.1"
+VERSION="1.1.0"
HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-websupport"
-DOWNLOAD="https://github.com/sphinx-doc/sphinxcontrib-websupport/archive/1.0.1/sphinxcontrib-websupport-1.0.1.tar.gz"
-MD5SUM="03926e3e7ac59e4bb7729788158962c6"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.tar.gz"
+MD5SUM="ca6435e7b4eb9408df4f54972361e9d3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""