summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Nikos Giotis2018-02-13 17:38:43 +0100
committer Willy Sudiarto Raharjo2018-02-17 01:42:55 +0100
commitef03b97f3c6292eee97065807ac89ae7a2f13f4f (patch)
tree54eb60d16b92e9fd8282d72f288d5bd7efc6cfd7
parent903033b4924ee621f8c1b97a51a95fc5f123a8bb (diff)
downloadslackbuilds-ef03b97f3c6292eee97065807ac89ae7a2f13f4f.tar.gz
python/alabaster: Updated for version 0.7.10.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--python/alabaster/README6
-rw-r--r--python/alabaster/alabaster.SlackBuild6
-rw-r--r--python/alabaster/alabaster.info6
3 files changed, 12 insertions, 6 deletions
diff --git a/python/alabaster/README b/python/alabaster/README
index 23f045aae5..9145a9e8a2 100644
--- a/python/alabaster/README
+++ b/python/alabaster/README
@@ -1,13 +1,15 @@
A configurable sidebar-enabled Sphinx theme
-Alabaster is a visually (c)lean, responsive, configurable theme
+Alabaster is a visually (c)lean, responsive, configurable theme
for the Sphinx documentation system. It is Python 2+3 compatible.
It began as a third-party theme, and is still maintained separately,
but as of Sphinx 1.3, Alabaster is an install-time dependency
of Sphinx and is selected as the default theme.
-Live examples of this theme can be seen on this project’s own
+Live examples of this theme can be seen on this project's own
website, paramiko.org, fabfile.org and pyinvoke.org.
For more documentation, please see http://alabaster.readthedocs.io.
+
+Optional dependency: python3 (automatically detected)
diff --git a/python/alabaster/alabaster.SlackBuild b/python/alabaster/alabaster.SlackBuild
index e06452d839..14609215fc 100644
--- a/python/alabaster/alabaster.SlackBuild
+++ b/python/alabaster/alabaster.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=alabaster
-VERSION=${VERSION:-0.7.9}
+VERSION=${VERSION:-0.7.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,6 +71,10 @@ find -L . \
python setup.py install --root=$PKG
+if $(python3 -c 'import sys' 2>/dev/null); then
+ python3 setup.py install --root=$PKG
+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
diff --git a/python/alabaster/alabaster.info b/python/alabaster/alabaster.info
index e150d302d6..fdede9d4bc 100644
--- a/python/alabaster/alabaster.info
+++ b/python/alabaster/alabaster.info
@@ -1,8 +1,8 @@
PRGNAM="alabaster"
-VERSION="0.7.9"
+VERSION="0.7.10"
HOMEPAGE="https://alabaster.readthedocs.io/"
-DOWNLOAD="https://pypi.python.org/packages/71/c3/70da7d8ac18a4f4c502887bd2549e05745fa403e2cd9d06a8a9910a762bc/alabaster-0.7.9.tar.gz"
-MD5SUM="b29646a8bbe7aa52830375b7d17b5d7a"
+DOWNLOAD="https://pypi.python.org/packages/d0/a5/e3a9ad3ee86aceeff71908ae562580643b955ea1b1d4f08ed6f7e8396bd7/alabaster-0.7.10.tar.gz"
+MD5SUM="7934dccf38801faa105f6e7b4784f493"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""