diff options
Diffstat (limited to 'python/six')
-rw-r--r-- | python/six/six.SlackBuild | 4 | ||||
-rw-r--r-- | python/six/six.info | 6 |
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="" |