python/six: Updated for version 1.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2014-09-14 07:58:10 +07:00 committed by Willy Sudiarto Raharjo
parent e27721a5ba
commit e1b353b7f9
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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=""