summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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
commite1b353b7f92ee042a8ea407106635bb00f187f68 (patch)
tree4807fa315634740837ca2d568501cf87ce020c73 /python
parente27721a5bac82bd564c7f37f80de07464264b54d (diff)
downloadslackbuilds-e1b353b7f92ee042a8ea407106635bb00f187f68.tar.gz
slackbuilds-e1b353b7f92ee042a8ea407106635bb00f187f68.tar.xz
python/six: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/six/six.SlackBuild4
-rw-r--r--python/six/six.info6
2 files changed, 5 insertions, 5 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
diff --git a/python/six/six.info b/python/six/six.info
index e92f9d0037..ac570690cf 100644
--- a/python/six/six.info
+++ b/python/six/six.info
@@ -1,8 +1,8 @@
PRGNAM="six"
-VERSION="1.7.3"
+VERSION="1.8.0"
HOMEPAGE="http://pypi.python.org/pypi/six/"
-DOWNLOAD="http://pypi.python.org/packages/source/s/six/six-1.7.3.tar.gz"
-MD5SUM="784c6e5541c3c4952de9c0a966a0a80b"
+DOWNLOAD="http://pypi.python.org/packages/source/s/six/six-1.8.0.tar.gz"
+MD5SUM="1626eb24cc889110c38f7e786ec69885"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""